FooWiki Files
HTML (foowiki/)
- edit.html - page with form for editing pages
- index.html - index of all pages, plus admin tools
- page.html - page view
- run.html - script runner
Javascript (foowiki/js/)
FooWiki Application
- config.js - configuration/constants
- core.js - core code
- html-templates.js
- sparql-templates.js
- utils.js - misc. utilities
3rd Party Libraries
- ~ charset.js - UTF-8 encoding utils
- ~ hinclude.js
- hogan-3.0.2.js - (mustache) templating engine
- jquery-1.10.2.js
- jquery.fileupload.js
- jquery.iframe-transport.js
- jquery-ui.js
- jquery-ui.min.js
- marked.js - Markdown processor
- moment.js - date/time utils
- store.js
- tag-it.js - jQuery plugin for tags
~ not currently in use