mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 09:27:01 +00:00
Revised test data
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
This commit is contained in:
29
test/tiddlywiki.2.6.5/source/tiddlywiki/html/copyright.txt
Executable file
29
test/tiddlywiki.2.6.5/source/tiddlywiki/html/copyright.txt
Executable file
@@ -0,0 +1,29 @@
|
||||
TiddlyWiki created by Jeremy Ruston, (jeremy [at] osmosoft [dot] com)
|
||||
|
||||
Copyright (c) Jeremy Ruston 2004-2007
|
||||
Copyright (c) UnaMesa Association 2007-2011
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
Redistributions in binary form must reproduce the above copyright notice, this
|
||||
list of conditions and the following disclaimer in the documentation and/or other
|
||||
materials provided with the distribution.
|
||||
|
||||
Neither the name of the UnaMesa Association nor the names of its contributors may be
|
||||
used to endorse or promote products derived from this software without specific
|
||||
prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY
|
||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
||||
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
||||
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGE.
|
||||
3
test/tiddlywiki.2.6.5/source/tiddlywiki/html/externaljs.txt
Executable file
3
test/tiddlywiki.2.6.5/source/tiddlywiki/html/externaljs.txt
Executable file
@@ -0,0 +1,3 @@
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="jQuery.twStylesheet.js"></script>
|
||||
<script type="text/javascript" src="twcore.js"></script>
|
||||
3
test/tiddlywiki.2.6.5/source/tiddlywiki/html/externaljs_tiddlyspace.txt
Executable file
3
test/tiddlywiki.2.6.5/source/tiddlywiki/html/externaljs_tiddlyspace.txt
Executable file
@@ -0,0 +1,3 @@
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/jquery.js"></script>
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/jQuery.twStylesheet.js"></script>
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/twcore.js"></script>
|
||||
@@ -0,0 +1,3 @@
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/alpha_jquery.js"></script>
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/alpha_jQuery.twStylesheet.js"></script>
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/alpha_twcore.js"></script>
|
||||
@@ -0,0 +1,3 @@
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/beta_jquery.js"></script>
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/beta_jQuery.twStylesheet.js"></script>
|
||||
<script type="text/javascript" src="/bags/common/tiddlers/beta_twcore.js"></script>
|
||||
3
test/tiddlywiki.2.6.5/source/tiddlywiki/html/noscript.txt
Executable file
3
test/tiddlywiki.2.6.5/source/tiddlywiki/html/noscript.txt
Executable file
@@ -0,0 +1,3 @@
|
||||
<div id="javascriptWarning">
|
||||
This page requires JavaScript to function properly.<br /><br />If you are using Microsoft Internet Explorer you may need to click on the yellow bar above and select 'Allow Blocked Content'. You must then click 'Yes' on the following security warning.
|
||||
</div>
|
||||
1
test/tiddlywiki.2.6.5/source/tiddlywiki/html/rss.link.html
Executable file
1
test/tiddlywiki.2.6.5/source/tiddlywiki/html/rss.link.html
Executable file
@@ -0,0 +1 @@
|
||||
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml'/>
|
||||
4
test/tiddlywiki.2.6.5/source/tiddlywiki/html/split.recipe
Executable file
4
test/tiddlywiki.2.6.5/source/tiddlywiki/html/split.recipe
Executable file
@@ -0,0 +1,4 @@
|
||||
template: tiddlywiki.template.html
|
||||
copyright: copyright.txt
|
||||
style: style.txt
|
||||
noscript: noscript.txt
|
||||
3
test/tiddlywiki.2.6.5/source/tiddlywiki/html/splitnonoscript.recipe
Executable file
3
test/tiddlywiki.2.6.5/source/tiddlywiki/html/splitnonoscript.recipe
Executable file
@@ -0,0 +1,3 @@
|
||||
template: tiddlywiki.template.html
|
||||
copyright: copyright.txt
|
||||
style: style.txt
|
||||
7
test/tiddlywiki.2.6.5/source/tiddlywiki/html/style.txt
Executable file
7
test/tiddlywiki.2.6.5/source/tiddlywiki/html/style.txt
Executable file
@@ -0,0 +1,7 @@
|
||||
#saveTest {display:none;}
|
||||
#messageArea {display:none;}
|
||||
#copyright {display:none;}
|
||||
#storeArea {display:none;}
|
||||
#storeArea div {padding:0.5em; margin:1em 0em 0em 0em; border-color:#fff #666 #444 #ddd; border-style:solid; border-width:2px; overflow:auto;}
|
||||
#shadowArea {display:none;}
|
||||
#javascriptWarning {width:100%; text-align:center; font-weight:bold; background-color:#dd1100; color:#fff; padding:1em 0em;}
|
||||
92
test/tiddlywiki.2.6.5/source/tiddlywiki/html/tiddlywiki.template.html
Executable file
92
test/tiddlywiki.2.6.5/source/tiddlywiki/html/tiddlywiki.template.html
Executable file
@@ -0,0 +1,92 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<script id="versionArea" type="text/javascript">
|
||||
//<![CDATA[
|
||||
<!--@@version@@-->
|
||||
//]]>
|
||||
</script>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="copyright" content="
|
||||
<!--@@copyright@@-->
|
||||
" />
|
||||
<!--PRE-HEAD-START-->
|
||||
<!--@@prehead@@-->
|
||||
<!--PRE-HEAD-END-->
|
||||
<title>
|
||||
<!--@@title@@-->
|
||||
</title>
|
||||
<style id="styleArea" type="text/css">
|
||||
<!--@@style@@-->
|
||||
</style>
|
||||
<!--POST-HEAD-START-->
|
||||
<!--@@posthead@@-->
|
||||
<!--POST-HEAD-END-->
|
||||
</head>
|
||||
<body onload="main();" onunload="if(window.unload) unload();">
|
||||
<!--PRE-BODY-START-->
|
||||
<!--@@prebody@@-->
|
||||
<!--PRE-BODY-END-->
|
||||
<div id="copyright">
|
||||
Welcome to TiddlyWiki created by Jeremy Ruston; Copyright © 2004-2007 Jeremy Ruston, Copyright © 2007-2011 UnaMesa Association
|
||||
</div>
|
||||
<noscript>
|
||||
<!--@@noscript@@-->
|
||||
</noscript>
|
||||
<div id="saveTest"></div>
|
||||
<div id="backstageCloak"></div>
|
||||
<div id="backstageButton"></div>
|
||||
<div id="backstageArea"><div id="backstageToolbar"></div></div>
|
||||
<div id="backstage">
|
||||
<div id="backstagePanel"></div>
|
||||
</div>
|
||||
<div id="contentWrapper"></div>
|
||||
<div id="contentStash"></div>
|
||||
<div id="shadowArea">
|
||||
<!--@@shadow@@-->
|
||||
</div>
|
||||
<!--POST-SHADOWAREA-->
|
||||
<div id="storeArea">
|
||||
<!--@@tiddler@@-->
|
||||
<!--@@plugin@@-->
|
||||
<!--@@posttiddlers@@-->
|
||||
</div>
|
||||
<!--POST-STOREAREA-->
|
||||
<!--POST-BODY-START-->
|
||||
<!--@@postbody@@-->
|
||||
<!--POST-BODY-END-->
|
||||
<script id="jsArea" type="text/javascript">
|
||||
//<![CDATA[
|
||||
<!--@@prejs@@-->
|
||||
<!--@@js@@-->
|
||||
<!--@@postjs@@-->
|
||||
//]]>
|
||||
</script>
|
||||
<!--@@jsext@@-->
|
||||
<script id="jsdeprecatedArea" type="text/javascript">
|
||||
//<![CDATA[
|
||||
<!--@@jsdeprecated@@-->
|
||||
//]]>
|
||||
</script>
|
||||
<script id="jslibArea" type="text/javascript">
|
||||
//<![CDATA[
|
||||
<!--@@jslib@@-->
|
||||
|
||||
//]]>
|
||||
</script>
|
||||
<script id="jqueryArea" type="text/javascript">
|
||||
//<![CDATA[
|
||||
<!--@@jquery@@-->
|
||||
//]]>
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
if(useJavaSaver)
|
||||
document.write("<applet style='position:absolute;left:-1px' name='TiddlySaver' code='TiddlySaver.class' archive='TiddlySaver.jar' width='1' height='1'></applet>");
|
||||
//]]>
|
||||
</script>
|
||||
<!--POST-SCRIPT-START-->
|
||||
<!--@@postscript@@-->
|
||||
<!--POST-SCRIPT-END-->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user