Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.xml AddExamples fails on example subfolders, broken "by following the links below" in index.html #22

Open
jeremydouglass opened this issue Oct 22, 2018 · 0 comments

Comments

@jeremydouglass
Copy link
Contributor

Currently the build.xml AddExamples auto-generates a list of linked example pde files in the index.html, based on the subfolder names under /examples.

Broken links are generated if the examples are grouped into subfolders, e.g. for

  • examples/foo/bar/bar.pde
  • examples/foo/baz/baz.pde

...it lists a single example "foo" (with a broken link to the non-existant foo.pde).

This is the style used by libraries with larger example sets, e.g. Camera3D, ControlP5, minim et cetera.

One solution might be to recurse or add a deeper pattern in AddExamples. Another might be to just link into the top level directories and allow directory browsing -- although that might create issues for e.g. needing to set browsing access, e.g. .htaccess et cetera.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant