1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-15 08:24:22 +00:00
TiddlyWiki5/tiddlywiki5/tiddlywiki5.recipe

47 lines
1.2 KiB
Plaintext
Raw Normal View History

template: tiddlywiki5.template.html
copyright: ../copyright.txt
2011-12-14 14:10:16 +00:00
style: styles.css
recipe: tiddlers/split.recipe
2011-12-28 22:07:17 +00:00
recipe: ../parsers/split.recipe
tiddler: ../docs/High Level Architecture.svg
#tiddler: http://wikitext.tiddlyspace.com/fractalveg.jpg
# type: image/jpeg
jslib: ../test/tiddlywiki.2.6.5/source/tiddlywiki/jquery/jquery.js
jsmodule: ../js/JavaScriptParser.js
jsmodule: ../js/JavaScriptParseTree.js
jsmodule: ../js/ArgParser.js
jsmodule: ../js/FileRetriever.js
jsmodule: ../js/Utils.js
jsmodule: ../js/Tiddler.js
jsmodule: ../js/TiddlerInput.js
jsmodule: ../js/TiddlerOutput.js
jsmodule: ../js/WikiStore.js
jsmodule: ../js/SVGParser.js
jsmodule: ../js/BitmapParser.js
jsmodule: ../js/WikiTextParser.js
jsmodule: ../js/WikiTextRules.js
jsmodule: ../js/WikiTextParseTree.js
jsmodule: ../js/Navigators.js
jsmodule: ../js/StoryNavigator.js
jsmodule: ../js/App.js
jsmodule: ../js/macros/echo.js
2012-01-15 14:37:49 +00:00
jsmodule: ../js/macros/image.js
jsmodule: ../js/macros/info.js
jsmodule: ../js/macros/link.js
jsmodule: ../js/macros/list.js
jsmodule: ../js/macros/story.js
jsmodule: ../js/macros/tiddler.js
jsmodule: ../js/macros/version.js
jsmodule: ../js/macros/view.js
2011-12-28 22:07:17 +00:00
jsmodule: ../node_modules/pegjs/lib/peg.js
title: pegjs
2011-12-21 13:03:37 +00:00
2011-12-13 12:48:11 +00:00
jsbootstart: BootStart.js
jsbootend: BootLoader.js