// //''Default CSS'',\ncss/TiddlyWiki.css,\n// //''Main CSS'',\ncss/TiddlyWikiTips.css,\n// //''~AltCssList'',\ncss/Ectopolis 2.css,\ncss/MPTW.css,\ncss/TiddlyWikiDEV.css,\ncss/WygentPaleBlue.css,\ncss/zRenardOrange.css,\n// //''~EndOfList'',
<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>
@@font-size:1.5em;\n[<img[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/images/public/somerights20.png][http://creativecommons.org/licenses/by-sa/2.5/]] \n~PrinceTiddlyWiki is based upon ~TiddlyWiki <<version>>, written by Jeremy Ruston, ©2005 Osmosoft Limited, published under a BSD open source license.\n\nRedistribution and Use in source and binary forms, with or without Modification are granted, unless otherwise noted, subject to the terms and conditions of the [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]].\n\n If you do use ~PrinceTiddlyWiki please include a link to [[this site|SiteUrl]] and http://www.tiddlywiki.com/, and all plugins in PrinceTiddlyWiki come with no guarantees, use at your own risk.\n@@
[[Welcome]] [[SiteNews]]
\n// // - include/BreadCrumbs.js\ninclude/ForEachTiddlerPlugin.js;\ninclude/ImportTiddlersPlugin.js;\ninclude/QuotePlugin.js;\n// // - include/WikiBarPlugin.js;\ninclude/zzzPlugin.js;\n// //;\n
// //;\ninclude/ArchivedTimeline.js;\ninclude/BreadCrumbs2.js\n// // - include/ExcludeMissingLinks.js;\ninclude/LoadAltCSSPlugin.js;\ninclude/SiteLiveBookmarkPlugin.js;\ninclude/RssNewsMacro.js;\n// // - include/zh_TW-Extra.js;\n// // - include/zh_TW.js;\ninclude/zzzConfig.js;\ninclude/PTWConfig.js;\n// //;\n
The [[Extra Custom Styles]] Plugin loads styles from all of these tiddlers.
/***\n''Name:'' LoadExtPlugin\n''Source:'' http://www.sourceforge.net/projects/ptw/\n''Author:'' BramChen\n''Type:'' Plugin\n''Description:'' LoadExtPlugin allows you to load external extensions from the file lists (named .js) within those tiddlers taged with "ExtList". \n''Syntax:'' \n''Revision History:''\n<<<\nv1.3.0 (14 Jan 2006) \n* strip startup error massage for IE used\nv1.2.0 (13 Jan 2006) \n* TiddlyWiki version 2.0.0 or above required.\n* refreshCode() improved.\nv1.1.0 (10 Jan 2006)\n* To make the extensions list handling more robust, thank Udo.\n* Fix bugs for multi-tiddlers tagged with ExtList\nv1.0.0 (07 Jan 2006) \n* Combine the RefreshExt code and LoadExtPlugin, and also make TW 1.2 to be backward compatible, thanks Udo.\n* Globle function refreshCode() added, and reserve the refreshExt macro.\n* Fix a minor bug for variable "scriptfile".\nv0.3.0 (29 Dec 2005)\n* macro refreshExt modified to refresh formatter\nv0.2.0 (24 Nov 2005)\n* macro refreshExt modified for TW 1.2.39 beta 2 and above\nv0.1.0 (25 Sep 2005) \n* initial release\n<<<\n***/\n// //''Code section:''\n/*{{{*/\n\nversion.extensions.refreshExt = {major: 1, minor: 3, revision: 0, date: new Date("Jan 13, 2006")};\n \nconfig.macros.refreshExt = {\n handler: function(place,macroName,params){this.refreshCode()},\n refreshCode: function() {\n formatter = new Formatter(config.formatters);\n store.notify("MainMenu",true);\n store.notifyAll();\n story.forEachTiddler(function(title){story.refreshTiddler(title,DEFAULT_VIEW_TEMPLATE,true)});\n return;\n }\n}\nvar extTag = "ExtList";\nvar str = ""; var scripts = [];\nvar tiddlers = store.getTaggedTiddlers(extTag);\nfor(s=0 ; s<tiddlers.length; s++){\n str += store.getRecursiveTiddlerText(tiddlers[s].title)+"\sn";\n}\n\n//scripts = str.split(";");\nscripts = str.replace(/[;\sr]/mg,"\sn").split("\sn");\nfor (i=0; i<scripts.length-1; i++) {\n var scriptfile = scripts[i].trim();\n if (scriptfile.length < 2 || scriptfile.substr(0,2) == "//")\n continue;\n \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\nvar theCodes = "config.macros.refreshExt.refreshCode();";\nvar n = document.createElement("script");\n n.type = "text/javascript";\ntry {n.appendChild(document.createTextNode(theCodes));}\ncatch (e) {alert("PTW is best viewed with the Firefox web browser !")};\ndocument.getElementsByTagName("head")[0].appendChild(n); \n\n/*}}}*/
[img[logo|images/sm_006.png]]
<<tiddler Clock>>\n----\n[[About]]\n[[Copyright]]\n----\nHowTo\n[[Download]]\n[[Extensions]]\n----\n[[News]]\n[[Links]]\n[[Guestbook]]\n[[Contact]]\n----\n<<tiddler Logo>>\n<<tiddler SFLogo>>
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 2">Ectopolis 2</option>\n<option value="MPTW">MPTW</option>\n<option value="TiddlyWikiDEV">TiddlyWikiDEV</option>\n<option value="WygentPaleBlue">WygentPaleBlue</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
PrinceTiddlyWiki
http://ptw.sourceforge.net/index-en.html
<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閱讀。