// //''Default CSS'',\ncss/TiddlyWiki.css,\n// //''Main CSS'',\ncss/TiddlyWikiTips.css,\n// //''~AltCssList'',\ncss/Ectopolis 1.css,\ncss/Ectopolis 2.css,\ncss/MonkeyMind.css,\ncss/MPTW.css,\ncss/Sinister.css,\ncss/TiddlyTag.css,\ncss/TiddlyWikiDEV.css,\ncss/WygentPaleBlue.css,\ncss/zRenardBlue.css,\ncss/zRenardOrange.css,\n// //''~EndOfList'',
\n<<tag PrinceTiddlyWiki>> (MonkeyPirateTiddlyWiki and TiddlyWiki) is published under a BSD open source license that gives you the freedom to use it pretty much however you want, including for commercial purposes, as long as you keep the copyright notice. (You can see the full license text by doing a 'view source' in your browser). If you do use PrinceTiddlyWiki please include a link to [[this site|SiteUrl]] and to http://homes.jcu.edu.au/~ccscb/mptw/、 http://www.tiddlywiki.com/.\n~~(text lifted mostly from http://www.tiddlywiki.com/#OpenSourceLicense)~~\n\n<<tag PrinceTiddlyWiki>> (MonkeyPirateTiddlyWiki 及 TiddlyWiki) 是以 BSD 開放原碼授權方式發布。 亦即你可以自由地使用,包含商業用途,只要保留版權說明 (在瀏覽器中檢視網頁原始碼,可以看到完整的版權宣告)。在你使用 <<tag PrinceTiddlyWiki>> 時,請內含連結指向[[本站|SiteUrl]]及\nhttp://homes.jcu.edu.au/~ccscb/mptw/、 http://www.tiddlywiki.com/。\n其他套件版權請遵照各相關網站說明。\n~~(本文大多取自 http://www.tiddlywiki.com/#OpenSourceLicense)~~\n
[[Welcome]] [[SiteNews]]
// //;\ninclude/SystemTweaks.js;\ninclude/BatchProcessingUtility.js;\ninclude/BreadCrumbs.js;\ninclude/CalendarPlugin.js;\ninclude/CloseOthersButtonPlugin.js;\ninclude/CloseUnsavedOnCancelPlugin.js;\n// // - include/CommaSeparatedTagsPlugin.js;\ninclude/CustomHoverDates.js;\ninclude/ExtraCustomStylesPlugin.js;\ninclude/FAQList.js;\ninclude/GetVersionDate.js;\ninclude/IgnoreMissingInCode.js;\ninclude/ImportTiddlersPlugin.js;\ninclude/ListWithTagsPlugin.js;\ninclude/NewHereButtonPlugin.js;\ninclude/QuotePlugin.js;\n// // - include/SelectStylesheetPlugin.js;\ninclude/ShortenTabLinksPlugin.js;\n// // - include/TagglyWikiStyleTaggingPlugin.js;\ninclude/TagsBoxAtTopPlugin.js;\ninclude/zzzPlugin.js;\n// //;\n
// //;\ninclude/ExcludeMissingLinks.js;\n// // - include/LoadAltCSSMacro.js;\ninclude/LoadAltCSSPlugin.js;\ninclude/SiteLiveBookmarkPlugin.js;\ninclude/RssNewsMacro.js;\n// // - include/zh_TW-Extra.js;\n// // - include/zh_TW.js;\n// //;\n
The [[Extra Custom Styles]] Plugin loads styles from all of these tiddlers.
// //''Name:'' LoadExtPlugin\n// //''Author:'' BramChen\n// //''Type:'' Plugin\n// //''Description:'' loadExt allows you to load external extensions from the file lists (named .js) within those tiddlers taged with "ExtList". \n// //''Syntax: \n// //''Revision History:''\n// // v1.0.0 (04 Oct 2005) - fix bug.\n// // v0.1.0 (25 Sep 2005) - initial release\n// //''Code section:''\n{{{\n//--\nconfig.options.txtUserName = "BramChen";\nconfig.options.chkGenerateAnRssFeed = true;\nconfig.options.chkToggleLinks = true;\nconfig.options.chkHttpReadOnly = true;\n//--\nvar theTag = "ExtList";\nvar tiddlers = store.getTaggedTiddlers(theTag); var str = ""; var scripts = [];\nfor(s=0 ; s<tiddlers.length; s++){\n str += store.getRecursiveTiddlerText(tiddlers[s].title);\n}\nscripts = str.split(";");\n\nfor (i=0; i<scripts.length-1; i++){\n if (scripts[i].substr(0,2) == "//"\n ||scripts[i].substr(1,2) == "//") continue;\n var scriptfile = scripts[i];\n// displayMessage("loaded: "+ scriptfile);\n var n = document.createElement("script"); \n n.type = "text/javascript";\n n.src = scriptfile;\n document.getElementsByTagName("head")[0].appendChild(n);\n}\n// -- Patch for LoadExtPlugin\n store.notifyAll_ori=store.notifyAll;\n store.notifyAll = function() {\n if (setNotifyTimeout) \n var clearNotifyTimeout = clearTimeout(setNotifyTimeout);\n var setNotifyTimeout = setTimeout(function(){store.notifyAll_ori();},10); \n store.notifyAll_ori();\n }\n store.restart_ori=store.restart;\n store.restart = function() {\n if (setRestartTimeout) \n var clearRestartTimeout = clearTimeout(setRestartTimeout);\n var setRestartTimeout = setTimeout(function(){store.restart_ori();},10);\n store.restart_ori();\n }\n}}}
<html><center>\n<embed src="swf/flaclo_029_040726.swf" width="120" height="120" wmode="transparent" type="application/x-shockwave-flash"><br />\n</center></html>\n----\n[[About]]\n[[Copyright]]\n----\nHowTo\n[[Download]]\n[[Extensions]]\n----\n[[News]]\n[[Links]]\n[[Guestbook]]\n[[Contact]]\n----\n[img[logo|images/blueman_110_01.png]]\nTiddlyWiki <<version>>
You can SaveChanges if you're using FireFox, InternetExplorer or [[Safari]]\n# if you're using InternetExplorer on Windows XP you might run into ServicePack2Problems\n# right click on [[this link|empty.html]] and select 'Save link as...' or 'Save target as...'\n** do ''not'' try to use the File/Save command in your browser because of SaveUnpredictabilities.\n** choose where to save the file, and what to call it (but keep the .HTML extension)\n# open the newly downloaded file in your browser\n# click the 'options' button on the right to set your username\n# edit, create and delete the tiddlers you want\n** you can change the SpecialTiddlers to change the SiteTitle and MainMenu etc.\n# click the 'save changes' button on the right to save your changes\n# TiddlyWiki will make a backup copy of the existing file, and then replace it with the new version
\n<html><form id="MyCssFrm" name="MyCssFrm">\nPlease choose one CSS:<br />\n<select id="MyCssSel">\n<option value="TiddlyWiki">TiddlyWiki</option>\n<option value="TiddlyWikiTips">TiddlyWikiTips</option>\n<option value="Ectopolis 1">Ectopolis 1</option>\n<option value="Ectopolis 2">Ectopolis 2</option>\n<option value="MonkeyMind">MonkeyMind</option>\n<option value="MPTW">MPTW</option>\n<option value="Sinister">Sinister</option>\n<option value="TiddlyTag">TiddlyTag</option>\n<option value="TiddlyWikiDEV">TiddlyWikiDEV</option>\n<option value="WygentPaleBlue">WygentPaleBlue</option>\n<option value="zRenardBlue">zRenardBlue</option>\n<option value="zRenardOrange">zRenardOrange</option>\n</select>\n<input type="button" onclick="selCSS('MyCssSel')" value="Apply">\n</form></html>\n>This tool is not compatible with InternetExplorer. \n>(Installation of LoadAltCSSMacrois needed, and [[CSSList|CSSList]] should be created.)
Bram's tiddlywiki hacks
<<tag PrinceTiddlyWiki>>
http://bram.cozysite.com/ptw/
<html><center><h1>\nWelcome to PrinceTiddlyWiki\n</h1></center></html>\n|<<tiddler About>>|\n
<html>\n<img src="http://groups.google.com/groups/img/groups_medium.gif" height=58 width=150 alt="Google Groups">\n<form action="http://groups.google.com/group/PrinceTiddlyWiki/boxsubscribe">\n 你可以<a href="http://groups.google.com/group/PrinceTiddlyWiki">線上閱讀</a>或以電子郵件: <input type=text name=email> <input type=submit name="sub" value="訂閱">\n </form>>\n</html> 論壇最新主題[img[論壇主題|images/atom.gif][http://groups.google.com/group/PrinceTiddlyWiki/feed/topics.xml?num=20 ]]及留言[img[論壇留言|images/atom.gif][http://groups.google.com/group/PrinceTiddlyWiki/feed/msgs.xml?num=40 ]],請使用支援 atom 的 RSS reader閱讀。