Changeset 6421
- Timestamp:
- 08/20/08 12:08:08 (5 months ago)
- Location:
- Trunk/verticals/tiddlywiki.com
- Files:
-
- 36 added
- 22 modified
-
content/Advanced_download_options.tiddler (added)
-
content/BlockQuotes.tiddler (modified) (1 diff)
-
content/Browsers.tiddler (modified) (1 diff)
-
content/ChunkyButtonStyle.tiddler (modified) (2 diffs)
-
content/Download.tiddler (modified) (1 diff)
-
content/Examples.tiddler (modified) (2 diffs)
-
content/HelloThere.tiddler (modified) (1 diff)
-
content/HelloWorldMacro.tiddler (modified) (1 diff)
-
content/HowToUpgrade.tiddler (modified) (1 diff)
-
content/Installation.tiddler (modified) (2 diffs)
-
content/Installation_guidelines__Firefox_on_Mac_OS_X.tiddler (modified) (1 diff)
-
content/Installation_guidelines__Firefox_on_Ubuntu.tiddler (modified) (1 diff)
-
content/Installation_guidelines__Firefox_on_Windows_Vista.tiddler (modified) (1 diff)
-
content/Installation_guidelines__Firefox_on_Windows_XP.tiddler (modified) (2 diffs)
-
content/Installation_guidelines__Internet_Explorer_on_Windows_Vista.tiddler (modified) (2 diffs)
-
content/Installation_guidelines__Internet_Explorer_on_Windows_XP.tiddler (modified) (3 diffs)
-
content/Installation_guidelines__Opera_on_Mac_OS_X.tiddler (modified) (2 diffs)
-
content/Installation_guidelines__Safari_on_Mac_OS_X.tiddler (modified) (2 diffs)
-
content/TabMacro.tiddler (modified) (1 diff)
-
content/WikiOnAStick.tiddler (modified) (1 diff)
-
content/WikiWikiWeb.tiddler (modified) (1 diff)
-
content/WikiWordEscape.tiddler (modified) (1 diff)
-
content/split.recipe (modified) (3 diffs)
-
favicon.ico (added)
-
images/step1mac.jpg (added)
-
images/step1macopera.jpg (added)
-
images/step1macsafari.jpg (added)
-
images/step1ubuntu.png (added)
-
images/step1vista.jpg (added)
-
images/step1vistaff.jpg (added)
-
images/step1xpff.jpg (added)
-
images/step1xpie.jpg (added)
-
images/step2mac.jpg (added)
-
images/step2macopera.jpg (added)
-
images/step2macsafari.jpg (added)
-
images/step2ubuntu.png (added)
-
images/step2vista.jpg (added)
-
images/step2vistaff.jpg (added)
-
images/step2xpff.jpg (added)
-
images/step2xpie.jpg (added)
-
images/step3mac.jpg (added)
-
images/step3macopera.jpg (added)
-
images/step3macsafari.jpg (added)
-
images/step3ubuntu.png (added)
-
images/step3vista.jpg (added)
-
images/step3vistaff.jpg (added)
-
images/step3xpff.jpg (added)
-
images/step3xpie.jpg (added)
-
images/step4mac.jpg (added)
-
images/step4vista.jpg (added)
-
images/step4xpie.jpg (added)
-
images/step5mac.jpg (added)
-
images/step5vista.jpg (added)
-
images/step5xpie.jpg (added)
-
images/step6vista.jpg (added)
-
images/step6xpie.jpg (added)
-
images/step7vista.jpg (added)
-
images/step7xpie.jpg (added)
Legend:
- Unmodified
- Added
- Removed
-
Trunk/verticals/tiddlywiki.com/content/BlockQuotes.tiddler
r4425 r6421 1 <div title="BlockQuotes" modifier=" JeremyRuston" created="200509200116" modified="200609291350" tags="formatting">2 <pre>To make quoted bits of text stand out, you can use BlockQuotes within your [[tiddler]]s, like this:1 <div title="BlockQuotes" modifier="YourName" created="200509200116" modified="200808190837" tags="formatting" changecount="1"> 2 <pre>To make quoted bits of text stand out, you can use BlockQuotes within your tiddlers, like this: 3 3 4 4 JeremyRuston said: -
Trunk/verticals/tiddlywiki.com/content/Browsers.tiddler
r6344 r6421 1 <div title="Browsers" modifier=" PhilWhitehouse" created="200607111218" modified="200808121051">2 <pre>Here is a table of PC / Mac browsers that work with ~TiddlyWiki:1 <div title="Browsers" modifier="YourName" created="200607111218" modified="200808191611" changecount="2"> 2 <pre>Here is a table of PC / Mac / Linux browsers that work with ~TiddlyWiki: 3 3 4 |!Browser |!Version |!Allows changes to be saved ?|4 |!Browser |!Version |!Allows changes to be saved locally?| 5 5 |InternetExplorer |6.0+ |Yes | 6 6 |FireFox |1.0+ |Yes | -
Trunk/verticals/tiddlywiki.com/content/ChunkyButtonStyle.tiddler
r6312 r6421 1 <div title="ChunkyButtonStyle" modifier="PhilHawksworth" created="20080813000000" modified="20080813000000"> 2 <pre> 3 /*{{{*/ 1 <div title="ChunkyButtonStyle" modifier="PhilHawksworth" created="200808130000"> 2 <pre>/*{{{*/ 4 3 5 4 span.chunkyButton { … … 39 38 40 39 41 /*}}}*/ 42 </pre> 40 /*}}}*/</pre> 43 41 </div> -
Trunk/verticals/tiddlywiki.com/content/Download.tiddler
r6321 r6421 1 <div title="Download" modifier=" PhilWhitehouse" created="200805221001" modified="200808131416" tags="download gettingstarted">1 <div title="Download" modifier="YourName" created="200805221001" modified="200808191616" tags="download gettingstarted" changecount="22"> 2 2 <pre>{{downloadButton{ 3 3 |<<download>>| 4 }}} version <<version>> ([[release notes|http://trac.tiddlywiki.org/wiki/History]])5 4 6 (when clicked, it will invoke browser specific download and [[Installation]] guidelines) 7 8 To download an empty ~TiddlyWiki, click [[here|http://www.tiddlywiki.com/empty.download]]. 9 To download an empty ~TiddlyWiki in a zip file which also contains the TiddlySaver applet (required for Safari and Opera), click [[here|http://www.tiddlywiki.com/empty.zip]].</pre> 5 [[Advanced options >>|Advanced download options]]</pre> 10 6 </div> -
Trunk/verticals/tiddlywiki.com/content/Examples.tiddler
r6321 r6421 1 <div title="Examples" modifier=" PhilWhitehouse" created="200512101526" modified="200808121100" tags="community">1 <div title="Examples" modifier="YourName" created="200512101526" modified="200808190831" tags="community" changecount="2"> 2 2 <pre>~TiddlyWiki is being used for all kinds of things: 3 3 * Many people are using the [[GTD ("Getting Things Done")|GTDTiddlyWiki]] ~TiddlyWiki variant for personal productivity … … 12 12 * A [[music and culture site|http://udigrudi.net/]] (in Portugese) 13 13 * Jonny ~LeRoy has created a ~TiddlyWiki based on [[resizable windows|http://tiddlyhome.bidix.info/desk/]] 14 * Michael Dansie's site for the [[American Cryptogram Association|http://msig.med.utah.edu/RunningUtes/cryptogram/aca.html]]15 14 * Miguel Centellas has created an [[extensive guide to Bolivian politics|http://www.centellas.org/politics/politiddly.html]] 16 * Martin Silcock, an brand researcher working with Millward Brown, is using ~TiddlyWiki for his [[homepage|http://www.explorate.co.uk/]]17 15 * BT is using a ~TiddlyWiki file for their [[Open source website|http://www.bt.com/opensource]] 18 16 * Elise Springer, a philospher at Wesleyan University in Connecticut, USA, is using ~TiddlyWiki for her [[homepage|http://espringer.web.wesleyan.edu/]] and for [[Reasoning Well|http://reasoningwell.tiddlyspot.com/]], a wiki for her Philosophy faculty -
Trunk/verticals/tiddlywiki.com/content/HelloThere.tiddler
r6321 r6421 1 <div title="HelloThere" modifier=" PhilWhitehouse" created="200509202010" modified="200808131416" tags="welcome gettingstarted">1 <div title="HelloThere" modifier="YourName" created="200509202010" modified="200808191615" tags="welcome gettingstarted" changecount="8"> 2 2 <pre>Welcome to ~TiddlyWiki! 3 3 -
Trunk/verticals/tiddlywiki.com/content/HelloWorldMacro.tiddler
r4425 r6421 1 <div title="HelloWorldMacro" modifier=" SimonBaird" created="200510261917" modified="200601111354" tags="features examples">1 <div title="HelloWorldMacro" modifier="YourName" created="200510261917" modified="200808200944" tags="features examples" changecount="1"> 2 2 <pre>/*** 3 3 |Name|HelloWorldMacro| -
Trunk/verticals/tiddlywiki.com/content/HowToUpgrade.tiddler
r5920 r6421 1 <div title="HowToUpgrade" modifier=" JeremyRuston" created="200508181412" modified="200805070954" tags="instructions">1 <div title="HowToUpgrade" modifier="YourName" created="200508181412" modified="200808181651" tags="instructions" changecount="1"> 2 2 <pre>The core TiddlyWiki code is regularly updated with bug fixes and new features. If you're using an earlier revision of TiddlyWiki, you should consider upgrading to the latest version. 3 3 4 4 The steps you need to take depend on which version of TiddlyWiki you are upgrading from. From version 2.4.0 onwards, you can upgrade to the latest version using the 'Upgrade' tab in the BackstageArea, as described below. If you're using an earlier version of TiddlyWiki, you'll need to follow [[these instructions|HowToUpgradeOlderTiddlyWikis]] instead. 5 5 6 ! Upgrading from TiddlyWiki 2.4.0+ to the most recent version6 ! Upgrading from ~TiddlyWiki 2.4.0+ to the most recent version 7 7 * Open the BackstageArea by clicking the 'backstage' button at the top right 8 8 * Click on the 'Upgrade' tab -
Trunk/verticals/tiddlywiki.com/content/Installation.tiddler
r6329 r6421 1 <div title="Installation" modifier=" PhilWhitehouse" created="200808111252" modified="200808121115">1 <div title="Installation" modifier="YourName" created="200808111252" modified="200808181447" changecount="1"> 2 2 <pre>The following installation guidelines have been created to cover the vast majority of browsers and operating systems. 3 3 … … 5 5 !Installation guidelines 6 6 [[Firefox on Mac OS X|Installation guidelines: Firefox on Mac OS X]] 7 [[Firefox on Windows Vista|Installation Guidelines: Firefox on Windows Vista]]8 [[Firefox on Windows XP|Installation Guidelines: Firefox on Windows XP]]9 [[Firefox on Ubuntu|Installation Guidelines: Firefox on Ubuntu]]10 [[Internet Explorer on Windows Vista|Installation Guidelines: Internet Explorer on Windows Vista]]11 [[Internet Explorer on Windows XP|Installation Guidelines: Internet Explorer on Windows XP]]12 [[Safari on Mac OS X|Installation Guidelines: Safari on Mac OS X]]13 [[Opera on Mac OS X|Installation Guidelines: Opera on Mac OS X]]</pre>7 [[Firefox on Windows Vista|Installation guidelines: Firefox on Windows Vista]] 8 [[Firefox on Windows XP|Installation guidelines: Firefox on Windows XP]] 9 [[Firefox on Ubuntu|Installation guidelines: Firefox on Ubuntu]] 10 [[Internet Explorer on Windows Vista|Installation guidelines: Internet Explorer on Windows Vista]] 11 [[Internet Explorer on Windows XP|Installation guidelines: Internet Explorer on Windows XP]] 12 [[Safari on Mac OS X|Installation guidelines: Safari on Mac OS X]] 13 [[Opera on Mac OS X|Installation guidelines: Opera on Mac OS X]]</pre> 14 14 </div> -
Trunk/verticals/tiddlywiki.com/content/Installation_guidelines__Firefox_on_Mac_OS_X.tiddler
r6329 r6421 1 <div title="Installation guidelines: Firefox on Mac OS X" modifier=" PhilWhitehouse" created="200808041429" modified="200808121116">1 <div title="Installation guidelines: Firefox on Mac OS X" modifier="YourName" created="200808041429" modified="200808181641" changecount="2"> 2 2 <pre>Follow these easy steps to get started! Note that these guidelines are for Firefox v3.0.1 running on Mac OS X 10.5.4. 3 3 -
Trunk/verticals/tiddlywiki.com/content/Installation_guidelines__Firefox_on_Ubuntu.tiddler
r6329 r6421 1 <div title="Installation guidelines: Firefox on Ubuntu" modifier=" PhilWhitehouse" created="200808111249" modified="200808121117">1 <div title="Installation guidelines: Firefox on Ubuntu" modifier="YourName" created="200808111249" modified="200808181643" changecount="3"> 2 2 <pre>Follow these easy steps to get started! Note that these guidelines are for Firefox v3.0.1 running on Ubuntu version 8.0.4 (Hardy Heron). 3 3 -
Trunk/verticals/tiddlywiki.com/content/Installation_guidelines__Firefox_on_Windows_Vista.tiddler
r6329 r6421 1 <div title="Installation guidelines: Firefox on Windows Vista" modifier=" PhilWhitehouse" created="200808051145" modified="200808121111">1 <div title="Installation guidelines: Firefox on Windows Vista" modifier="YourName" created="200808051145" modified="200808181641" changecount="3"> 2 2 <pre>Follow these steps to get started! These guidelines are for Firefox 3.0.1 running on Microsoft Windows Vista 6.0.0. Hopefully they will be helpful for your setup too. 3 3 -
Trunk/verticals/tiddlywiki.com/content/Installation_guidelines__Firefox_on_Windows_XP.tiddler
r6329 r6421 1 <div title="Installation guidelines: Firefox on Windows XP" modifier=" PhilWhitehouse" created="200808111002" modified="200808121112">1 <div title="Installation guidelines: Firefox on Windows XP" modifier="YourName" created="200808111002" modified="200808181642" changecount="7"> 2 2 <pre>Follow these steps to get started! These guidelines are for Firefox 3.0.1 running on Microsoft Windows XP, Service Pack 3. Hopefully they will be helpful for your setup too. 3 3 … … 6 6 You'll need to choose a name and location for your empty ~TiddlyWiki file - we recommend either your Desktop or My Documents folder. Make sure you leave the "Save as type: Firefox Document" default option as it is. Then click 'Save'. 7 7 8 [img[images/step1xpff. png]]8 [img[images/step1xpff.jpg]] 9 9 !Step 2 - Open file 10 10 Double click on the file name in the Download dialogue box, shown below. This will open your ~TiddlyWiki file, and you'll be able to start editing immediately - but you'll need to complete Step 3 below to save your changes. -
Trunk/verticals/tiddlywiki.com/content/Installation_guidelines__Internet_Explorer_on_Windows_Vista.tiddler
r6329 r6421 1 <div title="Installation guidelines: Internet Explorer on Windows Vista" modifier=" PhilWhitehouse" created="200808051047" modified="200808121113">1 <div title="Installation guidelines: Internet Explorer on Windows Vista" modifier="YourName" created="200808051047" modified="200808181644" changecount="6"> 2 2 <pre>Follow these steps to get started! These guidelines are for Internet Explorer 7.0 running on Microsoft Windows Vista 6.0.0. Hopefully they will be helpful for your setup too. 3 3 … … 16 16 [img[images/step3vista.jpg]] 17 17 !Step 4 - Unblock file 18 In order to allow saving, you need to Unblock the file. Select 'Unblock' near the bottom of the dialogue box, then click on 'OK'. 18 In order to allow saving, you need to Unblock the file. Select 'Unblock' near the bottom of the dialogue box, then click on 'OK'. If the Unblock button doesn't appear, then you don't need to worry about it - click on OK and proceed to step 5. 19 19 20 20 [img[images/step4vista.jpg]] -
Trunk/verticals/tiddlywiki.com/content/Installation_guidelines__Internet_Explorer_on_Windows_XP.tiddler
r6329 r6421 1 <div title="Installation guidelines: Internet Explorer on Windows XP" modifier=" PhilWhitehouse" created="200808111008" modified="200808121118">1 <div title="Installation guidelines: Internet Explorer on Windows XP" modifier="YourName" created="200808111008" modified="200808181645" changecount="4"> 2 2 <pre>Follow these steps to get started! These guidelines are for Internet Explorer 7.0 running on Microsoft Windows XP, Service Pack 3. Hopefully they will be helpful for your setup too. 3 3 … … 6 6 You'll need to choose a name and location for your empty ~TiddlyWiki file - we recommend either your Desktop or My Documents folder. Make sure you leave the "Save as type: HTML Document" default option as it is. Then click 'Save'. 7 7 8 [img[images/step1xpie. png]]8 [img[images/step1xpie.jpg]] 9 9 !Step 2 - Open folder 10 10 Once the download has been completed, ''don't open the file yet'' - a minor modification is required before ~TiddlyWiki will work! ''Click on 'Open Folder'''. 11 11 12 [img[images/step2xpie. png]]12 [img[images/step2xpie.jpg]] 13 13 !Step 3 - Modify properties 14 14 In the folder, right click on the file name and select 'Properties' from the bottom of the contextual menu. 15 15 16 [img[images/step3xpie. png]]16 [img[images/step3xpie.jpg]] 17 17 !Step 4 - Unblock file 18 In order to allow saving, you need to Unblock the file. Select 'Unblock' near the bottom of the dialogue box, then click on 'OK'. 18 In order to allow saving, you need to Unblock the file. Select 'Unblock' near the bottom of the dialogue box, then click on 'OK'. If the Unblock button doesn't appear, then you don't need to worry about it - click on OK and proceed to step 5. 19 19 20 [img[images/step4xpie. png]]20 [img[images/step4xpie.jpg]] 21 21 22 22 !Step 5 - Open file 23 23 Now you've unblocked the file, you can double click on the file name to open the file. Internet Explorer takes special care to block javascript from untrusted sources, so a screen will appear with a yellow bar at the top and a warning in red. Click on the yellow bar (this will make it turn blue, as shown below), and select 'Allow Blocked Content...'. 24 24 25 [img[images/step5xpie. png]]25 [img[images/step5xpie.jpg]] 26 26 !Step 6 - Allow active content 27 27 ~TiddlyWiki contains 'active content' that, for example, allows animations to function. Approve this active content by clicking on 'Yes'. … … 29 29 !Step 7 - Enable saving mechanism 30 30 One final hurdle! When you save for the first time, you'll be prompted to allow the activity. Click on 'Yes'. 31 [img[images/step7xpie. png]]31 [img[images/step7xpie.jpg]] 32 32 !Step 8 - You're ready to start! 33 33 You're now ready to start playing with your ~TiddlyWiki file - be sure to check out the guidelines in [[Getting Started|GettingStarted]]!</pre> -
Trunk/verticals/tiddlywiki.com/content/Installation_guidelines__Opera_on_Mac_OS_X.tiddler
r6329 r6421 1 <div title="Installation guidelines: Opera on Mac OS X" modifier=" PhilWhitehouse" created="200808081521" modified="200808121115">1 <div title="Installation guidelines: Opera on Mac OS X" modifier="YourName" created="200808081521" modified="200808181531" changecount="2"> 2 2 <pre>Follow these easy steps to get started! Note that these guidelines are for Opera 9.5.1 running on Mac OS X 10.5.4, but will apply to several other configurations (including most other versions of [[Opera]]) 3 3 … … 11 11 *empty.html (this is your ~TiddlyWiki file) 12 12 *~TiddlySaver.jar (this is a java applet, which will make sure everything works in your chosen browser. Note a copy of this file ''must'' be kept in the same folder as any ~TiddlyWiki file you are using) 13 [img[images/step2macopera.jpg]] 13 14 You can download the TiddlySaver file on it's own from [[here|http://www.tiddlywiki.com/TiddlySaver.jar]] if you need it. 14 15 15 16 Open the empty.html file to get started. 16 17 [img[images/step2macopera.jpg]]18 17 !Step 3 - Trust applet 19 18 The ~TiddlySaver.jar applet has been signed by [[UnaMesa|http://www.unamesa.org]], who hold the rights to ~TiddlyWiki on behalf of the community. You can find out more about the applet itself [[here|TiddlySaver]], and you'll need to click on 'Trust' in order for the ~TiddlyWiki to work. If you've accidentally clicked on 'Don't Trust' previously, don't worry - just restart the browser and you should get asked again. -
Trunk/verticals/tiddlywiki.com/content/Installation_guidelines__Safari_on_Mac_OS_X.tiddler
r6329 r6421 1 <div title="Installation guidelines: Safari on Mac OS X" modifier=" PhilWhitehouse" created="200808081309" modified="200808121117">1 <div title="Installation guidelines: Safari on Mac OS X" modifier="YourName" created="200808081309" modified="200808181530" changecount="3"> 2 2 <pre>Follow these easy steps to get started! Note that these guidelines are for Safari 3.1.2 running on Mac OS X 10.5.4, but will apply to several other configurations (other versions of [[Safari]] and [[Opera]] too) 3 3 … … 7 7 *empty.html (this is your ~TiddlyWiki file) 8 8 *~TiddlySaver.jar (this is a java applet, which will make sure everything works in your chosen browser. Note a copy of this file ''must'' be kept in the same folder as any ~TiddlyWiki file you are using) 9 [img[images/step1macsafari.jpg]] 9 10 You can download the ~TiddlySaver.jar file on it's own from [[here|http://www.tiddlywiki.com/TiddlySaver.jar]] if you need it. 10 11 11 Open the empty.html file to get started. 12 13 [img[images/step1macsafari.jpg]] 12 Double click the empty.html file to get started. 14 13 !Step 2 - Open file 15 14 The system will check you're happy to open the ~TiddlyWiki file. Click on 'Open'. -
Trunk/verticals/tiddlywiki.com/content/TabMacro.tiddler
r4425 r6421 1 <div title="TabMacro" modifier=" JeremyRuston" created="200510261911" tags="macros">1 <div title="TabMacro" modifier="YourName" created="200510261911" modified="200808200945" tags="macros" changecount="1"> 2 2 <pre>This is an example of a tab: 3 3 -
Trunk/verticals/tiddlywiki.com/content/WikiOnAStick.tiddler
r4425 r6421 1 <div title="WikiOnAStick" modifier="JeremyRuston" created="200508120017" tags="concepts"> 2 <pre>Putting TiddlyWiki on a USB thumb drive lets you carry around a SelfContained notebook that you can update wherever there's a reasonably modern computer, whether it's a Mac, Linux or a PC. (To be even more independent you can [[install FireFox on the drive|http://www.mozilla.org/support/firefox/tips#oth_usb]] as well).</pre> 1 <div title="WikiOnAStick" modifier="YourName" created="200508120017" modified="200808181450" tags="concepts" changecount="1"> 2 <pre>Putting ~TiddlyWiki on a USB stick lets you carry around a self contained notebook that you can update wherever there's a computer, whether it's a Mac, Linux or a PC. 3 4 To be even more independent you can [[install FireFox on the drive|http://www.mozilla.org/support/firefox/tips#oth_usb]] as well!</pre> 3 5 </div> -
Trunk/verticals/tiddlywiki.com/content/WikiWikiWeb.tiddler
r6321 r6421 1 <div title="WikiWikiWeb" modifier=" PhilWhitehouse" created="200508181438" modified="200808111311" tags="concepts">2 <pre>A Wikiis a popular way of building collaborative websites. It's based on the two ideas of allowing users to easily edit any page and the use of special formatting to create links between pages. See Wikipedia for [[more details|http://en.wikipedia.org/wiki/Wiki]].1 <div title="WikiWikiWeb" modifier="YourName" created="200508181438" modified="200808181450" tags="concepts" changecount="1"> 2 <pre>A wiki (derived from the Hawaiian word for "fast") is a popular way of building collaborative websites. It's based on the two ideas of allowing users to easily edit any page and the use of special formatting to create links between pages. See Wikipedia for [[more details|http://en.wikipedia.org/wiki/Wiki]]. 3 3 4 4 ~TiddlyWiki is fundamentally different from a conventional Wiki because it is not based on separate, entire pages of content, but rather items of MicroContent referred to as [[Tiddlers|Tiddler]] that live together on the same page. -
Trunk/verticals/tiddlywiki.com/content/WikiWordEscape.tiddler
r4425 r6421 1 <div title="WikiWordEscape" modifier=" JeremyRuston" created="200508181055" tags="formatting">1 <div title="WikiWordEscape" modifier="YourName" created="200508181055" modified="200808200945" tags="formatting" changecount="1"> 2 2 <pre>Sometimes it's handy to be able to write WikiWords without them being recognised as links (for people's names, for instance). You can do this by preceding the WikiWord with a tilde ({{{~}}}). For example, ~JamesBond, ~JavaScript and ~TiddlyWiki</pre> 3 3 </div> -
Trunk/verticals/tiddlywiki.com/content/split.recipe
r6342 r6421 1 tiddler: Advanced_download_options.tiddler 1 2 tiddler: AlternativeColorPalette.tiddler 2 3 tiddler: AnotherExampleStyleSheet.tiddler … … 30 31 tiddler: EmbeddedImages.tiddler 31 32 tiddler: EnableAnimations.tiddler 32 tiddler: ExampleSearchResult.tiddler33 33 tiddler: ExampleStyleSheet.tiddler 34 34 tiddler: ExampleSystemConfig.tiddler … … 57 57 tiddler: InlineHTML.tiddler 58 58 tiddler: Installation.tiddler 59 tiddler: Installation_Guidelines__Firefox_on_Ubuntu.tiddler60 tiddler: Installation_Guidelines__Firefox_on_Windows_Vista.tiddler61 tiddler: Installation_Guidelines__Firefox_on_Windows_XP.tiddler62 tiddler: Installation_Guidelines__Internet_Explorer_on_Windows_Vista.tiddler63 tiddler: Installation_Guidelines__Internet_Explorer_on_Windows_XP.tiddler64 tiddler: Installation_Guidelines__Opera_on_Mac_OS_X.tiddler65 tiddler: Installation_Guidelines__Safari_on_Mac_OS_X.tiddler66 59 tiddler: Installation_guidelines__Firefox_on_Mac_OS_X.tiddler 60 tiddler: Installation_guidelines__Firefox_on_Ubuntu.tiddler 61 tiddler: Installation_guidelines__Firefox_on_Windows_Vista.tiddler 62 tiddler: Installation_guidelines__Firefox_on_Windows_XP.tiddler 63 tiddler: Installation_guidelines__Internet_Explorer_on_Windows_Vista.tiddler 64 tiddler: Installation_guidelines__Internet_Explorer_on_Windows_XP.tiddler 65 tiddler: Installation_guidelines__Opera_on_Mac_OS_X.tiddler 66 tiddler: Installation_guidelines__Safari_on_Mac_OS_X.tiddler 67 67 tiddler: InstallingPlugins.tiddler 68 68 tiddler: InterfaceOptions.tiddler
