Renamed `wiki` folder

print-window-tiddler
Jeremy Ruston 2012-06-06 20:52:30 +01:00
rodzic fc182b5257
commit 6319a7dee5
9 zmienionych plików z 15 dodań i 3 usunięć

Wyświetl plik

@ -56,7 +56,7 @@ $tw.config = $tw.config || {};
$tw.config.root = $tw.config.root || "$:"; // Root for module titles (eg, "$:/kernel/boot.js")
$tw.config.bootModuleSubDir = $tw.config.bootModuleSubDir || "./modules";
$tw.config.wikiPluginsSubDir = $tw.config.wikiPluginsSubDir || "./plugins";
$tw.config.wikiShadowsSubDir = $tw.config.wikiShadowsSubDir || "./shadows";
$tw.config.wikiShadowsSubDir = $tw.config.wikiShadowsSubDir || "./wiki";
$tw.config.wikiTiddlersSubDir = $tw.config.wikiTiddlersSubDir || "./tiddlers";
// File extensions

Wyświetl plik

@ -14,13 +14,13 @@ type: text/x-tiddlywiki-html
<meta name="copyright" content="
<<include "$:/core/copyright.txt" text/plain>>
" />
<title><<include "$:/wiki/title" text/plain>></title>
<title><<tiddler "$:/core/wiki/title">></title>
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
<div id="styleArea">
<<include "[is[shadow]type[text/css]]" application/x-tiddler-css>>
</div>
<!----------- Raw markup ----------->
<<include "[tag[$:/shadow/rawMarkup]]" text/plain>>
<<include "[tag[$:/core/wiki/rawmarkup]]" text/plain>>
</head>
<body>
<!----------- Static content for Google and browsers without JavaScript ----------->

Wyświetl plik

@ -0,0 +1,4 @@
title: $:/core/wiki/title
type: text/x-tiddlywiki
<<tiddler SiteTitle>> --- <<tiddler SiteSubtitle>>

Wyświetl plik

@ -0,0 +1,4 @@
title: SiteSubtitle
type: text/x-tiddlywiki
a reusable non-linear personal web notebook

Wyświetl plik

@ -0,0 +1,4 @@
title: SiteTitle
type: text/x-tiddlywiki
TiddlyWiki5