Compare commits
64 Commits
v5.0.18-be
...
v5.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0a00f360a | ||
|
|
658a0e5f0a | ||
|
|
962a865347 | ||
|
|
0ea7f7589b | ||
|
|
ff0b2afef7 | ||
|
|
bde00aa455 | ||
|
|
1c86a8e0bb | ||
|
|
2ee82a289a | ||
|
|
15e9e21d2a | ||
|
|
ebb911f934 | ||
|
|
dac046c133 | ||
|
|
ab1def7d94 | ||
|
|
c900c71f8a | ||
|
|
15c527802b | ||
|
|
055dda9ee2 | ||
|
|
d3ad7a52c1 | ||
|
|
5e5c416ead | ||
|
|
9c71756738 | ||
|
|
50a7b20cf0 | ||
|
|
6fbef65ded | ||
|
|
1075770bf7 | ||
|
|
dfd35e8c12 | ||
|
|
59bbf3d56b | ||
|
|
15a28bc0a5 | ||
|
|
390a6759ea | ||
|
|
1a75fd0e21 | ||
|
|
9eb2db791f | ||
|
|
889f8c43e2 | ||
|
|
c5d0ae4c9b | ||
|
|
3c58426ff2 | ||
|
|
06cc8ed5ef | ||
|
|
e40f4ff630 | ||
|
|
3ad4febc15 | ||
|
|
8610a9c064 | ||
|
|
cda1e916bf | ||
|
|
9e6dab06cc | ||
|
|
7ed7aba8d0 | ||
|
|
e3fee7d56d | ||
|
|
449d12ff60 | ||
|
|
0a3c399305 | ||
|
|
f2791f7d5d | ||
|
|
1297c6e820 | ||
|
|
b82806d33d | ||
|
|
d39760fa21 | ||
|
|
b22c682ab3 | ||
|
|
1c018183db | ||
|
|
401d18e0d7 | ||
|
|
f9ff7c44ea | ||
|
|
b239b3d623 | ||
|
|
5dbcc5f601 | ||
|
|
9aee46a8f0 | ||
|
|
4ff9346f3a | ||
|
|
b0d83301ab | ||
|
|
026ddb7081 | ||
|
|
02601a02fc | ||
|
|
b31300c59c | ||
|
|
cbb16df47a | ||
|
|
ca211094a2 | ||
|
|
ac08f5f4a7 | ||
|
|
de02d5ce9d | ||
|
|
88a9115042 | ||
|
|
3ad8742db8 | ||
|
|
4199fc9683 | ||
|
|
194f525478 |
59
bin/bld-languages.sh
Normal file → Executable file
@@ -15,42 +15,51 @@ fi
|
||||
|
||||
echo "Using TW5_BUILD_OUTPUT as [$TW5_BUILD_OUTPUT]"
|
||||
|
||||
# Make the CNAME file that GitHub Pages requires
|
||||
|
||||
echo "tiddlywiki.com" > $TW5_BUILD_OUTPUT/CNAME
|
||||
|
||||
# The tw5.com wiki
|
||||
# index.html: the main file, including content
|
||||
|
||||
# /languages/de-AT/index.html Demo wiki with de-AT language
|
||||
# /languages/de-AT/empty.html Empty wiki with de-AT language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/de-AT-DE \
|
||||
./editions/de-AT \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all de-AT-DE.html text/plain \
|
||||
--savetiddler $:/favicon.ico favicon.ico \
|
||||
--output $TW5_BUILD_OUTPUT/languages/de-AT \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /languages/de-DE/index.html Demo wiki with de-DE language
|
||||
# /languages/de-DE/empty.html Empty wiki with de-DE language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hant \
|
||||
./editions/de-DE \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all zh-Hant.html text/plain \
|
||||
--savetiddler $:/favicon.ico favicon.ico \
|
||||
|| exit 1
|
||||
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hans \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all zh-Hans.html text/plain \
|
||||
--savetiddler $:/favicon.ico favicon.ico \
|
||||
--output $TW5_BUILD_OUTPUT/languages/de-DE \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /languages/fr-FR/index.html Demo wiki with fr-FR language
|
||||
# /languages/fr-FR/empty.html Empty wiki with fr-FR language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/fr-FR \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all fr-FR.html text/plain \
|
||||
--savetiddler $:/favicon.ico favicon.ico \
|
||||
--rendertiddler $:/core/save/all languages/fr-FR/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/fr-FR/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /languages/zh-Hans/index.html Demo wiki with zh-Hans language
|
||||
# /languages/zh-Hans/empty.html Empty wiki with zh-Hans language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hans \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/zh-Hans/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/zh-Hans/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
# /languages/zh-Hant/index.html Demo wiki with zh-Hant language
|
||||
# /languages/zh-Hant/empty.html Empty wiki with zh-Hant language
|
||||
node ./tiddlywiki.js \
|
||||
./editions/zh-Hant \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/zh-Hant/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/zh-Hant/empty.html text/plain \
|
||||
|| exit 1
|
||||
|
||||
|
||||
@@ -27,6 +27,9 @@ mkdir -p $TW5_BUILD_OUTPUT/dev/static
|
||||
rm $TW5_BUILD_OUTPUT/static/*
|
||||
rm $TW5_BUILD_OUTPUT/dev/static/*
|
||||
|
||||
rm $TW5_BUILD_OUTPUT/languages/de_AT/static/*
|
||||
rm $TW5_BUILD_OUTPUT/languages/de_DE/static/*
|
||||
|
||||
# Redirects
|
||||
|
||||
echo "<a href='./plugins/tiddlywiki/tw2parser/index.html'>Moved to http://tiddlywiki.com/plugins/tiddlywiki/tw2parser/index.html</a>" > $TW5_BUILD_OUTPUT/classicparserdemo.html
|
||||
@@ -166,9 +169,8 @@ node ./tiddlywiki.js \
|
||||
node ./tiddlywiki.js \
|
||||
./editions/de-AT \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/de-AT/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/de-AT/empty.html text/plain \
|
||||
--output $TW5_BUILD_OUTPUT/languages/de-AT \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /languages/de-DE/index.html Demo wiki with de-DE language
|
||||
@@ -176,9 +178,8 @@ node ./tiddlywiki.js \
|
||||
node ./tiddlywiki.js \
|
||||
./editions/de-DE \
|
||||
--verbose \
|
||||
--output $TW5_BUILD_OUTPUT \
|
||||
--rendertiddler $:/core/save/all languages/de-DE/index.html text/plain \
|
||||
--rendertiddler $:/core/save/empty languages/de-DE/empty.html text/plain \
|
||||
--output $TW5_BUILD_OUTPUT/languages/de-DE \
|
||||
--build favicon empty static index \
|
||||
|| exit 1
|
||||
|
||||
# /languages/fr-FR/index.html Demo wiki with fr-FR language
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
|
||||
+-- /jermolene.github.com/ - Directory for output files</code></pre><p>You can override the build output directory by defining the environment variable <code>TW5_BUILD_OUTPUT</code>. The easiest way to do this is to create a personal batch file to invoke <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki5.html'>TiddlyWiki5</a> that first sets the environment variable and then invokes <code>fullbld</code>.</p><p><code>fullbld</code> also runs the <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki5.html'>TiddlyWiki5</a> Node.js-based test suite (see <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TestingMechanism.html'>TestingMechanism</a>)</p><h2 class=''><code>serve</code>: serves tw5.com</h2><pre><code>./bin/serve.sh -h
|
||||
./bin/serve.sh [edition dir] [username] [password] [host] [port]</code></pre><p>Or:</p><pre><code>./bin/serve.cmd -h
|
||||
./bin/serve.cmd [edition dir] [username] [password] [host] [port]</code></pre><p>This script starts <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki5.html'>TiddlyWiki5</a> running as an HTTP server, defaulting to the content from the <code>tw5.com-server</code> edition. By default, the Node.js serves on port 8080. If the optional <code>username</code> parameter is provided, it is used for signing edits. If the <code>password</code> is provided then HTTP basic authentication is used.</p><p>To experiment with this configuration, run the script and then visit <code>http://127.0.0.1:8080</code> in a browser.</p><p>Changes made in the browser propagate to the server over HTTP (use the browser developer console to see these requests). The server then syncs changes to the file system (and logs each change to the screen).</p><h2 class=''><code>test</code>: build and run tests</h2><p>This script runs the <code>test</code> edition of <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> on the server to perform the server-side tests and to build <code>test.html</code> for running the tests in the browser.</p><h2 class=''><code>lazy</code>: serves tw5.com with lazily loaded images</h2><pre><code>./bin/lazy.sh <username> [<password>]</code></pre><p>Or:</p><pre><code>./bin/lazy.cmd <username> [<password>]</code></pre><p>This script serves the <code>tw5.com-server</code> edition content with <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/LazyLoading.html'>LazyLoading</a> applied to images.</p><h2 class=''><code>wbld</code>: builds <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> for <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWeb.html'>TiddlyWeb</a></h2><p>This script builds and deploys the code for <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki%2520in%2520the%2520Sky%2520for%2520TiddlyWeb.html'>TiddlyWiki in the Sky for TiddlyWeb</a>. If you want to experiment with your own builds of <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki5.html'>TiddlyWiki5</a> for <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWeb.html'>TiddlyWeb</a> you could use this batch file as a base.</p><h2 class=''><code>2bld</code>: builds <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> 2.6.5</h2><p>This script builds <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> 2.6.5 from the original source and then displays the differences between them (<code>diff</code> is used for *nix, <code>fc</code> for Windows).</p><h2 class=''><code>deploy</code> & <code>verbump</code>: deploy <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> and bump the <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> version number</h2><p>These scripts are concerned with releasing a new version of <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a>. See <a class='tc-tiddlylink tc-tiddlylink-missing' href='http://tiddlywiki.com/static/Releasing%2520a%2520new%2520version%2520of%2520TiddlyWiki5.html'>Releasing a new version of TiddlyWiki5</a>.</p>
|
||||
./bin/serve.cmd [edition dir] [username] [password] [host] [port]</code></pre><p>This script starts <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki5.html'>TiddlyWiki5</a> running as an HTTP server, defaulting to the content from the <code>tw5.com-server</code> edition. By default, the Node.js serves on port 8080. If the optional <code>username</code> parameter is provided, it is used for signing edits. If the <code>password</code> is provided then HTTP basic authentication is used. Run the script with the <code>-h</code> parameter to see online help.</p><p>To experiment with this configuration, run the script and then visit <code>http://127.0.0.1:8080</code> in a browser.</p><p>Changes made in the browser propagate to the server over HTTP (use the browser developer console to see these requests). The server then syncs changes to the file system (and logs each change to the screen).</p><h2 class=''><code>test</code>: build and run tests</h2><p>This script runs the <code>test</code> edition of <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> on the server to perform the server-side tests and to build <code>test.html</code> for running the tests in the browser.</p><h2 class=''><code>lazy</code>: serves tw5.com with lazily loaded images</h2><pre><code>./bin/lazy.sh <username> [<password>]</code></pre><p>Or:</p><pre><code>./bin/lazy.cmd <username> [<password>]</code></pre><p>This script serves the <code>tw5.com-server</code> edition content with <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/LazyLoading.html'>LazyLoading</a> applied to images.</p><h2 class=''><code>wbld</code>: builds <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> for <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWeb.html'>TiddlyWeb</a></h2><p>This script builds and deploys the code for <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki%2520in%2520the%2520Sky%2520for%2520TiddlyWeb.html'>TiddlyWiki in the Sky for TiddlyWeb</a>. If you want to experiment with your own builds of <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki5.html'>TiddlyWiki5</a> for <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWeb.html'>TiddlyWeb</a> you could use this batch file as a base.</p><h2 class=''><code>2bld</code>: builds <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> 2.6.5</h2><p>This script builds <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> 2.6.5 from the original source and then displays the differences between them (<code>diff</code> is used for *nix, <code>fc</code> for Windows).</p><h2 class=''><code>deploy</code> & <code>verbump</code>: deploy <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> and bump the <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a> version number</h2><p>These scripts are concerned with releasing a new version of <a class='tc-tiddlylink tc-tiddlylink-resolves' href='http://tiddlywiki.com/static/TiddlyWiki.html'>TiddlyWiki</a>. See <a class='tc-tiddlylink tc-tiddlylink-missing' href='http://tiddlywiki.com/static/Releasing%2520a%2520new%2520version%2520of%2520TiddlyWiki5.html'>Releasing a new version of TiddlyWiki5</a>.</p>
|
||||
@@ -51,6 +51,7 @@ Saving/Heading: Saving
|
||||
Saving/TiddlySpot/Advanced/Heading: Advanced Settings
|
||||
Saving/TiddlySpot/BackupDir: Backup Directory
|
||||
Saving/TiddlySpot/Backups: Backups
|
||||
Saving/TiddlySpot/Description: These settings are only used when saving to http://tiddlyspot.com or a compatible remote server
|
||||
Saving/TiddlySpot/Filename: Upload Filename
|
||||
Saving/TiddlySpot/Heading: ~TiddlySpot
|
||||
Saving/TiddlySpot/Hint: //The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address//
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
title: $:/language/Help/setfield
|
||||
description: Prepares external tiddlers for use
|
||||
|
||||
//Note that this command is experimental and may change or be replaced during the TiddlyWiki version 5 beta//
|
||||
//Note that this command is experimental and may change or be replaced before being finalised//
|
||||
|
||||
Sets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.
|
||||
|
||||
|
||||
@@ -204,7 +204,7 @@ Widget.prototype.getStateQualifier = function(name) {
|
||||
}
|
||||
node = node.parentWidget;
|
||||
}
|
||||
return "{" + $tw.utils.hashString(output.join("")) + "}";
|
||||
return $tw.utils.hashString(output.join(""));
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -15,11 +15,13 @@ http://$(userName)$.tiddlyspot.com/backup/
|
||||
\end
|
||||
! <<lingo TiddlySpot/Heading>>
|
||||
|
||||
<<lingo TiddlySpot/Description>>
|
||||
|
||||
|<<lingo TiddlySpot/UserName>> |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|
||||
|<<lingo TiddlySpot/Password>> |<$password name="upload"/> |
|
||||
|<<lingo TiddlySpot/Backups>> |<<backupLink>> |
|
||||
|
||||
!! <<lingo TiddlySpot/Advanced/Heading>>
|
||||
''<<lingo TiddlySpot/Advanced/Heading>>''
|
||||
|
||||
|<<lingo TiddlySpot/ServerURL>> |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
|
||||
|<<lingo TiddlySpot/Filename>> |<$edit-text tiddler="$:/UploadFilename" default="index.html" tag="input"/> |
|
||||
|
||||
@@ -8,7 +8,7 @@ message-$(payloadTiddler)$
|
||||
selection-$(payloadTiddler)$
|
||||
\end
|
||||
\define previewPopupState()
|
||||
!!popup-$(payloadTiddler)$
|
||||
$(currentTiddler)$!!popup-$(payloadTiddler)$
|
||||
\end
|
||||
<table>
|
||||
<tbody>
|
||||
|
||||
8
editions/de-AT/tiddlers/Bilder.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095343387
|
||||
creator: pmario
|
||||
modified: 20140918095343388
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Bilder
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/Einfuhrung.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095353295
|
||||
creator: pmario
|
||||
modified: 20140918095353295
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Einführung
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
16
editions/de-AT/tiddlers/InhaltsVerzeichnis.tid
Normal file
@@ -0,0 +1,16 @@
|
||||
caption: {{$:/language/SideBar/Contents/Caption}}
|
||||
created: 20140918100037381
|
||||
creator: pmario
|
||||
list: Willkommen! ErsteSchritte WikiText
|
||||
list-after: $:/core/ui/SideBar/Open
|
||||
modified: 20140918100252116
|
||||
modifier: pmario
|
||||
tags: $:/tags/SideBar
|
||||
title: InhaltsVerzeichnis
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<div class="tc-table-of-contents">
|
||||
|
||||
<<toc-selective-expandable 'InhaltsVerzeichnis'>>
|
||||
|
||||
</div>
|
||||
8
editions/de-AT/tiddlers/Konzept.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095538951
|
||||
creator: pmario
|
||||
modified: 20140918095538951
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Konzept
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/Lexikon.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095531114
|
||||
creator: pmario
|
||||
modified: 20140918095531114
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Lexikon
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/Referenz.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095524720
|
||||
creator: pmario
|
||||
modified: 20140918095524720
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Referenz
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/TWclassic.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095509663
|
||||
creator: pmario
|
||||
modified: 20140918095509663
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: TWclassic
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
8
editions/de-AT/tiddlers/Video.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095450079
|
||||
creator: pmario
|
||||
modified: 20140918100439625
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Video
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
9
editions/de-AT/tiddlers/Widgets.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
created: 20140918095112165
|
||||
creator: pmario
|
||||
modified: 20140918095443085
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: Widgets
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Es gibt momentan 30 Widgets. Siehe: http://tiddlywiki.com/#Widgets
|
||||
@@ -1,6 +1,6 @@
|
||||
created: 20140908125600000
|
||||
creator: pmario
|
||||
modified: 20140913185334231
|
||||
modified: 20140918094303293
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis Intro
|
||||
title: Willkommen!
|
||||
@@ -31,6 +31,7 @@ Sie können TiddlyWiki als eine einzige Datei speichern, die sie mit dem Web-Bro
|
||||
|
||||
* ''ErsteSchritte''
|
||||
* [[TiddlyWiki Syntax|WikiText]]
|
||||
* [[Liste aller HowTo's]]
|
||||
* [[Was kann TiddlyWiki]]
|
||||
* [[WikiText mehr Beispiele]]
|
||||
* [[Was geschah mit dem alten TiddlyWiki?|Was geschah mit dem alten TiddlyWiki]]
|
||||
|
||||
8
editions/de-AT/tiddlers/howto.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
created: 20140918095621180
|
||||
creator: pmario
|
||||
modified: 20140918095621180
|
||||
modifier: pmario
|
||||
tags: InhaltsVerzeichnis
|
||||
title: howto
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
11
editions/de-AT/tiddlers/howto/Liste aller HowTo's.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140918094051245
|
||||
creator: pmario
|
||||
modified: 20140918094948642
|
||||
modifier: pmario
|
||||
tags: Referenz
|
||||
title: Liste aller HowTo's
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Hier finden sie eine Auflistung aller HowTo's
|
||||
|
||||
<<list-links "[tag[howto]]">>
|
||||
11
editions/de-AT/tiddlers/howto/Liste aller Tiddler.tid
Normal file
@@ -0,0 +1,11 @@
|
||||
created: 20140918094631105
|
||||
creator: pmario
|
||||
modified: 20140918100533574
|
||||
modifier: pmario
|
||||
tags: howto Referenz
|
||||
title: Liste aller Tiddler
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Eine Liste aller Tiddler:
|
||||
|
||||
<<list-links "[!is[system]sort[title]]">>
|
||||
@@ -1,6 +1,7 @@
|
||||
created: 20130825213500000
|
||||
creator: pmario
|
||||
modified: 20140909202145674
|
||||
modified: 20140918075315960
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Speichern auf TiddlySpot
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -10,8 +11,9 @@ TiddlySpot ist ein freier Hosting Service von Simon und Daniel Baird. Es ist bei
|
||||
~TiddlyWiki5 wird momentan noch nicht als Standard Wiki angeboten, sie können aber folgende Schritte verwenden um ~TiddlyWiki auf ~TiddlySpot zu speichern.
|
||||
|
||||
# Erstellen sie ein Wiki auf http://tiddlyspot.com/ und merken sie sich den Namen und ihr Passwort!
|
||||
# Öffnen sie http://tiddlywiki.com/empty.html in ihrem Browser. TODO deutsche version
|
||||
# Wählen sie im [[Control Panel|$:/ControlPanel]], den "Speichern" Tab und trage sie im "~TiddlySpot" Bereich, den Wiki Namen und das Passwort ein.
|
||||
# Für Österreich, öffnen sie http://tiddlywiki.com/languages/de-AT/empty.html in ihrem Browser.
|
||||
#* Für Deutschland: http://tiddlywiki.com/languages/de-DE/empty.html
|
||||
# Wählen sie im [[Control Panel|$:/ControlPanel]], den "Speichern" Tab und tragen sie im "~TiddlySpot" Bereich, den Wiki Namen und das Passwort ein.
|
||||
# Klicken sie den "Speichern" button. Nach einiger Zeit, bekommen sie rechts oben die Mitteilung "Wiki gespeichert". Das Speichern kann je nach Internetverbindung und Wiki Größe einige Sekunden dauern.
|
||||
#* //Das Erstellen eines neuen Wikis funktioniert nicht mit Firefox, da die Sicherheitseinstellungen diese Vorgehensweise nicht erlauben. Google Chrome kann verwendet werden. Ein späteres editieren von tiddlyspot.com ist auch mit Firefox möglich!//
|
||||
# Gehen sie nun zu ihrem Wiki: ~http://{wikiname}.tiddlyspot.com/
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
created: 20131129092604900
|
||||
creator: pmario
|
||||
modified: 20140909085517511
|
||||
modified: 20140918102122537
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Speichern mit Chrome
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -9,7 +10,7 @@ Diese Methode ist etwas umständlich, da man Einstellungen immer wieder manuell
|
||||
|
||||
# Speichern sie eine leere Datei der deutschen Version.
|
||||
#> {{$:/editions/de-AT-DE/snippets/download-empty-button}}
|
||||
#> Wenn der Button nicht funktioniert, dann klicken sie den link mit der rechten Maustaste und wählen: "Ziel Speichern unter ..." http://tiddlywiki.com/empty.html ... TODO (de-AT-DE-empty.html)
|
||||
#> Wenn der Button nicht funktioniert, dann klicken sie den link mit der rechten Maustaste und wählen: "Ziel Speichern unter ..." http://tiddlywiki.com/languages/de-AT/empty.html oder http://tiddlywiki.com/languages/de-DE/empty.html
|
||||
#> Je nach Browser folgen sie den Dialogen!
|
||||
# Suchen sie die eben geladene Datei im Datei Manager.
|
||||
#* Geben sie der Datei einen vernünftigen Namen und stellen sie sicher, dass die Endung `.html` oder `.htm` ist.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
created: 20131211220000000
|
||||
creator: pmario
|
||||
modified: 20140909090900579
|
||||
modified: 20140918102257399
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Speichern mit TiddlyIE
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -10,7 +11,8 @@ type: text/vnd.tiddlywiki
|
||||
# Starten sie Internet Explorer neu. IE wird beim Start einen Dialog anzeigen, mit dem sie das AddOn freischalten können.
|
||||
#> Es ist möglich, dass sie aufgefordert werden das //Microsoft Script Runtime// zu erlauben. Tun sie das!
|
||||
# Klicken sie den folgenden Link mit der rechten Maustaste und wählen: "Ziel Speichern unter ..."
|
||||
#> http://tiddlywiki.com/empty.html ... TODO (de-AT-DE-empty.html)
|
||||
#> http://tiddlywiki.com/languages/de-AT/empty.html oder
|
||||
#> http://tiddlywiki.com/languages/de-DE/empty.html
|
||||
# Suchen sie die eben geladene Datei im Datei Manager.
|
||||
#* Geben sie der Datei einen vernünftigen Namen und stellen sie sicher, dass die Endung `.html` oder `.htm` ist.
|
||||
# Öffnen sie die Datei mit dem Internet Explorer
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
created: 20131129101027725
|
||||
creator: pmario
|
||||
modified: 20140909103924542
|
||||
modified: 20140918102218367
|
||||
modifier: pmario
|
||||
tags: howto
|
||||
title: Speichern mit iPad/iPhone
|
||||
type: text/vnd.tiddlywiki
|
||||
@@ -13,7 +14,7 @@ Verwendung von TWEdit:
|
||||
# Öffnen sie TWEdit.
|
||||
# Tippen sie den Titel in der Mitte des "Toolbars".
|
||||
#* Eine Text Box sollte sich öffnen, in der sie die URL eingeben können.
|
||||
# Verwenden sie URL `http://tiddlywiki.com/empty.html` TODO german version
|
||||
# Verwenden sie URL `http://tiddlywiki.com/languages/de-AT/empty.html` oder `http://tiddlywiki.com/languages/de-DE/empty.html`
|
||||
# Wenn die leere Version geladen wurde, dann tippen sie "save" (Das zweite "icon" oben rechts)
|
||||
#* Ein Hinweis Dialog sollte erscheinen, wo sie den lokalen Namen eingeben können.
|
||||
# Geben sie den neuen Dateinamen ein. Die Endung `.html` nicht vergessen!
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
created: 20140908135232028
|
||||
creator: pmario
|
||||
modified: 20140910063214798
|
||||
modified: 20140918100341288
|
||||
modifier: pmario
|
||||
tags: Einführung Intro
|
||||
tags: Intro InhaltsVerzeichnis
|
||||
title: ErsteSchritte
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
@@ -15,6 +15,7 @@ ErsteSchritte - $(browser-name)$
|
||||
|
||||
!!! Weitere Links:
|
||||
|
||||
* [[Liste aller HowTo's]]: Diese Liste ist vor allem dann wichtig, wenn sie über "statische" Seiten hier her kommen.
|
||||
* [[Speichern mit Verschlüsselung]]: ~TiddlyWiki kann verschlüsselt gespeichert werden. Wichtig: Vergessen sie das Passwort nicht!
|
||||
* [[Speichern auf TiddlySpot]]: TiddlySpot ist ein freier Service, mit dem sie Ihr Wiki online stellen können.
|
||||
* [[TiddlyWiki und TiddlyDesktop]]: TiddlyDesktop ist eine "echte" Applikation mit der sie mehrere Wikis verwalten und speichern können.
|
||||
|
||||
@@ -1,18 +1,20 @@
|
||||
created: 20140909075632780
|
||||
creator: pmario
|
||||
modified: 20140913185205429
|
||||
modified: 20140918100607559
|
||||
modifier: pmario
|
||||
tags: Konzept
|
||||
tags: howto
|
||||
title: TiddlyWiki Speichern
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
!! Ein leeres Dokument speichern
|
||||
|
||||
|{{$:/editions/de-AT-DE/snippets/download-empty-button}}|Nur TiddlyWiki und die deutschen Sprachdateien für Deutschland und Österreich werden gespeichert. Die Standardeinstellung wird auf "de-DE" für Deuschland gestellt. Die Sprache kann mit dem ''[[Control Panel|$:/ControlPanel]]: Info - Tab'' geändert werden. |
|
||||
|{{$:/editions/de-AT-DE/snippets/download-empty-button}}|Nur TiddlyWiki und die deutschen Sprachdateien für Deutschland und Österreich werden gespeichert. Die Sprache kann nachträglich mit dem ''[[Control Panel|$:/ControlPanel]]: Info - Tab'' geändert und gespeichert werden. |
|
||||
|
||||
!! Dieses Dokument speichern
|
||||
|{{$:/snippets/download-wiki-button}}|Dieses Tiddlywiki und alle enthaltenen Tiddler werden gespeichert. Die selbe Funktion kann über den {{$:/core/images/save-button}} ''speichern'' Button im rechten Menü ausgelöst werden. |
|
||||
|
||||
----
|
||||
!!! Hinweis
|
||||
Momentan sind die deutsche und österreichische Version absolut ident. Außer der Flagge natürlich ;)
|
||||
|
||||
|
||||
Weitere Informationen zum Umgang mit ~TiddlyWiki und unterschiedlichen Browsern finden sie unter: ErsteSchritte
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
created: 20140908131026578
|
||||
creator: pmario
|
||||
modified: 20140908131245219
|
||||
modified: 20140918125436840
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Hyperlinks
|
||||
@@ -9,4 +9,5 @@ type: text/vnd.tiddlywiki
|
||||
Als Hyperlinks werden Verknüpfungen bezeichnet, die zu anderen Tiddlern oder externen Seiten führen, und diese öffnen.
|
||||
|
||||
* Tiddler werden direkt in TiddlyWiki geöffnet.
|
||||
* Externe Seiten, laden je nach Browser Einstellung einen neuen Tab oder ein neue Seite im selben Tab.
|
||||
* Externe Seiten, laden je nach Browser Einstellung einen neuen Tab oder ein neue Seite im selben Tab.
|
||||
*Siehe auch: <<list-links filter:"[tag[Hyperlinks]]" type:"ol">>
|
||||
|
||||
@@ -1,11 +1,22 @@
|
||||
created: 20140908130640417
|
||||
creator: pmario
|
||||
modified: 20140908131007409
|
||||
modified: 20140918124555159
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
title: Tags
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Als Tags werden Markierungen bezeichnet, die verwendet werden können um einzeln Tiddler zu filtern.
|
||||
Als Tags werden Markierungen bezeichnet, die verwendet werden können um einzelne Tiddler, später, zu filtern.
|
||||
|
||||
Zum Beispiel ist dieser Tiddler mit ''Lexikon'' "getaggt". Es gibt <$count filter="[tag[Lexikon]]"/> weitere Tiddler mit diesem Tag.
|
||||
|
||||
Eine gekürzte Liste wird hier angezeigt mit:
|
||||
|
||||
```
|
||||
<<list-links filter:"[tag[Lexikon]limit[4]]">>
|
||||
```
|
||||
|
||||
<<list-links filter:"[tag[Lexikon]limit[4]]">>
|
||||
|
||||
Eine komplette liste können sie im rechten Menü unter ''Mehr: Tags" sehen.
|
||||
|
||||
Zum Beispiel ist dieser Tiddler mit ''Lexikon'' getaggt.
|
||||
@@ -1,8 +1,8 @@
|
||||
created: 20130825161100000
|
||||
creator: pmario
|
||||
modified: 20140909073807763
|
||||
modified: 20140918102434055
|
||||
modifier: pmario
|
||||
tags: Lexikon
|
||||
tags: Lexikon InhaltsVerzeichnis
|
||||
title: TiddlyFox
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
@@ -13,8 +13,7 @@ type: text/vnd.tiddlywiki
|
||||
* https://addons.mozilla.org/en-US/firefox/addon/tiddlyfox/
|
||||
|
||||
Siehe auch:
|
||||
TODO!! `<<tagging TiddlyFox>>`
|
||||
|
||||
<<list-links "[tag[TiddlyFox]]">>
|
||||
|
||||
<<<
|
||||
Die Entwickler Version von ~TiddlyFox finden sie auf GitHub:
|
||||
|
||||
@@ -2,7 +2,7 @@ created: 20140913190325625
|
||||
creator: pmario
|
||||
modified: 20140913190429017
|
||||
modifier: pmario
|
||||
tags: TWclassic
|
||||
tags: TWclassic Lexikon
|
||||
title: Was geschah mit dem alten TiddlyWiki
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
13
editions/de-AT/tiddlers/referenz/Lizenzen.tid
Normal file
@@ -0,0 +1,13 @@
|
||||
created: 20140918110713554
|
||||
creator: pmario
|
||||
modified: 20140918111046621
|
||||
modifier: pmario
|
||||
tags: Referenz
|
||||
title: Lizenzen
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
* ~TiddlyWiki Kern
|
||||
** https://github.com/Jermolene/TiddlyWiki5/blob/master/licenses/copyright.md
|
||||
* ~TiddlyWiki Editionen
|
||||
** https://github.com/Jermolene/TiddlyWiki5/blob/master/licenses/cla-individual.md
|
||||
** https://github.com/Jermolene/TiddlyWiki5/blob/master/licenses/cla-entity.md
|
||||
@@ -0,0 +1,33 @@
|
||||
created: 20140918103106541
|
||||
creator: pmario
|
||||
modified: 20140918105518082
|
||||
modifier: pmario
|
||||
tags: Referenz
|
||||
title: Wer pflegt diese Edition?
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\define list-about(filter,type:"ul",subtype:"li")
|
||||
<$type$>
|
||||
<$list filter="$filter$">
|
||||
<$subtype$>
|
||||
<$link to={{!!title}}>
|
||||
<$view field="about"/>
|
||||
</$link>
|
||||
</$subtype$>
|
||||
</$list>
|
||||
</$type$>
|
||||
\end
|
||||
|
||||
!! Maintainer
|
||||
|
||||
<<list-about filter:"[tag[maintainer]has[about]]" >>
|
||||
|
||||
!! GitHub
|
||||
|
||||
siehe: https://github.com/Jermolene/TiddlyWiki5/tree/master/languages
|
||||
|
||||
!! Feedback
|
||||
|
||||
Konstruktives Feedback ist wichtig, um die Dokumentation zu verbessern! ... Kein Feedback ... keine Änderungen :)
|
||||
|
||||
Bitte unter: https://groups.google.com/forum/#!forum/tiddlywiki
|
||||
10
editions/de-AT/tiddlers/referenz/pmario.tid
Normal file
@@ -0,0 +1,10 @@
|
||||
about: Mario Pietsch
|
||||
created: 20140918103040215
|
||||
creator: pmario
|
||||
modified: 20140918110702263
|
||||
modifier: pmario
|
||||
tags: maintainer
|
||||
title: pmario
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Hallo, Ich bin {{!!about}}, Ich pflege momentan die deutsche Version von ~TiddlyWiki und würde mich über Hilfe sehr freuen. Wer helfen möchte, soll bitte [[Kontakt aufnehmen|Wer pflegt diese Edition?]]!
|
||||
3
editions/de-AT/tiddlers/system/$__StaticBanner.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/StaticBanner
|
||||
|
||||
<div class="tc-static-alert"><div class="tc-static-alert-inner">Diese Seite ist Teil der "reinen" HTML Version von ~TiddlyWiki auf http://tiddlywiki.com/languages/de-AT</div></div>
|
||||
@@ -0,0 +1,7 @@
|
||||
created: 20140918071202599
|
||||
modified: 20140918071201447
|
||||
modifier: pmario
|
||||
title: $:/config/PageControlButtons/Visibility/$:/editions/tw5.com/github-fork-ribbon
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
show
|
||||
2
editions/de-AT/tiddlers/system/$__editions_de-AT-DE_download-empty.tid
Normal file → Executable file
@@ -4,7 +4,7 @@ title: $:/editions/de-AT-DE/download-empty
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\define saveTiddlerFilter()
|
||||
[[$:/core]] [[$:/isEncrypted]] [[$:/themes/tiddlywiki/snowwhite]] [[$:/themes/tiddlywiki/vanilla]] [[$:/languages/de-DE]] [[$:/languages/de-AT]] [[$:/language]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]
|
||||
[[$:/core]] [[$:/isEncrypted]] [[$:/themes/tiddlywiki/snowwhite]] [[$:/themes/tiddlywiki/vanilla]] [[$:/languages/de-DE]] [[$:/languages/de-AT]] [[$:/language]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]
|
||||
\end
|
||||
\define savingEmpty()
|
||||
yes
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
caption: Banner
|
||||
created: 20140918070509363
|
||||
creator: pmario
|
||||
description: Banner für de-AT-DE
|
||||
modified: 20140918072656549
|
||||
modifier: pmario
|
||||
tags: $:/tags/PageControls
|
||||
title: $:/editions/de-AT-DE/github-fork-ribbon
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<div class="github-fork-ribbon-wrapper right" style><div class="github-fork-ribbon" style="background-color:#DF4848;"><$link to="TiddlyWiki Speichern"><<version>></$link></div></div>
|
||||
|
||||
<!-- TODO: Change link to "Releases" before full release -->
|
||||
@@ -1,7 +1,7 @@
|
||||
created: 20140908134120325
|
||||
modified: 20140912115626745
|
||||
modified: 20140919142241960
|
||||
modifier: pmario
|
||||
title: $:/language
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
$:/languages/de-DE
|
||||
$:/languages/de-AT
|
||||
3
editions/de-AT/tiddlers/system/SelectDefaultTab.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/state/tab/sidebar--1835078512
|
||||
|
||||
InhaltsVerzeichnis
|
||||
@@ -1,9 +1,9 @@
|
||||
caption: Verknüpfungen
|
||||
created: 20131205155230596
|
||||
creator: pmario
|
||||
modified: 20140913133752516
|
||||
modified: 20140918125129325
|
||||
modifier: pmario
|
||||
tags: WikiText
|
||||
tags: WikiText Hyperlinks
|
||||
title: Verknüpfungen in WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
created: 20131205155227468
|
||||
creator: pmario
|
||||
list: [[Formatierungen in WikiText]] [[Überschriften in WikiText]] [[Listen in WikiText]] [[Zitate in WikiText]] [[Verknüpfungen in WikiText]] [[Trennlinie in WikiText]] [[Paragraphs in WikiText]] [[Bilder in WikiText]] [[Code Block in WikiText]] [[Definitionen in WikiText]] [[Tabellen in WikiText]] [[Zeilenumbruch in WikiText]] [[Typisierte Blöcke in WikiText]]
|
||||
modified: 20140913185022598
|
||||
modified: 20140918095433441
|
||||
modifier: pmario
|
||||
tags: Konzept Referenz
|
||||
tags: Konzept Referenz InhaltsVerzeichnis
|
||||
title: WikiText
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
|
||||
11
editions/de-AT/tiddlywiki.info
Normal file → Executable file
@@ -17,8 +17,15 @@
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","de-at-demo.html","text/plain"],
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
"empty": [
|
||||
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain"],
|
||||
"favicon": [
|
||||
"--savetiddler","$:/favicon.ico","favicon.ico"]
|
||||
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
||||
"static": [
|
||||
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
||||
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
||||
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
||||
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
||||
}
|
||||
}
|
||||
|
||||
3
editions/de-DE/tiddlers/system/$__StaticBanner.tid
Normal file
@@ -0,0 +1,3 @@
|
||||
title: $:/StaticBanner
|
||||
|
||||
<div class="tc-static-alert"><div class="tc-static-alert-inner">Diese Seite ist Teil der "reinen" HTML Version von ~TiddlyWiki auf http://tiddlywiki.com/languages/de-DE</div></div>
|
||||
7
editions/de-DE/tiddlers/system/$__language.tid
Normal file
@@ -0,0 +1,7 @@
|
||||
created: 20140908134120325
|
||||
modified: 20140918073707524
|
||||
modifier: pmario
|
||||
title: $:/language
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
$:/languages/de-DE
|
||||
11
editions/de-DE/tiddlywiki.info
Normal file → Executable file
@@ -20,8 +20,15 @@
|
||||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--rendertiddler","$:/core/save/all","de-de-demo.html","text/plain"],
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
"empty": [
|
||||
"--rendertiddler","$:/editions/de-AT-DE/download-empty","empty.html","text/plain"],
|
||||
"favicon": [
|
||||
"--savetiddler","$:/favicon.ico","favicon.ico"]
|
||||
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
||||
"static": [
|
||||
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
||||
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
||||
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
||||
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
||||
}
|
||||
}
|
||||
|
||||
21
editions/dev/tiddlers/HelloThere.tid
Normal file
@@ -0,0 +1,21 @@
|
||||
modified: 20140920124011558
|
||||
tags: TableOfContents
|
||||
title: HelloThere
|
||||
|
||||
Welcome to the developer documentation for TiddlyWiki (http://tiddlywiki.com/). It is currently a work in progress as material from two different sources is adapted and merged:
|
||||
|
||||
* An assignment by Christian Jurke and Christian Heigele, two students working on their Master's degree in Information Technology at the Gießen University of Applied Sciences (Technische Hochschule Mittelhessen). Their work can be seen in the [[Introduction]] and the tiddlers that link from it.
|
||||
* The original developer documentation from http://tiddlywiki.com:
|
||||
** [[TiddlyWiki for Developers.tid]]
|
||||
** [[TiddlyWiki Coding Style Guidelines.tid]]
|
||||
** [[TiddlyWiki Architecture.tid]]
|
||||
** [[TiddlyWiki5 Development Environment.tid]]
|
||||
** [[Developing plugins using Node.js and GitHub.tid]]
|
||||
** [[How to create a translation for TiddlyWiki.tid]]
|
||||
** [[JavaScript Macros.tid]]
|
||||
** [[TiddlyWiki on node-webkit.tid]]
|
||||
** [[package.json for node-webkit.tid]]
|
||||
** [[How to create plugins in the browser.tid]]
|
||||
** SyncAdaptorModules
|
||||
** WidgetModules
|
||||
** WikiRuleModules
|
||||
@@ -1,111 +0,0 @@
|
||||
|
||||
tiddler: apptree.svg.tid
|
||||
|
||||
tiddler: arch.svg.tid
|
||||
|
||||
tiddler: Caching.tid
|
||||
|
||||
tiddler: Conclusion.tid
|
||||
|
||||
tiddler: Data%20Management%20during%20Runtime.tid
|
||||
|
||||
tiddler: Data%20Persistence.tid
|
||||
|
||||
tiddler: Data-Storage.tid
|
||||
|
||||
tiddler: Datamodel.tid
|
||||
|
||||
tiddler: Deserializer.tid
|
||||
|
||||
tiddler: Event%20Mechanism.tid
|
||||
|
||||
tiddler: Extended%20Persistence.tid
|
||||
|
||||
tiddler: Extending%20the%20Store.tid
|
||||
|
||||
tiddler: index.svg.tid
|
||||
|
||||
tiddler: Introduction.tid
|
||||
|
||||
tiddler: Messages.tid
|
||||
|
||||
tiddler: Microkernel.tid
|
||||
|
||||
tiddler: Microkernel%20and%20Datamodel.tid
|
||||
|
||||
tiddler: Microkernel%20Architecture.tid
|
||||
|
||||
tiddler: Microkernel%20Description.tid
|
||||
|
||||
tiddler: Modularization.tid
|
||||
|
||||
tiddler: Module%20System.tid
|
||||
|
||||
tiddler: NEW%20NEW%20TOC.tid
|
||||
|
||||
tiddler: overview.svg.tid
|
||||
|
||||
tiddler: Parser.tid
|
||||
|
||||
tiddler: Persist%20data.tid
|
||||
|
||||
tiddler: rendering.svg.tid
|
||||
|
||||
tiddler: RootWidget%20and%20Rendering%20Startup.tid
|
||||
|
||||
tiddler: Saver.tid
|
||||
|
||||
tiddler: Section%20Overview.tid
|
||||
|
||||
tiddler: Selective%20Update.tid
|
||||
|
||||
tiddler: Startup%20Process.tid
|
||||
|
||||
tiddler: StartupTimeline.png.tid
|
||||
|
||||
tiddler: Syncadaptor.tid
|
||||
|
||||
tiddler: System%20Tiddlers.tid
|
||||
|
||||
tiddler: Table%20of%20Contents.tid
|
||||
|
||||
tiddler: Tags%20and%20Filter%20Mechanism.tid
|
||||
|
||||
tiddler: The%20Heart%20of%20TiddlyWiki%20(Boot-Kernel).tid
|
||||
|
||||
tiddler: The%20Plugin%20and%20Module%20concept.tid
|
||||
|
||||
tiddler: The%20TiddlyWiki%20data%20management%20concept.tid
|
||||
|
||||
tiddler: The%20User%20Interface.tid
|
||||
|
||||
tiddler: Tiddler%20as%20Basic%20Element.tid
|
||||
|
||||
tiddler: TiddlyWiki.tid
|
||||
|
||||
tiddler: TiddlyWiki%20-%20A%20quick%20Overview.tid
|
||||
|
||||
tiddler: TiddlyWiki%20as%20Single%20Page%20Application.tid
|
||||
|
||||
tiddler: TiddlyWiki%20Core%20Application.tid
|
||||
|
||||
tiddler: Timeline%20of%20the%20startup%20Process.tid
|
||||
|
||||
tiddler: Toc.tid
|
||||
|
||||
tiddler: Transclusion%20and%20TextReference.tid
|
||||
|
||||
tiddler: UI%20and%20Rendering%20Pipeline.tid
|
||||
|
||||
tiddler: Using%20Modules%20to%20build%20a%20Single%20File%20Application.tid
|
||||
|
||||
tiddler: Widgets.tid
|
||||
|
||||
tiddler: wikimethod%20module%20type.tid
|
||||
|
||||
tiddler: Wikitext.tid
|
||||
|
||||
tiddler: WikiText.tid
|
||||
|
||||
tiddler: WikiText%20Markup.tid
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
created: 20140101174749409
|
||||
modified: 20140101174811711
|
||||
title: packge.json for node-webkit
|
||||
title: package.json for node-webkit
|
||||
type: text/plain
|
||||
|
||||
{
|
||||
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 278 KiB |
@@ -1,8 +1,3 @@
|
||||
created: 20140708155439949
|
||||
modified: 20140708155439949
|
||||
title: apptree.svg
|
||||
type: image/svg+xml
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.1 KiB |
5
editions/dev/tiddlers/images/apptree.svg.meta
Normal file
@@ -0,0 +1,5 @@
|
||||
created: 20140708155439949
|
||||
modified: 20140708155439949
|
||||
title: apptree.svg
|
||||
type: image/svg+xml
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
created: 20140717194103797
|
||||
modified: 20140717194103798
|
||||
title: arch.svg
|
||||
type: image/svg+xml
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
5
editions/dev/tiddlers/images/arch.svg.meta
Normal file
@@ -0,0 +1,5 @@
|
||||
created: 20140717194103797
|
||||
modified: 20140717194103798
|
||||
title: arch.svg
|
||||
type: image/svg+xml
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
5
editions/dev/tiddlers/images/index.svg.meta
Normal file
@@ -0,0 +1,5 @@
|
||||
created: 20140708083812464
|
||||
modified: 20140708083812464
|
||||
title: index.svg
|
||||
type: image/svg+xml
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
created: 20140708155403254
|
||||
modified: 20140708155403254
|
||||
title: overview.svg
|
||||
type: image/svg+xml
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
|
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 240 KiB |
5
editions/dev/tiddlers/images/overview.svg.meta
Normal file
@@ -0,0 +1,5 @@
|
||||
created: 20140708155403254
|
||||
modified: 20140708155403254
|
||||
title: overview.svg
|
||||
type: image/svg+xml
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
created: 20140708085509438
|
||||
modified: 20140717194311307
|
||||
title: rendering.svg
|
||||
type: image/svg+xml
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="5220px" height="1430px" viewBox="0 0 522 143" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->
|
||||
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 278 KiB |
5
editions/dev/tiddlers/images/rendering.svg.meta
Normal file
@@ -0,0 +1,5 @@
|
||||
created: 20140708085509438
|
||||
modified: 20140717194311307
|
||||
title: rendering.svg
|
||||
type: image/svg+xml
|
||||
|
||||
@@ -3,5 +3,5 @@ modified: 20140910150818103
|
||||
title: $:/DefaultTiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
HelloThere
|
||||
Introduction
|
||||
|
||||
|
||||