Welcome to TiddlyWiki created by Jeremy Ruston, Copyright © 2007 UnaMesa Association
<!--{{{-->
<div class='toolbar' macro='toolbar +saveTiddler -cancelTiddler deleteTiddler images'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser'></span></div>
<!--}}}-->
#Do a search for images (you need to press ctrl+enter button)
#create a <<newTiddler>>
#You will notice an images link in the top right corner of the new tiddler.
#Press it.
#You should see the images returned in the search. When you click on an image the tiddly code for that image will be inserted.
note : you have to do the search first.
<!--{{{-->
<div class='toolbar' macro='toolbar closeTiddler closeOthers +editTiddler > fields syncing permalink references revisions jump'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
/***
|''Name:''|LoadRemoteFileThroughProxy (previous LoadRemoteFileHijack)|
|''Description:''|When the TiddlyWiki file is located on the web (view over http) the content of [[SiteProxy]] tiddler is added in front of the file url. If [[SiteProxy]] does not exist "/proxy/" is added. |
|''Version:''|1.1.0|
|''Date:''|mar 17, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#LoadRemoteFileHijack|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0|
***/
//{{{
version.extensions.LoadRemoteFileThroughProxy = {
major: 1, minor: 1, revision: 0,
date: new Date("mar 17, 2007"),
source: "http://tiddlywiki.bidix.info/#LoadRemoteFileThroughProxy"};
if (!window.bidix) window.bidix = {}; // bidix namespace
if (!bidix.core) bidix.core = {};
bidix.core.loadRemoteFile = loadRemoteFile;
loadRemoteFile = function(url,callback,params)
{
if ((document.location.toString().substr(0,4) == "http") && (url.substr(0,4) == "http")){
url = store.getTiddlerText("SiteProxy", "/proxy/") + url;
}
return bidix.core.loadRemoteFile(url,callback,params);
}
//}}}
<script TYPE="text/javascript" src="http://www.google.com/uds/api?file=uds.js&v=0.1&key=ABQIAAAAkry3WFAzK3gQzAFSDCDKvhR3yH-mq1HzChGX5aFow9sVjCiZuhSfWfIy7dqzeOD6fIh_T_VDcq1DeA">
</script>
<!--{{{-->
<div id='header' class='header'>
<div id='title'>
<div id='topMenu' refresh='content' tiddler='MainMenu'></div>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
<div class='clearAll'></div>
</div>
<div id='contentFooter' refresh='content' tiddler='contentFooter'></div>
<!--}}}-->
<<search>>
[[web | http://wikidev.osmosoft.com/searchgoogle]]- images
/*{{{*/
/*Bleach Theme for TiddlyWiki*/
/*Design and CSS by Saq Imtiaz*/
/*Version 1.0*/
/*}}}*/
/*{{{*/
/***
!General
***/
body {
background: #fff;
}
#contentWrapper{
margin: 2.5em auto;
width:759px;
line-height: 1.6em;
border:1px solid #999;
font-size: 11px;
font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
color: #555;height:1%;
}
.clearAll {clear:both;}
.tagClear {clear:none;}
/*}}}*/
/*{{{*/
/***
!Header
***/
#header {background:#fff; border-bottom:1px solid #999;padding: 2.5em 2em 1.6em 2em; height:1%;
}
.siteTitle {
font-family: 'Trebuchet MS' sans-serif;
font-weight: bold;
font-size: 32px;
color: #EF680E;
background-color: #FFF;
}
.siteSubtitle {
font-size: 1.0em;
display:block;
color: #999999; margin-top:0.5em !important; margin-top:1em; margin-left:3em;
}
#topMenu { positon:relative; float:right; display:inline; margin-right:2em;}
#topMenu br {display:none; }
#topMenu { background: #fff; color:#000;padding: 1em 1em;}
#topMenu a, #topMenu .tiddlyLink, #topMenu .button {margin:0 0.5em; color:#666;}
/*}}}*/
/*{{{*/
/***
!displayArea
***/
#displayArea {margin-left:1.35em; margin-right:16.3em; margin-top:0; padding-top:1em; padding-bottom:10px;}
/*}}}*/
/*{{{*/
/***
!Sidebar
***/
#sidebar {position:relative;float:right; line-height: 1.4em; border-left:0px solid#000; display:inline; background:#fff; right:0;
width: 16em;}
/***
!SidebarOptions
***/
#sidebarOptions {padding-left:0.5em; border-left:1px solid #999;padding-top:1em;}
#sidebarOptions a {
color:#999;
text-decoration: none;}
#sidebarOptions a:hover, #sidebarOptions .button:active {
color:#333;
background-color: #fff;border:1px solid #fff;
}
#sidebarOptions input {border:1px solid #999; width:10em;}
/***
!SidebarTabs
***/
#sidebarTabs {border-left:1px solid #999;}
#sidebarTabs .tabContents {background:#fff;}
#sidebarTabs .tabContents .tiddlyLink, #sidebarTabs .tabContents .button{color:#999;}
#sidebarTabs .tabContents .tiddlyLink:hover,#sidebarTabs .tabContents .button:hover{color:#333;background:#fff;border:none;}
#sidebarTabs .tabContents .button:hover, #sidebarTabs .tabContents .highlight, #sidebarTabs .tabContents .marked, #sidebarTabs .tabContents a.button:active{color:#333;background:#fff}
.tabSelected{color:#fff; background:#999;}
.tabUnselected {
background: #ccc;
}
.tabSelected, .tabSelected:hover {
color: #fff;
background: #999;
border: solid 1px #999;
padding-bottom:1px;
}
#sidebarTabs .tabUnselected:hover { border-bottom: none;padding-bottom:3px;color:#4F4B45}
.tabUnselected {
color: #999;
background: #eee;
border: solid 1px #ccc;
padding-bottom:1px;
}
#sidebarTabs .tabUnselected { border-bottom: none;padding-bottom:3px;}
#sidebarTabs .tabSelected{padding-bottom:3px;}
#sidebarOptions .sliderPanel {
background: #fff; border:none;
font-size: .9em;
}
#sidebarOptions .sliderPanel a {font-weight:normal; }
#sidebarOptions .sliderPanel input {border:1px solid #999;width:auto;}
#sidebarOptions .sliderPanel .txtOptionInput {border:1px solid #999;width:9em;}
#sidebarTabs .tabContents {border-right:0; border-left:0; border-bottom:1px solid#999; padding-left:4px;}
.listLink,#sidebarTabs .tabContents {line-height:1.5em;}
.listTitle {color:#666;}
#sidebarTabs .tabUnselected:hover { border-bottom: none;padding-bottom:3px;color:#4F4B45}
#sidebarTabs .txtMoreTab .tabContents {border-left:1px solid #999;}
#sidebarTabs .txtMainTab .tabContents li a{font-weight:bold;}
/*}}}*/
/*{{{*/
.title {color:#EF680E;}
.subtitle, .subtitle a { color: #999999; font-size: 1em;margin:0.2em; font-variant: small-caps;}
.shadow .title{color:#999;}
.selected .toolbar a {color:#999999;}
.selected .toolbar a:hover {color:#333; background:transparent;border:1px solid #fff;}
.toolbar .button:hover, .toolbar .highlight, .toolbar .marked, .toolbar a.button:active{color:#333; background:transparent;border:1px solid #fff;}
* html .viewer pre {
margin-left: 0em;
}
* html .editor textarea, * html .editor input {
width: 98%;
}
a,#sidebarOptions .sliderPanel a{
color:#EF680E;
text-decoration: none;
}
a:hover,#sidebarOptions .sliderPanel a:hover {
color:#EF680E;
background-color: #fff;
border-bottom:1px dotted #EF680E;
}
.viewer .button, .editorFooter .button{
color: #555;
border: 1px solid #EF680E;
}
.viewer .button:hover,
.editorFooter .button:hover{
color: #fff;
background: #EF680E;
border-color: #EF680E;
}
.viewer .button:active, .viewer .highlight,.editorFooter .button:active, .editorFooter .highlight{color:#fff; background:#DF691B;border-color:#DF691B;}
#topMenu a, #topMenu .button {
padding: 20px 10px; border:none; font-weight:bold;
}
#topMenu a:link{
text-decoration: none;
}
#topMenu a:hover, #topMenu .button:hover {
background-color: #fff;
color:#EF680E;
border:none;
}
.tagging, .tagged {
border: 1px solid #eee;
background-color: #F7F7F7;
}
.selected .tagging, .selected .tagged {
background-color: #eee;
border: 1px solid #BFBAB3;
}
.tagging .listTitle, .tagged .listTitle {
color: #bbb;
}
.selected .tagging .listTitle, .selected .tagged .listTitle {
color: #666;
}
.tagging .button, .tagged .button {
color:#aaa;
}
.selected .tagging .button, .selected .tagged .button {
color:#BFBAB3;
}
.highlight, .marked {background:transparent; color:#111; border:none; text-decoration:underline;}
.tagging .button:hover, .tagged .button:hover, .tagging .button:active, .tagged .button:active {
border: none; background:transparent; text-decoration:underline; color:#333;
}
.popup {
background: #999;
border: 1px solid #999;
}
.popup li.disabled {
color: #000;
}
.popup li a, .popup li a:visited {
color: #eee;
border: none;
}
.popup li a:hover {
background: #6F6A68;
color: #fff;
border: none;
}
.tiddler {
padding-bottom: 40px;
/*border-bottom: 1px solid #999; */
}
#messageArea {
border: 4px solid #999;
background: #f5f5f5;
color: #999;
font-size:90%;
}
#messageArea a:hover { background:#f5f5f5; border:none;}
#messageArea .button{
color: #666;
border: 1px solid #CC6714;
}
#messageArea .button:hover {
color: #fff;
background: #999;
border-color: #999;
}
.viewer blockquote {
border-left: 5px solid #888;
}
.viewer table {
border: 2px solid #888;
}
.viewer th, thead td {
background: #888;
border: 1px solid #888;
color: #fff;
}
.viewer pre {
border: 1px solid #999;
background: #f5f5f5;
}
.viewer code {
color: #111; background:#f5f5f5;
}
.viewer hr {
border-top: dashed 1px #999;
}
.editor input {
border: 1px solid #888;
}
.editor textarea {
border: 1px solid #888;
}
.tabContents {background:#f7f7f7;}
h1,h2,h3,h4,h5 { color: #555; background: transparent; padding-bottom:2px; font-family: Arial, Helvetica, sans-serif; }
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size: 14px;}
#contentFooter {background:#999; color:#dfdfdf; clear: both; padding: 0.5em 1em; }
#contentFooter a {
color: #dfdfdf;
border-bottom: 1px dotted #fff; font-weight:normal;
}
#contentFooter a:hover {
color: #FFFFFF;
background-color:transparent;
}
/*}}}*/
/***
Contains the stuff you need to use Tiddlyspot
Note you must also have UploadPlugin installed
***/
//{{{
// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'imgsearch';
// make it so you can by default see edit controls via http
config.options.chkHttpReadOnly = false;
window.readOnly = false; // make sure of it (for tw 2.2)
// disable autosave in d3
if (window.location.protocol != "file:")
config.options.chkGTDLazyAutoSave = false;
// tweak shadow tiddlers to add upload button, password entry box etc
with (config.shadowTiddlers) {
SiteUrl = 'http://'+config.tiddlyspotSiteId+'.tiddlyspot.com';
SideBarOptions = SideBarOptions.replace(/(<<saveChanges>>)/,"$1<<tiddler TspotSidebar>>");
OptionsPanel = OptionsPanel.replace(/^/,"<<tiddler TspotOptions>>");
DefaultTiddlers = DefaultTiddlers.replace(/^/,"[[WelcomeToTiddlyspot]] ");
MainMenu = MainMenu.replace(/^/,"[[WelcomeToTiddlyspot]] ");
}
// create some shadow tiddler content
merge(config.shadowTiddlers,{
'WelcomeToTiddlyspot':[
"This document is a ~TiddlyWiki from tiddlyspot.com. A ~TiddlyWiki is an electronic notebook that is great for managing todo lists, personal information, and all sorts of things.",
"",
"@@font-weight:bold;font-size:1.3em;color:#444; //What now?// @@ Before you can save any changes, you need to enter your password in the form below. Then configure privacy and other site settings at your [[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]] (your control panel username is //" + config.tiddlyspotSiteId + "//).",
"<<tiddler TspotControls>>",
"See also GettingStarted.",
"",
"@@font-weight:bold;font-size:1.3em;color:#444; //Working online// @@ You can edit this ~TiddlyWiki right now, and save your changes using the \"save to web\" button in the column on the right.",
"",
"@@font-weight:bold;font-size:1.3em;color:#444; //Working offline// @@ A fully functioning copy of this ~TiddlyWiki can be saved onto your hard drive or USB stick. You can make changes and save them locally without being connected to the Internet. When you're ready to sync up again, just click \"upload\" and your ~TiddlyWiki will be saved back to tiddlyspot.com.",
"",
"@@font-weight:bold;font-size:1.3em;color:#444; //Help!// @@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]]. Also visit [[TiddlyWiki Guides|http://tiddlywikiguides.org]] for documentation on learning and using ~TiddlyWiki. New users are especially welcome on the [[TiddlyWiki mailing list|http://groups.google.com/group/TiddlyWiki]], which is an excellent place to ask questions and get help. If you have a tiddlyspot related problem email [[tiddlyspot support|mailto:support@tiddlyspot.com]].",
"",
"@@font-weight:bold;font-size:1.3em;color:#444; //Enjoy :)// @@ We hope you like using your tiddlyspot.com site. Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions."
].join("\n"),
'TspotControls':[
"| tiddlyspot password:|<<option pasUploadPassword>>|",
"| site management:|<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . . " + config.tiddlyspotSiteId + ">>//(requires tiddlyspot password)//<<br>>[[control panel|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/controlpanel]], [[download (go offline)|http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download]]|",
"| links:|[[tiddlyspot.com|http://tiddlyspot.com/]], [[FAQs|http://faq.tiddlyspot.com/]], [[announcements|http://announce.tiddlyspot.com/]], [[blog|http://tiddlyspot.com/blog/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),
'TspotSidebar':[
"<<upload http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/store.cgi index.html . . " + config.tiddlyspotSiteId + ">><html><a href='http://" + config.tiddlyspotSiteId + ".tiddlyspot.com/download' class='button'>download</a></html>"
].join("\n"),
'TspotOptions':[
"tiddlyspot password:",
"<<option pasUploadPassword>>",
""
].join("\n")
});
//}}}
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 18/01/2008 22:34:16 | YourName | [[/|http://imgsearch.tiddlyspot.com/#http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.fas.org%2Fnuke%2Fguide%2Frussia%2Fairdef%2Fsa-10-img008.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.fas.org%2Fman%2Fdod-101%2Fsys%2Fmissile%2Frow%2Fsa-15-img005.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.sastudiosglobal.com%2Fsa_logo.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.calvin.edu%2Facademic%2Fcas%2Fgpa%2Fposters%2Fsa.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.weblogsinc.com%2Fcommon%2Fimages%2F6673671824635558.JPG%253F0.7332903593176554%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Farneberg.com%2Fdigicams%2Ffz20%2Fpics%2Fsd_kingston512.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fblogs.sun.com%2Fford%2Fresource%2FmicroSD-ferrari.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.capitolimpact.com%2Fgw%2Fmaps%2Fsd.gif%20googleImage%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.laternerdz.com%2Fwp-content%2Fuploads%2F2006%2F11%2Fwii.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.whatsupfairfield.com%2FImages%2Fburroughs-400x300.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fa.wordpress.com%2Favatar%2Fsimonmcmanus-128.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.leatherheadfc-online.co.uk%2Fmediac%2F400_0%2Fmedia%2FFilmStrip~%252428Medium%252429.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.zpub.com%2Fun%2Fdf-head.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fmexicochannel.net%2Fmaps%2Fdf_sct.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.softwar.net%2FDF-15A.JPG%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.boeing.com%2Fnews%2Freleases%2F2007%2Fphotorelease%2Fq1%2Fdf-sd-04-05073_lg.jpg%20GettingStarted]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . |
| 18/01/2008 22:37:14 | YourName | [[/|http://imgsearch.tiddlyspot.com/#http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.fas.org%2Fnuke%2Fguide%2Frussia%2Fairdef%2Fsa-10-img008.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.fas.org%2Fman%2Fdod-101%2Fsys%2Fmissile%2Frow%2Fsa-15-img005.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.sastudiosglobal.com%2Fsa_logo.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.calvin.edu%2Facademic%2Fcas%2Fgpa%2Fposters%2Fsa.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.weblogsinc.com%2Fcommon%2Fimages%2F6673671824635558.JPG%253F0.7332903593176554%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Farneberg.com%2Fdigicams%2Ffz20%2Fpics%2Fsd_kingston512.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fblogs.sun.com%2Fford%2Fresource%2FmicroSD-ferrari.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.capitolimpact.com%2Fgw%2Fmaps%2Fsd.gif%20googleImage%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.laternerdz.com%2Fwp-content%2Fuploads%2F2006%2F11%2Fwii.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.whatsupfairfield.com%2FImages%2Fburroughs-400x300.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fa.wordpress.com%2Favatar%2Fsimonmcmanus-128.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.leatherheadfc-online.co.uk%2Fmediac%2F400_0%2Fmedia%2FFilmStrip~%252428Medium%252429.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.zpub.com%2Fun%2Fdf-head.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fmexicochannel.net%2Fmaps%2Fdf_sct.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.softwar.net%2FDF-15A.JPG%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.boeing.com%2Fnews%2Freleases%2F2007%2Fphotorelease%2Fq1%2Fdf-sd-04-05073_lg.jpg%20GettingStarted]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . |
| 18/01/2008 22:38:50 | YourName | [[/|http://imgsearch.tiddlyspot.com/#http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.fas.org%2Fnuke%2Fguide%2Frussia%2Fairdef%2Fsa-10-img008.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.fas.org%2Fman%2Fdod-101%2Fsys%2Fmissile%2Frow%2Fsa-15-img005.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.sastudiosglobal.com%2Fsa_logo.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.calvin.edu%2Facademic%2Fcas%2Fgpa%2Fposters%2Fsa.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.weblogsinc.com%2Fcommon%2Fimages%2F6673671824635558.JPG%253F0.7332903593176554%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Farneberg.com%2Fdigicams%2Ffz20%2Fpics%2Fsd_kingston512.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fblogs.sun.com%2Fford%2Fresource%2FmicroSD-ferrari.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.capitolimpact.com%2Fgw%2Fmaps%2Fsd.gif%20googleImage%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.laternerdz.com%2Fwp-content%2Fuploads%2F2006%2F11%2Fwii.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.whatsupfairfield.com%2FImages%2Fburroughs-400x300.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fa.wordpress.com%2Favatar%2Fsimonmcmanus-128.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.leatherheadfc-online.co.uk%2Fmediac%2F400_0%2Fmedia%2FFilmStrip~%252428Medium%252429.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.zpub.com%2Fun%2Fdf-head.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fmexicochannel.net%2Fmaps%2Fdf_sct.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.softwar.net%2FDF-15A.JPG%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.boeing.com%2Fnews%2Freleases%2F2007%2Fphotorelease%2Fq1%2Fdf-sd-04-05073_lg.jpg%20GettingStarted]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . | ok |
| 18/01/2008 22:39:19 | YourName | [[/|http://imgsearch.tiddlyspot.com/#http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.fas.org%2Fnuke%2Fguide%2Frussia%2Fairdef%2Fsa-10-img008.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.fas.org%2Fman%2Fdod-101%2Fsys%2Fmissile%2Frow%2Fsa-15-img005.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.sastudiosglobal.com%2Fsa_logo.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.calvin.edu%2Facademic%2Fcas%2Fgpa%2Fposters%2Fsa.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.weblogsinc.com%2Fcommon%2Fimages%2F6673671824635558.JPG%253F0.7332903593176554%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Farneberg.com%2Fdigicams%2Ffz20%2Fpics%2Fsd_kingston512.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fblogs.sun.com%2Fford%2Fresource%2FmicroSD-ferrari.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.capitolimpact.com%2Fgw%2Fmaps%2Fsd.gif%20googleImage%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.laternerdz.com%2Fwp-content%2Fuploads%2F2006%2F11%2Fwii.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.whatsupfairfield.com%2FImages%2Fburroughs-400x300.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fa.wordpress.com%2Favatar%2Fsimonmcmanus-128.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.leatherheadfc-online.co.uk%2Fmediac%2F400_0%2Fmedia%2FFilmStrip~%252428Medium%252429.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.zpub.com%2Fun%2Fdf-head.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fmexicochannel.net%2Fmaps%2Fdf_sct.jpg%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.softwar.net%2FDF-15A.JPG%20http%3A%2F%2Ftbn0.google.com%2Fimages%3Fq%3Dtbn%3Ahttp%3A%2F%2Fwww.boeing.com%2Fnews%2Freleases%2F2007%2Fphotorelease%2Fq1%2Fdf-sd-04-05073_lg.jpg%20GettingStarted]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . |
| 18/01/2008 22:50:03 | YourName | [[/|http://imgsearch.tiddlyspot.com/]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . |
| 18/01/2008 23:17:14 | YourName | [[/|http://imgsearch.tiddlyspot.com/]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . | ok |
| 18/01/2008 23:19:12 | YourName | [[/|http://imgsearch.tiddlyspot.com/]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . | ok |
| 18/01/2008 23:21:41 | YourName | [[/|http://imgsearch.tiddlyspot.com/]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . |
| 18/01/2008 23:36:26 | YourName | [[/|http://imgsearch.tiddlyspot.com/]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . |
| 19/01/2008 12:56:00 | YourName | [[/|http://imgsearch.tiddlyspot.com/]] | [[store.cgi|http://imgsearch.tiddlyspot.com/store.cgi]] | . | [[index.html | http://imgsearch.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|PasswordOptionPlugin|
|''Description:''|Extends TiddlyWiki options with non encrypted password option.|
|''Version:''|1.0.2|
|''Date:''|Apr 19, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#PasswordOptionPlugin|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (Beta 5)|
***/
//{{{
version.extensions.PasswordOptionPlugin = {
major: 1, minor: 0, revision: 2,
date: new Date("Apr 19, 2007"),
source: 'http://tiddlywiki.bidix.info/#PasswordOptionPlugin',
author: 'BidiX (BidiX (at) bidix (dot) info',
license: '[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D]]',
coreVersion: '2.2.0 (Beta 5)'
};
config.macros.option.passwordCheckboxLabel = "Save this password on this computer";
config.macros.option.passwordInputType = "password"; // password | text
setStylesheet(".pasOptionInput {width: 11em;}\n","passwordInputTypeStyle");
merge(config.macros.option.types, {
'pas': {
elementType: "input",
valueField: "value",
eventName: "onkeyup",
className: "pasOptionInput",
typeValue: config.macros.option.passwordInputType,
create: function(place,type,opt,className,desc) {
// password field
config.macros.option.genericCreate(place,'pas',opt,className,desc);
// checkbox linked with this password "save this password on this computer"
config.macros.option.genericCreate(place,'chk','chk'+opt,className,desc);
// text savePasswordCheckboxLabel
place.appendChild(document.createTextNode(config.macros.option.passwordCheckboxLabel));
},
onChange: config.macros.option.genericOnChange
}
});
merge(config.optionHandlers['chk'], {
get: function(name) {
// is there an option linked with this chk ?
var opt = name.substr(3);
if (config.options[opt])
saveOptionCookie(opt);
return config.options[name] ? "true" : "false";
}
});
merge(config.optionHandlers, {
'pas': {
get: function(name) {
if (config.options["chk"+name]) {
return encodeCookie(config.options[name].toString());
} else {
return "";
}
},
set: function(name,value) {config.options[name] = decodeCookie(value);}
}
});
// need to reload options to load passwordOptions
loadOptionsCookie();
/*
if (!config.options['pasPassword'])
config.options['pasPassword'] = '';
merge(config.optionsDesc,{
pasPassword: "Test password"
});
*/
//}}}
/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.0|
|''Date:''|May 5, 2007|
|''Source:''|http://tiddlywiki.bidix.info/#UploadPlugin|
|''Documentation:''|http://tiddlywiki.bidix.info/#UploadPluginDoc|
|''Author:''|BidiX (BidiX (at) bidix (dot) info)|
|''License:''|[[BSD open source license|http://tiddlywiki.bidix.info/#%5B%5BBSD%20open%20source%20license%5D%5D ]]|
|''~CoreVersion:''|2.2.0 (#3125)|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
major: 4, minor: 1, revision: 0,
date: new Date("May 5, 2007"),
source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
author: 'BidiX (BidiX (at) bidix (dot) info',
coreVersion: '2.2.0 (#3125)'
};
//
// Environment
//
if (!window.bidix) window.bidix = {}; // bidix namespace
bidix.debugMode = false; // true to activate both in Plugin and UploadService
//
// Upload Macro
//
config.macros.upload = {
// default values
defaultBackupDir: '', //no backup
defaultStoreScript: "store.php",
defaultToFilename: "index.html",
defaultUploadDir: ".",
authenticateUser: true // UploadService Authenticate User
};
config.macros.upload.label = {
promptOption: "Save and Upload this TiddlyWiki with UploadOptions",
promptParamMacro: "Save and Upload this TiddlyWiki in %0",
saveLabel: "save to web",
saveToDisk: "save to disk",
uploadLabel: "upload"
};
config.macros.upload.messages = {
noStoreUrl: "No store URL in parmeters or options",
usernameOrPasswordMissing: "Username or password missing"
};
config.macros.upload.handler = function(place,macroName,params) {
if (readOnly)
return;
var label;
if (document.location.toString().substr(0,4) == "http")
label = this.label.saveLabel;
else
label = this.label.uploadLabel;
var prompt;
if (params[0]) {
prompt = this.label.promptParamMacro.toString().format([this.destFile(params[0],
(params[1] ? params[1]:bidix.basename(window.location.toString())), params[3])]);
} else {
prompt = this.label.promptOption;
}
createTiddlyButton(place, label, prompt, function() {config.macros.upload.action(params);}, null, null, this.accessKey);
};
config.macros.upload.action = function(params)
{
// for missing macro parameter set value from options
var storeUrl = params[0] ? params[0] : config.options.txtUploadStoreUrl;
var toFilename = params[1] ? params[1] : config.options.txtUploadFilename;
var backupDir = params[2] ? params[2] : config.options.txtUploadBackupDir;
var uploadDir = params[3] ? params[3] : config.options.txtUploadDir;
var username = params[4] ? params[4] : config.options.txtUploadUserName;
var password = config.options.pasUploadPassword; // for security reason no password as macro parameter
// for still missing parameter set default value
if ((!storeUrl) && (document.location.toString().substr(0,4) == "http"))
storeUrl = bidix.dirname(document.location.toString())+'/'+config.macros.upload.defaultStoreScript;
if (storeUrl.substr(0,4) != "http")
storeUrl = bidix.dirname(document.location.toString()) +'/'+ storeUrl;
if (!toFilename)
toFilename = bidix.basename(window.location.toString());
if (!toFilename)
toFilename = config.macros.upload.defaultToFilename;
if (!uploadDir)
uploadDir = config.macros.upload.defaultUploadDir;
if (!backupDir)
backupDir = config.macros.upload.defaultBackupDir;
// report error if still missing
if (!storeUrl) {
alert(config.macros.upload.messages.noStoreUrl);
clearMessage();
return false;
}
if (config.macros.upload.authenticateUser && (!username || !password)) {
alert(config.macros.upload.messages.usernameOrPasswordMissing);
clearMessage();
return false;
}
bidix.upload.uploadChanges(false,null,storeUrl, toFilename, uploadDir, backupDir, username, password);
return false;
};
config.macros.upload.destFile = function(storeUrl, toFilename, uploadDir)
{
if (!storeUrl)
return null;
var dest = bidix.dirname(storeUrl);
if (uploadDir && uploadDir != '.')
dest = dest + '/' + uploadDir;
dest = dest + '/' + toFilename;
return dest;
};
//
// uploadOptions Macro
//
config.macros.uploadOptions = {
handler: function(place,macroName,params) {
var wizard = new Wizard();
wizard.createWizard(place,this.wizardTitle);
wizard.addStep(this.step1Title,this.step1Html);
var markList = wizard.getElement("markList");
var listWrapper = document.createElement("div");
markList.parentNode.insertBefore(listWrapper,markList);
wizard.setValue("listWrapper",listWrapper);
this.refreshOptions(listWrapper,false);
var uploadCaption;
if (document.location.toString().substr(0,4) == "http")
uploadCaption = config.macros.upload.label.saveLabel;
else
uploadCaption = config.macros.upload.label.uploadLabel;
wizard.setButtons([
{caption: uploadCaption, tooltip: config.macros.upload.label.promptOption,
onClick: config.macros.upload.action},
{caption: this.cancelButton, tooltip: this.cancelButtonPrompt, onClick: this.onCancel}
]);
},
refreshOptions: function(listWrapper) {
var uploadOpts = [
"txtUploadUserName",
"pasUploadPassword",
"txtUploadStoreUrl",
"txtUploadDir",
"txtUploadFilename",
"txtUploadBackupDir",
"chkUploadLog",
"txtUploadLogMaxLine",
]
var opts = [];
for(i=0; i<uploadOpts.length; i++) {
var opt = {};
opts.push()
opt.option = "";
n = uploadOpts[i];
opt.name = n;
opt.lowlight = !config.optionsDesc[n];
opt.description = opt.lowlight ? this.unknownDescription : config.optionsDesc[n];
opts.push(opt);
}
var listview = ListView.create(listWrapper,opts,this.listViewTemplate);
for(n=0; n<opts.length; n++) {
var type = opts[n].name.substr(0,3);
var h = config.macros.option.types[type];
if (h && h.create) {
h.create(opts[n].colElements['option'],type,opts[n].name,opts[n].name,"no");
}
}
},
onCancel: function(e)
{
backstage.switchTab(null);
return false;
},
wizardTitle: "Upload with options",
step1Title: "These options are saved in cookies in your browser",
step1Html: "<input type='hidden' name='markList'></input><br>",
cancelButton: "Cancel",
cancelButtonPrompt: "Cancel prompt",
listViewTemplate: {
columns: [
{name: 'Description', field: 'description', title: "Description", type: 'WikiText'},
{name: 'Option', field: 'option', title: "Option", type: 'String'},
{name: 'Name', field: 'name', title: "Name", type: 'String'}
],
rowClasses: [
{className: 'lowlight', field: 'lowlight'}
]}
}
//
// upload functions
//
if (!bidix.upload) bidix.upload = {};
if (!bidix.upload.messages) bidix.upload.messages = {
//from saving
invalidFileError: "The original file '%0' does not appear to be a valid TiddlyWiki",
backupSaved: "Backup saved",
backupFailed: "Failed to upload backup file",
rssSaved: "RSS feed uploaded",
rssFailed: "Failed to upload RSS feed file",
emptySaved: "Empty template uploaded",
emptyFailed: "Failed to upload empty template file",
mainSaved: "Main TiddlyWiki file uploaded",
mainFailed: "Failed to upload main TiddlyWiki file. Your changes have not been saved",
//specific upload
loadOriginalHttpPostError: "Can't get original file",
aboutToSaveOnHttpPost: 'About to upload on %0 ...',
storePhpNotFound: "The store script '%0' was not found."
};
bidix.upload.uploadChanges = function(onlyIfDirty,tiddlers,storeUrl,toFilename,uploadDir,backupDir,username,password)
{
var callback = function(status,uploadParams,original,url,xhr) {
if (!status) {
displayMessage(bidix.upload.messages.loadOriginalHttpPostError);
return;
}
if (bidix.debugMode)
alert(original.substr(0,500)+"\n...");
// Locate the storeArea div's
var posDiv = locateStoreArea(original);
if((posDiv[0] == -1) || (posDiv[1] == -1)) {
alert(config.messages.invalidFileError.format([localPath]));
return;
}
bidix.upload.uploadRss(uploadParams,original,posDiv);
};
if(onlyIfDirty && !store.isDirty())
return;
clearMessage();
// save on localdisk ?
if (document.location.toString().substr(0,4) == "file") {
var path = document.location.toString();
var localPath = getLocalPath(path);
saveChanges();
}
// get original
var uploadParams = Array(storeUrl,toFilename,uploadDir,backupDir,username,password);
var originalPath = document.location.toString();
// If url is a directory : add index.html
if (originalPath.charAt(originalPath.length-1) == "/")
originalPath = originalPath + "index.html";
var dest = config.macros.upload.destFile(storeUrl,toFilename,uploadDir);
var log = new bidix.UploadLog();
log.startUpload(storeUrl, dest, uploadDir, backupDir);
displayMessage(bidix.upload.messages.aboutToSaveOnHttpPost.format([dest]));
if (bidix.debugMode)
alert("about to execute Http - GET on "+originalPath);
var r = doHttp("GET",originalPath,null,null,null,null,callback,uploadParams,null);
if (typeof r == "string")
displayMessage(r);
return r;
};
bidix.upload.uploadRss = function(uploadParams,original,posDiv)
{
var callback = function(status,params,responseText,url,xhr) {
if(status) {
var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
displayMessage(bidix.upload.messages.rssSaved,bidix.dirname(url)+'/'+destfile);
bidix.upload.uploadMain(params[0],params[1],params[2]);
} else {
displayMessage(bidix.upload.messages.rssFailed);
}
};
// do uploadRss
if(config.options.chkGenerateAnRssFeed) {
var rssPath = uploadParams[1].substr(0,uploadParams[1].lastIndexOf(".")) + ".xml";
var rssUploadParams = Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
bidix.upload.httpUpload(rssUploadParams,convertUnicodeToUTF8(generateRss()),callback,Array(uploadParams,original,posDiv));
} else {
bidix.upload.uploadMain(uploadParams,original,posDiv);
}
};
bidix.upload.uploadMain = function(uploadParams,original,posDiv)
{
var callback = function(status,params,responseText,url,xhr) {
var log = new bidix.UploadLog();
if(status) {
// if backupDir specified
if ((params[3]) && (responseText.indexOf("backupfile:") > -1)) {
var backupfile = responseText.substring(responseText.indexOf("backupfile:")+11,responseText.indexOf("\n", responseText.indexOf("backupfile:")));
displayMessage(bidix.upload.messages.backupSaved,bidix.dirname(url)+'/'+backupfile);
}
var destfile = responseText.substring(responseText.indexOf("destfile:")+9,responseText.indexOf("\n", responseText.indexOf("destfile:")));
displayMessage(bidix.upload.messages.mainSaved,bidix.dirname(url)+'/'+destfile);
store.setDirty(false);
log.endUpload("ok");
} else {
alert(bidix.upload.messages.mainFailed);
displayMessage(bidix.upload.messages.mainFailed);
log.endUpload("failed");
}
};
// do uploadMain
var revised = bidix.upload.updateOriginal(original,posDiv);
bidix.upload.httpUpload(uploadParams,revised,callback,uploadParams);
};
bidix.upload.httpUpload = function(uploadParams,data,callback,params)
{
var localCallback = function(status,params,responseText,url,xhr) {
url = (url.indexOf("nocache=") < 0 ? url : url.substring(0,url.indexOf("nocache=")-1));
if (xhr.status == httpStatus.NotFound)
alert(bidix.upload.messages.storePhpNotFound.format([url]));
if ((bidix.debugMode) || (responseText.indexOf("Debug mode") >= 0 )) {
alert(responseText);
if (responseText.indexOf("Debug mode") >= 0 )
responseText = responseText.substring(responseText.indexOf("\n\n")+2);
} else if (responseText.charAt(0) != '0')
alert(responseText);
if (responseText.charAt(0) != '0')
status = null;
callback(status,params,responseText,url,xhr);
};
// do httpUpload
var boundary = "---------------------------"+"AaB03x";
var uploadFormName = "UploadPlugin";
// compose headers data
var sheader = "";
sheader += "--" + boundary + "\r\nContent-disposition: form-data; name=\"";
sheader += uploadFormName +"\"\r\n\r\n";
sheader += "backupDir="+uploadParams[3] +
";user=" + uploadParams[4] +
";password=" + uploadParams[5] +
";uploaddir=" + uploadParams[2];
if (bidix.debugMode)
sheader += ";debug=1";
sheader += ";;\r\n";
sheader += "\r\n" + "--" + boundary + "\r\n";
sheader += "Content-disposition: form-data; name=\"userfile\"; filename=\""+uploadParams[1]+"\"\r\n";
sheader += "Content-Type: text/html;charset=UTF-8" + "\r\n";
sheader += "Content-Length: " + data.length + "\r\n\r\n";
// compose trailer data
var strailer = new String();
strailer = "\r\n--" + boundary + "--\r\n";
data = sheader + data + strailer;
if (bidix.debugMode) alert("about to execute Http - POST on "+uploadParams[0]+"\n with \n"+data.substr(0,500)+ " ... ");
var r = doHttp("POST",uploadParams[0],data,"multipart/form-data; boundary="+boundary,uploadParams[4],uploadParams[5],localCallback,params,null);
if (typeof r == "string")
displayMessage(r);
return r;
};
// same as Saving's updateOriginal but without convertUnicodeToUTF8 calls
bidix.upload.updateOriginal = function(original, posDiv)
{
if (!posDiv)
posDiv = locateStoreArea(original);
if((posDiv[0] == -1) || (posDiv[1] == -1)) {
alert(config.messages.invalidFileError.format([localPath]));
return;
}
var revised = original.substr(0,posDiv[0] + startSaveArea.length) + "\n" +
store.allTiddlersAsHtml() + "\n" +
original.substr(posDiv[1]);
var newSiteTitle = getPageTitle().htmlEncode();
revised = revised.replaceChunk("<title"+">","</title"+">"," " + newSiteTitle + " ");
revised = updateMarkupBlock(revised,"PRE-HEAD","MarkupPreHead");
revised = updateMarkupBlock(revised,"POST-HEAD","MarkupPostHead");
revised = updateMarkupBlock(revised,"PRE-BODY","MarkupPreBody");
revised = updateMarkupBlock(revised,"POST-SCRIPT","MarkupPostBody");
return revised;
};
//
// UploadLog
//
// config.options.chkUploadLog :
// false : no logging
// true : logging
// config.options.txtUploadLogMaxLine :
// -1 : no limit
// 0 : no Log lines but UploadLog is still in place
// n : the last n lines are only kept
// NaN : no limit (-1)
bidix.UploadLog = function() {
if (!config.options.chkUploadLog)
return; // this.tiddler = null
this.tiddler = store.getTiddler("UploadLog");
if (!this.tiddler) {
this.tiddler = new Tiddler();
this.tiddler.title = "UploadLog";
this.tiddler.text = "| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |";
this.tiddler.created = new Date();
this.tiddler.modifier = config.options.txtUserName;
this.tiddler.modified = new Date();
store.addTiddler(this.tiddler);
}
return this;
};
bidix.UploadLog.prototype.addText = function(text) {
if (!this.tiddler)
return;
// retrieve maxLine when we need it
var maxLine = parseInt(config.options.txtUploadLogMaxLine,10);
if (isNaN(maxLine))
maxLine = -1;
// add text
if (maxLine != 0)
this.tiddler.text = this.tiddler.text + text;
// Trunck to maxLine
if (maxLine >= 0) {
var textArray = this.tiddler.text.split('\n');
if (textArray.length > maxLine + 1)
textArray.splice(1,textArray.length-1-maxLine);
this.tiddler.text = textArray.join('\n');
}
// update tiddler fields
this.tiddler.modifier = config.options.txtUserName;
this.tiddler.modified = new Date();
store.addTiddler(this.tiddler);
// refresh and notifiy for immediate update
story.refreshTiddler(this.tiddler.title);
store.notify(this.tiddler.title, true);
};
bidix.UploadLog.prototype.startUpload = function(storeUrl, toFilename, uploadDir, backupDir) {
if (!this.tiddler)
return;
var now = new Date();
var text = "\n| ";
var filename = bidix.basename(document.location.toString());
if (!filename) filename = '/';
text += now.formatString("0DD/0MM/YYYY 0hh:0mm:0ss") +" | ";
text += config.options.txtUserName + " | ";
text += "[["+filename+"|"+location + "]] |";
text += " [[" + bidix.basename(storeUrl) + "|" + storeUrl + "]] | ";
text += uploadDir + " | ";
text += "[[" + bidix.basename(toFilename) + " | " +toFilename + "]] | ";
text += backupDir + " |";
this.addText(text);
};
bidix.UploadLog.prototype.endUpload = function(status) {
if (!this.tiddler)
return;
this.addText(" "+status+" |");
};
//
// Utilities
//
bidix.checkPlugin = function(plugin, major, minor, revision) {
var ext = version.extensions[plugin];
if (!
(ext &&
((ext.major > major) ||
((ext.major == major) && (ext.minor > minor)) ||
((ext.major == major) && (ext.minor == minor) && (ext.revision >= revision))))) {
// write error in PluginManager
if (pluginInfo)
pluginInfo.log.push("Requires " + plugin + " " + major + "." + minor + "." + revision);
eval(plugin); // generate an error : "Error: ReferenceError: xxxx is not defined"
}
};
bidix.dirname = function(filePath) {
if (!filePath)
return;
var lastpos;
if ((lastpos = filePath.lastIndexOf("/")) != -1) {
return filePath.substring(0, lastpos);
} else {
return filePath.substring(0, filePath.lastIndexOf("\\"));
}
};
bidix.basename = function(filePath) {
if (!filePath)
return;
var lastpos;
if ((lastpos = filePath.lastIndexOf("#")) != -1)
filePath = filePath.substring(0, lastpos);
if ((lastpos = filePath.lastIndexOf("/")) != -1) {
return filePath.substring(lastpos + 1);
} else
return filePath.substring(filePath.lastIndexOf("\\")+1);
};
bidix.initOption = function(name,value) {
if (!config.options[name])
config.options[name] = value;
};
//
// Initializations
//
// require PasswordOptionPlugin 1.0.1 or better
bidix.checkPlugin("PasswordOptionPlugin", 1, 0, 1);
// styleSheet
setStylesheet('.txtUploadStoreUrl, .txtUploadBackupDir, .txtUploadDir {width: 22em;}',"uploadPluginStyles");
//optionsDesc
merge(config.optionsDesc,{
txtUploadStoreUrl: "Url of the UploadService script (default: store.php)",
txtUploadFilename: "Filename of the uploaded file (default: in index.html)",
txtUploadDir: "Relative Directory where to store the file (default: . (downloadService directory))",
txtUploadBackupDir: "Relative Directory where to backup the file. If empty no backup. (default: ''(empty))",
txtUploadUserName: "Upload Username",
pasUploadPassword: "Upload Password",
chkUploadLog: "do Logging in UploadLog (default: true)",
txtUploadLogMaxLine: "Maximum of lines in UploadLog (default: 10)"
});
// Options Initializations
bidix.initOption('txtUploadStoreUrl','');
bidix.initOption('txtUploadFilename','');
bidix.initOption('txtUploadDir','');
bidix.initOption('txtUploadBackupDir','');
bidix.initOption('txtUploadUserName','');
bidix.initOption('pasUploadPassword','');
bidix.initOption('chkUploadLog',true);
bidix.initOption('txtUploadLogMaxLine','10');
/* don't want this for tiddlyspot sites
// Backstage
merge(config.tasks,{
uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");
*/
//}}}
<!--{{{-->
<div class='toolbar' macro='toolbar closeTiddler closeOthers +editTiddler > fields syncing permalink references jump'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
Type the text for [[contentFooter]]
//{{{
config.macros.search.handler = function(place,macroName,params)
{
var searchTimeout = null;
var btn = createTiddlyButton(place,this.label,this.prompt,this.onClick);
var txt = createTiddlyElement(place,"input",null,"txtOptionInput");
if(params[0])
txt.value = params[0];
txt.onkeyup = this.onKeyPress;
txt.onfocus = this.onFocus;
txt.setAttribute("size",this.sizeTextbox);
txt.setAttribute("accessKey",this.accessKey);
txt.setAttribute("autocomplete","off");
txt.setAttribute("lastSearchText","");
if(config.browser.isSafari) {
txt.setAttribute("type","search");
txt.setAttribute("results","5");
} else {
txt.setAttribute("type","text");
}
};
config.macros.search.onKeyPress = function(e){
var searcher = new GimageSearch();
function OnLoad(s) {
searcher.setSearchCompleteCallback(null, OnWebSearch);
searcher.setRestriction(searcher.RESTRICT_IMAGESIZE,
GimageSearch.IMAGESIZE_SMALL);
searcher.execute(s);
}
function OnWebSearch() {
if (!searcher.results) return;
var searchresults;
searchresults= "";
var results = "";
for (var i = 0; i < searcher.results.length; i++) {
var thisResult = searcher.results[i];
var title="http://tbn0.google.com/images?q=tbn:"+thisResult.url;
var body="<html>"+thisResult.title +"<br />"+thisResult.content+"<br/></html>[img[http://tbn0.google.com/images?q=tbn:"+thisResult.url+"]]\n"+thisResult.url;
// create/update the tiddler
var tiddler=store.getTiddler(title); if (!tiddler) tiddler=new Tiddler();
tiddler.set (title,body,thisResult.url,(new Date()),"temporary image excludeLists");
store.addTiddler(tiddler); story.closeTiddler(title);
story.displayTiddler(null,title,1);
store.notify(title,true);
}
}
displayMessage(e.keyCode);
if(e.keyCode == 13){
OnLoad(this.value);
}
}
//}}}
<html>simonmcmanus-128.jpg<br /><b>Simon McManus</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://a.wordpress.com/avatar/simonmcmanus-128.jpg]]
http://a.wordpress.com/avatar/simonmcmanus-128.jpg
<html>01_<b>sds</b>_banner.jpg<br />Tristan (CC Left <b>SDS</b>) and Lauren <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://antiauthoritarian.net/NLN/photo-gallery/2006_sds_pace/images/01_sds_banner.jpg]]
http://antiauthoritarian.net/NLN/photo-gallery/2006_sds_pace/images/01_sds_banner.jpg
<html><b>sd</b>_kingston512.jpg<br /><b>...</b> a 512MB Kingston <b>SD</b> card that is <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://arneberg.com/digicams/fz20/pics/sd_kingston512.jpg]]
http://arneberg.com/digicams/fz20/pics/sd_kingston512.jpg
<html><b>ssdsc</b>_0081.j.jpg<br />ssdsc_0081.j.jpg<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://av.winsenweb.com/AVPhotography/NebCranes/image/ssdsc_0081.j.jpg]]
http://av.winsenweb.com/AVPhotography/NebCranes/image/ssdsc_0081.j.jpg
<html>640x443.aspx<br /><b>ImageView</b> is used to display <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://blogs.msdn.com/photos/atc_avalon_team/images/585779/640x443.aspx]]
http://blogs.msdn.com/photos/atc_avalon_team/images/585779/640x443.aspx
<html>micro<b>SD</b>-ferrari.jpg<br />My plan was to use the microSD-to-<b>SD</b> <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://blogs.sun.com/ford/resource/microSD-ferrari.jpg]]
http://blogs.sun.com/ford/resource/microSD-ferrari.jpg
<html>c_<b>a</b>_large.jpg<br /><b>A</b> cellular automatation simulation<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://hof.povray.org/images/bigthumb/c_a_large.jpg]]
http://hof.povray.org/images/bigthumb/c_a_large.jpg
<html><b>a</b>2_milkythink.gif<br />Quiz Levels - Help one cow plot <b>a</b> <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://hubblesite.org/explore_astronomy/way_out/graphics/a2_milkythink.gif]]
http://hubblesite.org/explore_astronomy/way_out/graphics/a2_milkythink.gif
<html>Nintendo_<b>DS</b>_Lite_Pink.jpeg<br />Nintendo <b>DS</b> Lite Pink<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://i.pricerunner.com/prod/7_5_5_0_686934s/Nintendo_DS_Lite_Pink.jpeg]]
http://i.pricerunner.com/prod/7_5_5_0_686934s/Nintendo_DS_Lite_Pink.jpeg
<html><b>df</b>_sct.jpg<br /><b>...</b> Distrito Federal (Mexicochannel) <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://mexicochannel.net/maps/df_sct.jpg]]
http://mexicochannel.net/maps/df_sct.jpg
<html><b>sds</b>300.jpg<br /><b>SDS</b> From August 4th through the 7th, <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://mrzine.monthlyreview.org/sds300.jpg]]
http://mrzine.monthlyreview.org/sds300.jpg
<html>nintendo_<b>ds</b>_uk_2.jpg<br />nintendo <b>ds</b> lite in black<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://regmedia.co.uk/2006/06/23/nintendo_ds_uk_2.jpg]]
http://regmedia.co.uk/2006/06/23/nintendo_ds_uk_2.jpg
<html><b>A</b>_lapel_pin.jpg<br />Red '<b>A</b>' with <b>a</b> silver edging an)<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://richarddawkins.net/store/images/A_lapel_pin.jpg]]
http://richarddawkins.net/store/images/A_lapel_pin.jpg
<html><b>imageview</b>.jpg<br /><b>ImageView</b> 1.4 screenshot<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://static.rbytes.net/full_screenshots/i/m/imageview.jpg]]
http://static.rbytes.net/full_screenshots/i/m/imageview.jpg
<html><b>ds</b>_eaten.jpg<br />The Dog Ate My <b>DS</b> Lite July 18, 2006<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://uk.gizmodo.com/ds_eaten.jpg]]
http://uk.gizmodo.com/ds_eaten.jpg
<html><b>imageview</b>_mainw.jpg<br /><b>Imageview</b> 6<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.blackdot.be/content/projects/imageview/images/imageview_mainw.jpg]]
http://www.blackdot.be/content/projects/imageview/images/imageview_mainw.jpg
<html><b>df</b>-sd-04-05073_lg.jpg<br />B-1B Lancer (Neg#: <b>DF</b>-SD-04-05073)<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.boeing.com/news/releases/2007/photorelease/q1/df-sd-04-05073_lg.jpg]]
http://www.boeing.com/news/releases/2007/photorelease/q1/df-sd-04-05073_lg.jpg
<html><b>sa</b>.jpg<br /><b>...</b> the national <b>S.A.</b> competition.<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.calvin.edu/academic/cas/gpa/posters/sa.jpg]]
http://www.calvin.edu/academic/cas/gpa/posters/sa.jpg
<html><b>sd</b>.gif<br /><b>...</b> Map of <b>South Dakota</b> Counties <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.capitolimpact.com/gw/maps/sd.gif]]
http://www.capitolimpact.com/gw/maps/sd.gif
<html><b>ssds</b>.jpg<br />AddThis Social Bookmark Button<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.cowboygirlproductions.com/images/ssds.jpg]]
http://www.cowboygirlproductions.com/images/ssds.jpg
<html><b>SSDsc</b>_0036.gif<br />Welcome to the exciting world of <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.downtownsailing.org/racing/images/SSDsc_0036.gif]]
http://www.downtownsailing.org/racing/images/SSDsc_0036.gif
<html><b>sa</b>-15-img005.jpg<br /><b>SA</b>-N-9<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.fas.org/man/dod-101/sys/missile/row/sa-15-img005.jpg]]
http://www.fas.org/man/dod-101/sys/missile/row/sa-15-img005.jpg
<html><b>sa</b>-10-img008.jpg<br /><b>...</b> mobile S-300PMU <b>SA</b>-10B GRUMBLE <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.fas.org/nuke/guide/russia/airdef/sa-10-img008.jpg]]
http://www.fas.org/nuke/guide/russia/airdef/sa-10-img008.jpg
<html><b>ssdsc</b>00720.jpg.w300h400.jpg<br />ssdsc00720.jpg<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.guillen-spiller.co.uk/sitebuildercontent/sitebuilderpictures/.pond/ssdsc00720.jpg.w300h400.jpg]]
http://www.guillen-spiller.co.uk/sitebuildercontent/sitebuilderpictures/.pond/ssdsc00720.jpg.w300h400.jpg
<html>7<b>SSDSC</b>-5.jpg<br />It was in very poor condition.”<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.icsc.org/srch/sct/sct0707/7SSDSC-5.jpg]]
http://www.icsc.org/srch/sct/sct0707/7SSDSC-5.jpg
<html>wii.jpg<br /><b>Simon McManus</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.laternerdz.com/wp-content/uploads/2006/11/wii.jpg]]
http://www.laternerdz.com/wp-content/uploads/2006/11/wii.jpg
<html>FilmStrip~$28Medium$29.jpg<br /><b>...</b> Hamzah Malik, <b>Simon McManus</b> and <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.leatherheadfc-online.co.uk/mediac/400_0/media/FilmStrip~%2428Medium%2429.jpg]]
http://www.leatherheadfc-online.co.uk/mediac/400_0/media/FilmStrip~%2428Medium%2429.jpg
<html>SSDSBlockDiagram.gif<br />The <b>SSDS</b> is a component of the <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.mbari.org/ssds/ReferenceDocuments/ArchitectureSimple.gif/SSDSBlockDiagram.gif]]
http://www.mbari.org/ssds/ReferenceDocuments/ArchitectureSimple.gif/SSDSBlockDiagram.gif
<html>SSDSBlockDiagramSimple.jpg<br />The <b>SSDS</b> is a component of the <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.mbari.org/ssds/ReferenceDocuments/ArchitectureSimple.gif/SSDSBlockDiagramSimple.jpg]]
http://www.mbari.org/ssds/ReferenceDocuments/ArchitectureSimple.gif/SSDSBlockDiagramSimple.jpg
<html>nintendo-<b>ds</b>-lite-black-europe.jpg<br />Who Stole My Black <b>DS</b> Lite via Sina <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.play-gadgets.com/wp-content/uploads/2006/05/nintendo-ds-lite-black-europe.jpg]]
http://www.play-gadgets.com/wp-content/uploads/2006/05/nintendo-ds-lite-black-europe.jpg
<html><b>sa</b>_logo.jpg<br /><b>SA</b> Studios Global .......<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.sastudiosglobal.com/sa_logo.jpg]]
http://www.sastudiosglobal.com/sa_logo.jpg
<html><b>sds</b>-button.jpg<br />Reproduction of the original <b>SDS</b> <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.sdsrebels.com/sds-button.jpg]]
http://www.sdsrebels.com/sds-button.jpg
<html><b>DF</b>-15A.JPG<br />The <b>DF</b>-15 is a short <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.softwar.net/DF-15A.JPG]]
http://www.softwar.net/DF-15A.JPG
<html><b>sds</b>_page.png<br /><b>SDS</b> (a detergent) is then <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.steve.gb.com/images/science/sds_page.png]]
http://www.steve.gb.com/images/science/sds_page.png
<html>examples$<b>Image</b><b>View</b>.html_0.png<br />class <b>ImageView</b> : public TopWindow {<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.ultimatepp.org/examples%24ImageView.html_0.png]]
http://www.ultimatepp.org/examples%24ImageView.html_0.png
<html>20021223_01_mistake.gif<br />The ultimate failure of <b>a</b> <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.useit.com/alertbox/20021223_01_mistake.gif]]
http://www.useit.com/alertbox/20021223_01_mistake.gif
<html>6673671824635558.JPG?0.7332903593176554<br />SanDisk <b>SD</b>-USB Card<br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.weblogsinc.com/common/images/6673671824635558.JPG%3F0.7332903593176554]]
http://www.weblogsinc.com/common/images/6673671824635558.JPG%3F0.7332903593176554
<html>burroughs-400x300.jpg<br /><b>...</b> Kate <b>McManus</b> & Caroline <b>Simon</b> <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.whatsupfairfield.com/Images/burroughs-400x300.jpg]]
http://www.whatsupfairfield.com/Images/burroughs-400x300.jpg
<html><b>df</b>-head.jpg<br /><b>...</b> DIANNE "TRICK DEAL" FEINSTEIN <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:http://www.zpub.com/un/df-head.jpg]]
http://www.zpub.com/un/df-head.jpg
<html>ram_l.jpg<br />With <b>SSDS</b>, RAM is part of the <b>...</b><br/></html>[img[http://tbn0.google.com/images?q=tbn:https://wrc.navair-rdte.navy.mil/warfighter_enc/weapons/shiplnch/RAM/images/ram_l.jpg]]
https://wrc.navair-rdte.navy.mil/warfighter_enc/weapons/shiplnch/RAM/images/ram_l.jpg
/*{{{*/
config.commands.images = {type:"popup"};
merge(config.commands.images,{
text: "images ",
tooltip: "Click here to images that you have uploaded to this instance of ccTiddly"});
config.commands.images.handlePopup = function(popup,title)
{
var tagged = store.getTaggedTiddlers('image');
var prompt = tagged.length == 0 ? this.labelNotTag : this.label;
for(var t=0; t<tagged.length; t++)
createListImage(title,popup,tagged[t].title);
};
function createListImage(tiddlerTitle,popup,imageTitle)
{
var li = createTiddlyElement(popup,"li");
var img = createTiddlyElement(li,"img");
img.src = imageTitle;
img.onclick = function(e) {
var e = story.getTiddlerField(tiddlerTitle,"text");
var content = "[img[title|"+imageTitle +"]]";
replaceSelection(e,content);
};
};
/*}}}*/
/***
|Name|TaggedTemplateTweak|
|Source|http://www.TiddlyTools.com/#TaggedTemplateTweak|
|Version|1.1.0|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <<br>>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|plugin|
|Requires||
|Overrides|Story.prototype.chooseTemplateForTiddler()|
|Description|use alternative ViewTemplate/EditTemplate for tiddler's tagged with specific tag values|
The core function, "story.chooseTemplateForTiddler(title,template)" is essentially a "pass-thru" that returns the same template it was given, and is provided by the core so that plugins can customize the template selection logic to select alternative templates, based on whatever programmatic criteria is appropriate. This tweak extends story.chooseTemplateForTiddler() so that ''whenever a tiddler is marked with a specific tag value, it can be viewed and/or edited using alternatives to the standard tiddler templates.''
!!!!!Usage
<<<
Each alternative template is associated with a specific tiddler tag value by using that tag value as a prefix added to the standard TiddlyWiki template titles, [[ViewTemplate]] and [[EditTemplate]].
For example, any tiddlers that are tagged with ''<<tag media>>'' will look for alternative templates named [[mediaViewTemplate]] and [[mediaEditTemplate]]. Additionally, in order to find templates that have proper WikiWord tiddler titles (e.g., [[MediaViewTemplate]] and [[MediaEditTemplate]]), the plugin will also attempt to use a capitalized form of the tag value (e.g., ''Media'') as a prefix. //This capitalization is for comparison purposes only and will not alter the actual tag values that are stored in the tiddler.//
If no matching alternative template can be found by using //any// of the tiddler's tags (either "as-is" or capitalized), the tiddler defaults to using the appropriate standard [[ViewTemplate]] or [[EditTemplate]] definition.
''To add your own custom templates:''
>First, decide upon a suitable tag keyword to uniquely identify your custom templates and create custom view and/or edit templates using that keyword as a prefix (e.g., "KeywordViewTemplate" and "KeywordEditTemplate"). Then, simply create a tiddler and tag it with your chosen keyword... that's it! As long as the tiddler is tagged with your keyword, it will be displayed using the corresponding alternative templates. If you remove the tag or rename/delete the alternative templates, the tiddler will revert to using the standard viewing and editing templates.
<<<
!!!!!Examples
<<<
|Sample tiddler| tag | view template | edit template |
|[[MediaSample - QuickTime]]| <<tag media>> | [[MediaViewTemplate]] | [[MediaEditTemplate]] |
|[[MediaSample - Windows]]| <<tag media>> | [[MediaViewTemplate]] | [[MediaEditTemplate]] |
|[[CDSample]]| <<tag CD>> | [[CDViewTemplate]] | [[CDEditTemplate]] |
|<<newTiddler label:"create new task..." title:SampleTask tag:task text:"Type some text and then press DONE to view the task controls">> | <<tag task>> | [[TaskViewTemplate]] | [[EditTemplate]] |
//(note: if these samples are not present in your document, please visit// http://www.TiddlyTools.com/ //to view these sample tiddlers on-line)//
<<<
!!!!!Installation
<<<
import (or copy/paste) the following tiddlers into your document:
[[TaggedTemplateTweak]]
<<<
!!!!!Revision History
<<<
''2007.06.23 [1.1.0]'' re-written to use automatic 'tag prefix' search instead of hard coded check for each tag. Allows new custom tags to be used without requiring code changes to this plugin.
''2007.06.11 [1.0.0]'' initial release
<<<
!!!!!Credits
<<<
This feature was developed by Eric L Shulman / ELS Design Studios
<<<
!!!!!Code
***/
//{{{
version.extensions.taggedTemplate= {major: 1, minor: 1, revision: 0, date: new Date(2007,6,18)};
Story.prototype.taggedTemplate_chooseTemplateForTiddler = Story.prototype.chooseTemplateForTiddler
Story.prototype.chooseTemplateForTiddler = function(title,template)
{
// get default template from core
var template=this.taggedTemplate_chooseTemplateForTiddler.apply(this,arguments);
// if the tiddler to be rendered doesn't exist yet, just return core result
var tiddler=store.getTiddler(title); if (!tiddler) return template;
// look for template whose prefix matches a tag on this tiddler
for (t=0; t<tiddler.tags.length; t++) {
var tag=tiddler.tags[t];
if (store.tiddlerExists(tag+template)) { template=tag+template; break; }
// try capitalized tag (to match WikiWord template titles)
var cap=tag.substr(0,1).toUpperCase()+tag.substr(1);
if (store.tiddlerExists(cap+template)) { template=cap+template; break; }
}
return template;
}
//}}}