1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 19:53:17 +00:00

Remove the residual recipe stuff

This commit is contained in:
Jeremy Ruston 2012-05-05 14:48:41 +01:00
parent 75f11a0c8d
commit 192a5660a0
3 changed files with 0 additions and 81 deletions

View File

@ -1,27 +0,0 @@
template: tiddlywiki5.template.html
copyright: core/copyright.txt
version: core/version.txt
jsbootstart: core/bootprefix.js
jsbootend: core/boot.js
shadow: core/tiddlywiki5.template.html.tid
title: $:/core/tiddlywiki5.template.html
shadow: core/copyright.txt
title: $:/core/copyright.txt
shadow: core/version.txt
title: $:/core/version.txt
shadow: core/bootprefix.js
title: $:/core/bootprefix.js
shadow: core/boot.js
title: $:/core/boot.js
pluginmodule: core/modules/*.js
pluginmodule: core/modules/commands/*.js
pluginmodule: core/modules/macros/*.js
pluginmodule: core/modules/macros/edit/*.js
pluginmodule: core/modules/macros/edit/editors/*.js
pluginmodule: core/modules/treenodes/*.js
pluginmodule: core/modules/parsers/*.js
pluginmodule: core/modules/parsers/wikitextparser/*.js
pluginmodule: core/modules/parsers/wikitextparser/rules/*.js

View File

@ -1,46 +0,0 @@
<!doctype html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="application-name" content="TiddlyWiki" />
<meta name="generator" content="TiddlyWiki" />
<meta name="tiddlywiki-version" content="
&lt;!--@@version@@--&gt;
" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="format-detection" content="telephone=no">
<meta name="copyright" content="
&lt;!--@@copyright@@--&gt;
" />
<title>
<!--@@title@@-->
</title>
<style id="styleArea" type="text/css">
<!--@@style@@-->
</style>
</head>
<body>
<noscript>
<!--@@noscript@@-->
</noscript>
<div id="shadowArea" style="display:none;">
<!--@@shadow@@-->
</div>
<div id="storeArea" style="display:none;">
<!--@@tiddler@@-->
</div>
<script id="jsLibArea" type="text/javascript">
<!--@@jslib@@-->
</script>
<script id="jsBootStartArea" type="text/javascript">
<!--@@jsbootstart@@-->
</script>
<div id="pluginModules" style="display:none;">
<!--@@pluginmodule@@-->
</div>
<script id="jsBootEndArea" type="text/javascript">
<!--@@jsbootend@@-->
</script>
</body>
</html>

View File

@ -1,8 +0,0 @@
recipe: ../tiddlywiki5.recipe
style: shadows/*.css
shadow: shadows/*.tid
pluginmodule: plugins/*.js
pluginmodule: plugins/demoplugin/*.js