<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></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>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></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>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></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 excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
(Nordöstlich von Cargaighllanilygh)
(keine Bank, keine Arbeits als Büttel)

Lehrmeister:
Tierkunde	1G 4Th 	(Anfängerkurs)
Wildnisleben	1G 7Th 	(Anfängerkurs)
Pirschjagd	1G 7Th 	(Anfängerkurs)
Sinnenschärfe	2G 1Th 	(Anfängerkurs)
(Sawajidden-Kalifat)

Lehrmeister:
Klettern	2G 	(Anfängerkurs)
Holzbearbeitung	3G 5Th 	(Kurs für Fortgeschrittene)
Bergbau	3G 2Th 	(Kurs für Fortgeschrittene)
Gesteinskunde	3G 2Th 	(Kurs für Fortgeschrittene)
(Emirat Karkasso)
(Banca Aurecciani, Vellhafener Handelsbank, gute Arbeiten möglich)

Universität
Landwirtschaft	1G 	(Anfängerkurs)
Mathematik	2G 	(Anfängerkurs)
Töpfern	2G 	(Anfängerkurs)
Imperiale Zeichen	2G 	(Anfängerkurs)
Dichtkunst	2G 	(Anfängerkurs)
Aurentum	2G 	(Anfängerkurs)
Theologie	2G 	(Anfängerkurs)
Legenden	2G 	(Anfängerkurs)
Geografie	2G 	(Anfängerkurs)
Historie	2G 	(Anfängerkurs)
Kriegskunst	2G 	(Anfängerkurs)
Philosophie	2G 	(Anfängerkurs)
Sprachenkunde	2G 	(Anfängerkurs)
Völkerkunde	2G 	(Anfängerkurs)
Kartografie	2G 	(Anfängerkurs)
Alchimie	2G 	(Anfängerkurs)
Drucker	2G  (Anfängerkurs)
Lederarbeiten	2G 	(Anfängerkurs)
Kochen	2G 	(Anfängerkurs)
Schriftstellerei	2G 	(Anfängerkurs)
Maurer	2G 	(Anfängerkurs)
Zimmermann	2G 	(Anfängerkurs)
Viehzucht	2G 	(Anfängerkurs)
Archäologie	5G 	(Kurs für Fortgeschrittene)
Schneidern	5G 	(Anfängerkurs)
Wert schätzen	5G 	(Kurs für Fortgeschrittene)
Lehren	5G 	(Kurs für Fortgeschrittene)
Politik	5G 	(Kurs für Fortgeschrittene)
Bayjad	5G 	(Kurs für Fortgeschrittene)
Astronomie	5G 	(Kurs für Fortgeschrittene)
Stoffe Färben	5G 	(Kurs für Fortgeschrittene)
Webkunst	5G 	(Kurs für Fortgeschrittene)
Anbayjad	5G 	(Kurs für Fortgeschrittene)
Diplomatie	5G 	(Kurs für Fortgeschrittene)
Bajidai	5G 	(Kurs für Fortgeschrittene)
Altes Bajida	5G 	(Kurs für Fortgeschrittene)
Gerben/Kürschnern	5G 	(Kurs für Fortgeschrittene)
Glaskunst	10G 	(Wissenschaftliches Kolloquium)
Musik	10G 	(Wissenschaftliches Kolloquium)
Bürokratie	10G  (Wissenschaftliches Kolloquium)
Feilschen	20G 	(Forschungs- und Diskussionsrunde)
Handel	20G 	(Forschungs- und Diskussionsrunde)
(Emirat Karkasso)
(keine Arbeit als Büttel, Imperiale Handelsbank)

Lehrmeister:
Tauchen	2G 	(Anfängerkurs)
Schwimmen	3G 8Th 	(Kurs für Fortgeschrittene)
(Xetoka)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Handel	1G 8Th 	(Anfängerkurs)
Bürokratie	1G 8Th 5Gr 	(Anfängerkurs)
Mathematik	1G 9Th 	(Anfängerkurs)
Hauswirtschaft	2G 7Th 	(Kurs für Fortgeschrittene)
Xeanhatl Hieroglyphen	2G 9Th 	(Kurs für Fortgeschrittene)
(Nuovo Imperio Aurecciani, an der Westküste)
(Banca Aurecciani, Arbeit als Büttel)

Lehrmeister:
Alchimie	2G 9Th 9Gr 	(Anfängerkurs)
Glaskunst	3G 9Th 9Gr 	(Kurs für Fortgeschrittene)
(Kalifat Dorien)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Boote fahren	2G 1Th 	(Anfängerkurs)
Wettervorhersage	2G 1Th 	(Anfängerkurs)
Fischen	3G 3Th 	(Anfängerkurs)
(nordöstlich von Cargaighllanilygh)
(keine Bank, Arbeit als Büttel, Edelsteine verkaufen möglich)

Lehrmeister:
Fleischer	1G 1Th 5Gr 	(Anfängerkurs)
Ansitzjagd	1G 4Th 	 (Anfängerkurs)
(südliche Inseln)
(Arbeit als Büttel, Banca Aurreciani)

Lehrmeister:
Giftheilung	2G 5Th 	(Anfängerkurs)
Krankheitsheilung	2G 5Th 	(Anfängerkurs)
Giftkunde	3G 5Th 	(Kurs für Fortgeschrittene)
(Kalifat Dorien)
(keine Bank, Arbeit als Büttel, Verkauf von Edelsteinen zu schlechten Preisen)

Lehrmeister:
Akrobatik	3G 4Th 	(Kurs für Fortgeschrittene)
Tanzen	3G 5Th 	(Kurs für Fortgeschrittene)
Körperbeherrschung	7G 8Th 	(Wissenschaftliches Kolloquium)
(Südlich von Vellhafen, an der Küste)

Kampfschule (Lehrmeister) - Waffentalent Säbel
Vellhafener Städtebund
(Arbeit als Büttel, Vellhafener Handelsbank)

Klettern	2G 5Th 	(Anfängerkurs)
Körperbeherrschung	2G 5Th 	(Anfängerkurs)
Sinnenschärfe	2G 5Th 	(Anfängerkurs)
(nördlich von Mahburg)
(keine Bank, kein Verkauf von Edelsteinen, keine Arbeit als Büttel)

Lehrmeister:

Klettern	1G 5Th 	(Anfängerkurs)
Körperbeherrschung	1G 5Th 	(Anfängerkurs)
Sinnenschärfe	1G 5Th 	(Anfängerkurs)
Zwergisch	1G 	(Anfängerkurs)
Hüttenkunde	1G 	(Anfängerkurs)
Schmiedekunst	1G 4Th 	(Anfängerkurs)
Mechanik	1G 5Th 	(Anfängerkurs)
(Nordwestlich von Genovia)
(Banco Genovese, Arbeit als Büttel, kein Verkauf von Edelsteinen)


Lehrmeister:
Pflanzenkunde	2G 5Th 	(Anfängerkurs)
Erste Hilfe	2G 5Th 	(Anfängerkurs)
Giftheilung	3G 	(Kurs für Fortgeschrittene)
Wundenheilung	4G 5Th 	(Kurs für Fortgeschrittene)
Krankheitsheilung	4G 5Th 	(Kurs für Fortgeschrittene)
Seelenheilung	12G 	(Wissenschaftliches Kolloquium)
Cargaighllanilygh
Kgr. Lúnasadh (Tir Anmor) (zwischen Santo Tiberio und Mahburg)
(Imperiale Handelsbank)

Hier gibt es einen Untergrund. (Händler)

Lehrmeister:

Jodok Fulke (Lehrmeister:
- Schmiedekunst 1G 2Th (Anfänger)
- Holzbearbeitung 1G 5Th (Anfänger)

Curion Kywhemhyvar (Lehrmeister)
- Kriegskunst 1G 3Th (Anfänger)
(Xetoka)
(keine Bank, Arbeit als Büttel)

Schule:
Theologie	1G 9Th 	(Anfängerkurs)
Völkerkunde	1G 9Th 	(Anfängerkurs)
Historie	2G 8Th 	(Kurs für Fortgeschrittene)
Philosophie	7G 5Th 	(Wissenschaftliches Kolloquium)
Xeanhatl Hieroglyphen	8G 9Th 	(Wissenschaftliches Kolloquium)
Xeanhatl	8G 9Th 	(Wissenschaftliches Kolloquium)
(westlich von Eisentrutz)
(keine Bank, Arbeiten nur für Zwerge)

Lehrmeister:
Legenden	2G 5Th 	(Anfängerkurs)
Kriegskunst	5G 	(Kurs für Fortgeschrittene)
Wache halten	5G 	(Kurs für Fortgeschrittene)
(östlich von Santo Tiberio

Besonderheiten: Söldnerlager
Also, damit hier nicht alles wie Kraut und Rüben wuchert, brauchen wir eine Struktur nach der wir die Einträge aufbauen. Da bisher keine wirkliche vorhanden ist, mal kurz ein paar Vorschläge, die vor allem aus meiner Erfahrung mit TiddlyWiki herrühren.

 - Name: da kommt der Ortsname rein

 - Im Hauptfeld kommt der Name nochmals oben rein.
 - darunter das Herzogtum/Königreich etc. (also das, was in Antamar in Klammer immer dabei steht), das ist eine erste grobe Orientierungshilfe, wenn man das auf der Karte suchen muss und daher wichtig.
 - darunter grobe Tips, wie man den Ort besser findet (also zb südlich Vellhafen an der Küste)

 - dann die Auflistung der Lehrmeister nach dem System:
   Name (Lehrmeister):
         Fertigkeit (Schwierigkeitsgrad)

 - zum Schluß müssen bei jedem Eintrag Tags erstellt werden. Die sind besonders wichtig, weil man dann zb nur noch nach "Fallen stellen" sucht und eine Auflistung aller Orte mit dieser Ausbildung erhält. Tags sind vor allem die jeweiligen Fertigkeiten die ausgebildet werden. Vereinzelt habe ich auch schon "interessant" etc vermerkt...


edit BUMMETAL: Auf die Namen der Lehrmeister würde ich u.U. verzichten, da:
1. irrelevant
2. ich mir die nicht notiert habe

Ausserdem würde ich dafür plädieren, das Schema der Auflistung der einzelnen Kurse aus Antamar grob beizubehalten. Das erspart recht viel Arbeit mMn.
Im Endeffekt kann man dann einfach die Kurse aus dem Spiel rauskopieren, einige unnütze Informationen löschen und das hier wieder reinkopieren, sieht dann so aus:

Lehrmeister:
Haut abziehen  3G  (Anfängerkurs)

Weiterhin sollten wir zur Planung der Bildungsreisen unbedingt notieren ob es in der jeweiligen Stadt Banken (welche) gibt und was man für Arbeiten dort ungefähr durchführen kann.
Das mit den Arbeiten kann selbstverständlich nur ein grober Anhalt sein, ich werde zum Beispiel überall wo ich weiß, dass man nicht als Büttel arbeiten kann dieses vermerken.

Ebenso sollte man auch Einträge für Questen erstellen, die man am jeweiligen Ort gefunden hat (also keine ZBs, sondern richtige Questen, die immer nur an diesem Ort auftreten):
Beispiel: In Dwimorgrim gibt es eine Quest, die zwar nicht unter anderes auftaucht wie der alte Turm in Burg Schlicks, aber immer nur dort auftritt.
Universität:

Geografie	3Th 	(Anfängerkurs)
Theologie	5Th 	(Kurs für Fortgeschrittene)
Bibliothekskunde	5Th 	(Anfängerkurs)
Musik	7Th 	(Anfängerkurs)
Landwirtschaft	8Th 	(Anfängerkurs)
Rhetorik	9Th 	(Anfängerkurs)
Heraldik	1G 	(Anfängerkurs)
Astronomie	1G 2Th 	(Anfängerkurs)
Schauspielerei	1G 2Th 	(Anfängerkurs)
Philosophie	1G 3Th 	(Anfängerkurs)
Etikette	1G 4Th 	(Anfängerkurs)
Kryptographie	1G 5Th 	(Anfängerkurs)
Töpfern	1G 5Th 	(Anfängerkurs)
Schriftstellerei	1G 5Th 	(Anfängerkurs)
Dichtkunst	1G 5Th 	(Anfängerkurs)
Imperiale Zeichen	2G 	(Anfängerkurs)
Imperial	2G 	(Anfängerkurs)
Diplomatie	2G 	(Anfängerkurs)
Seelenheilung	2G 3Th 	(Anfängerkurs)
Seefahrt	2G 4Th 	(Anfängerkurs)
Lehren	3G 6Th 	(Anfängerkurs)
Anatomie	3G 6Th 	(Anfängerkurs)
Gesteinskunde	4G 2Th 	(Anfängerkurs)
Tierkunde	4G 5Th 	(Anfängerkurs)
Pflanzenkunde	4G 5Th 	(Kurs für Fortgeschrittene)
Kartografie	4G 5Th 	(Kurs für Fortgeschrittene)
Tierheilkunde	5G 	(Anfängerkurs)
Krankheitsheilung	5G 	(Forschungs- und Diskussionsrunde)
Feinmechanik	5G 4Th 	(Anfängerkurs)
Politik	6G 5Th 	(Anfängerkurs)
Mechanik	7G 	(Wissenschaftliches Kolloquium)
Rechtskunde	7G 	(Kurs für Fortgeschrittene)
Giftkunde	7G 5Th 	(Anfängerkurs)
Hüttenkunde	7G 5Th 	(Kurs für Fortgeschrittene)
Navigation	8G 5Th 	(Kurs für Fortgeschrittene)
Sprachenkunde	8G 7Th 	(Eigener Forschungsraum)
Architektur	12G 	(Kurs für Fortgeschrittene)
Völkerkunde	12G 	(Kurs für Fortgeschrittene)
Kriegskunst	12G 	(Eigener Forschungsraum)
Magietheorie	24G 	(Eigener Forschungsraum)
Alchimie	25G 	(Forschungs- und Diskussionsrunde)
(Eiskönigreich, in the Land of Immortal)
(keine Arbeit als Büttel, keine gescheite Bank, vorallem Seemannsberufe, Verkauf von Edelsteinen)
(Tipp: von Breggans aus nach Eiswind segeln, dort gibt es eine Vellhafener Handelsbank, dort mit Gulden eindecken. Überfahrt von Eiswind zurück nach Breggans kostet etwa 29 Gulden)

Universität:
Dichtkunst	2G 1Th 	(Kurs für Fortgeschrittene)
Elfisch	2G 5Th 	(Anfängerkurs)
Selbstbeherrschung	2G 7Th 	(Anfängerkurs)
Elfische Zeichen	2G 7Th 	(Anfängerkurs)
Legenden	2G 8Th 	(Anfängerkurs)
Tierheilkunde	3G 2Th 	(Anfängerkurs)
Pirschjagd	3G 2Th 	(Anfängerkurs)
Wettervorhersage	3G 2Th 	(Anfängerkurs)
Instrumentenbau	3G 2Th 	(Anfängerkurs)
Magiraglyph	3G 2Th 	(Anfängerkurs)
Elbisch	3G 2Th 	(Anfängerkurs)
Verbergen	3G 2Th 	(Anfängerkurs)
Geländelauf	3G 2Th 	(Anfängerkurs)
Avarun	3G 2Th 	(Anfängerkurs)
Wache halten	3G 2Th 	(Anfängerkurs)
Orientierung	3G 2Th 	(Anfängerkurs)
Anatomie	3G 2Th 	(Anfängerkurs)
Magietheorie	3G 2Th 	(Anfängerkurs)
Sprachenkunde	3G 2Th 	(Anfängerkurs)
Magira	3G 2Th 	(Anfängerkurs)
Ansitzjagd	3G 2Th 	(Anfängerkurs)
Krankheitsheilung	3G 2Th 	(Anfängerkurs)
Zeichnen	3G 2Th 	(Anfängerkurs)
Umgang mit Tieren	3G 2Th 	(Anfängerkurs)
Verstecken	3G 2Th 	(Anfängerkurs)
Singen	3G 2Th 	(Anfängerkurs)
Sinnenschärfe	3G 2Th 	(Anfängerkurs)
Webkunst	3G 2Th 	(Anfängerkurs)
Spurenlesen	3G 2Th 	(Anfängerkurs)
Gerben/Kürschnern	3G 2Th 	(Anfängerkurs)
Stoffe Färben	3G 2Th 	(Anfängerkurs)
Urelfisch	3G 4Th 	(Anfängerkurs)
Wildnisleben	3G 4Th 	(Anfängerkurs)
Fallenstellen	3G 4Th 	(Kurs für Fortgeschrittene)
Hochelfisch	4G 	(Anfängerkurs)
Magiegespür	4G 5Th 	(Anfängerkurs)
Wundenheilung	5G 7Th 	(Kurs für Fortgeschrittene)
Bibliothekskunde	5G 8Th 	(Kurs für Fortgeschrittene)
Schneidern	5G 9Th 	(Kurs für Fortgeschrittene)
Philosophie	5G 9Th 	(Kurs für Fortgeschrittene)
Alchimie	6G 	(Kurs für Fortgeschrittene)
Architektur	6G 2Th 	(Kurs für Fortgeschrittene)
Bogenbau	6G 2Th 	(Kurs für Fortgeschrittene)
Empathie	6G 6Th 	(Anfängerkurs)
Tierempathie	6G 6Th 	(Kurs für Fortgeschrittene)
Gefahreninstinkt	6G 7Th 	(Anfängerkurs)
Altelfische Zeichen	6G 8Th 	(Kurs für Fortgeschrittene)
Kartografie	12G 	(Wissenschaftliches Kolloquium)
Giftheilung	13G 	(Kurs für Fortgeschrittene)
Erste Hilfe	22G 	(Forschungs- und Diskussionsrunde)
(Sawajidden-Kalifat)
(keine Bank, keine Arbeit als Büttel, kein Verkauf von Edelsteinen)

Lehrmeister:

Kräuter suchen	2G 	(Anfängerkurs)
Nahrung sammeln	2G 	(Anfängerkurs)
Pflanzenkunde	2G 	(Anfängerkurs)
(Nuovo Imperio Aurecciani, an der Westküste)
(keine Bank, Arbeit als Büttel, kein Verkauf von Edelsteinen)

Lehrmeister:
Bibliothekskunde 1G (Kurs für Fortgeschrittene)
(Finnekish)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Akrobatik	2G 2Th 	(Anfängerkurs)
Athletik	3G 9Th 	(Kurs für Fortgeschrittene)
Körperbeherrschung	3G 9Th 	(Kurs für Fortgeschrittene)
Königreich Aichihiro
(Arbeit als Büttel, keine Bank)


Reiten	3G 	(Anfängerkurs)
Tierkunde	3G 	(Anfängerkurs)
Tierheilkunde	6G 	(Kurs für Fortgeschrittene)
(nördlich von San Aurecciani)
(Banca Aurecciani, Vellhafener Handelsbank, Banco di Gilbano, Banco Genovese, Arbeit als Büttel, Verkauf von Edelsteinen)

Wirtschaftsschule:
Mathematik	2G 5Th 	(Anfängerkurs)
Rechtskunde	3G 4Th 	(Anfängerkurs)
Bürokratie	3G 6Th 	(Anfängerkurs)
Diplomatie	4G 2Th 	(Anfängerkurs)
Politik	4G 3Th 	(Anfängerkurs)
Handel	4G 5Th 	(Kurs für Fortgeschrittene)
(südlich von Neu-Dornberg)
(Imperiale Handelsbank, keine Arbeit als Büttel)


Lehrmeister:
Überreden	1G 4Th 	(Anfängerkurs)
Handel	3G 	(Kurs für Fortgeschrittene)
Feilschen	3G 	(Kurs für Fortgeschrittene)

Besonderheiten: 
Piratenkneipe
Königreich Aichihiro
(Königliches Schatzhaus, Arbeit als Büttel)

Holzbearbeitung	2G 2Th 	(Anfängerkurs)
Seiler	2G 2Th 	(Anfängerkurs)
Bootsbau/Schiffbau	2G 5Th 	(Anfängerkurs)
(Sawajidden-Kalifat)
(keine Bank, gute Arbeitsmöglichkeiten)

Lehrmeister:
Überreden	2G 9Th 	(Kurs für Fortgeschrittene)
Überzeugen	2G 9Th 	(Kurs für Fortgeschrittene)
Seelenheilung	2G 9Th 	(Kurs für Fortgeschrittene)
(nordöstlich von Neu-Dornberg)

Besonderheiten:
Kampfschule für Säbel, Schwerter und Zweihandwaffen für die höchsten(!) Künste

Quest auf dem Weg hin zu/von der Stadt weg, zumindest zweimal dort aufgetaucht, deswegen wahrscheinlich örtlich gebunden.
Ismar
Vellhafener Städtebund

(Insel nördlich Vellhafen)

Frunolf Geerdson (Lehrmeister, alles wissenschaftliche Kolloquien) 
        Giftheilung
	Krankheitsheilung
	Giftkunde

Schule der Handelsagentur (Schule)
        Diplomatie
	Aurento
	Galanterie
	Imperiale Zeichen
	Imperial
	Etikette
	Avarun
	Elfisch
	Hiro
        Lippen lesen
	Politik
	Überreden
        Menschenkenntnis
        Nordahejmisch
(Sawajidden-Kalifat)
(gute Arbeitsmöglichkeiten, Banca Aurecciani, Vellhafener Handelsbank)

Lehrmeister:

Gesteinskunde	2G 3Th 	(Anfängerkurs)
Mathematik	3G 5Th 	(Kurs für Fortgeschrittene)
Steinschneider	4G 	(Kurs für Fortgeschrittene)
Steinmetz	4G 5Th 	(Kurs für Fortgeschrittene)
Architektur	14G 5Th 	(Forschungs- und Diskussionsrunde)

Universität:
Bayjad	2G 	(Kurs für Fortgeschrittene)
Imperiale Zeichen	2G 	(Anfängerkurs)
Aurento	2G 	(Anfängerkurs)
Elfisch	2G 	(Anfängerkurs)
ZheeZ	2G 	(Anfängerkurs)
Bajidai	2G 	(Kurs für Fortgeschrittene)
Imperial	2G 	(Anfängerkurs)
Sprachenkunde	2G 3Th 	(Anfängerkurs)
Singen	2G 3Th 	(Anfängerkurs)
Athletik	2G 3Th 	(Anfängerkurs)
Akrobatik	2G 3Th 	(Anfängerkurs)
Feinmechanik	2G 3Th 	(Anfängerkurs)
Pflanzenkunde	2G 3Th 	(Anfängerkurs)
Mechanik	2G 3Th 	(Anfängerkurs)
Webkunst	2G 3Th 	(Anfängerkurs)
Politik	2G 3Th 	(Anfängerkurs)
Schlösser öffnen	2G 3Th 	(Anfängerkurs)
Dichtkunst	2G 3Th 	(Anfängerkurs)
Bürokratie	2G 3Th 	(Anfängerkurs)
Verkleiden	2G 3Th 	(Anfängerkurs)
Bibliothekskunde	2G 3Th 	(Anfängerkurs)
Drucker	2G 3Th 	(Anfängerkurs)
Tierheilkunde	2G 3Th 	(Anfängerkurs)
Rhetorik	2G 3Th 	(Anfängerkurs)
Kriegskunst	2G 3Th 	(Anfängerkurs)
Tierkunde	2G 3Th 	(Anfängerkurs)
Diplomatie	2G 3Th 	(Anfängerkurs)
Fahrzeug lenken	2G 3Th 	(Anfängerkurs)
Lippen lesen	2G 3Th 	(Anfängerkurs)
Instrumentenbau	2G 3Th 	(Anfängerkurs)
Rechtskunde	2G 4Th 	(Anfängerkurs)
Wert schätzen	2G 4Th 	(Anfängerkurs)
Kryptographie	2G 4Th 	(Anfängerkurs)
Überreden	2G 4Th 	(Anfängerkurs)
Kartografie	2G 4Th 	(Anfängerkurs)
Glaskunst	2G 4Th 	(Anfängerkurs)
Zeichnen	2G 4Th 	(Anfängerkurs)
Töpfern	2G 4Th     (Anfängerkurs)
Stoffe Färben	2G 4Th 	(Anfängerkurs)
Geografie	2G 4Th 	(Anfängerkurs)
Lehren	2G 4Th 	(Anfängerkurs)
Körperbeherrschung	2G 8Th 	(Kurs für Fortgeschrittene)
Gaukeleien	3G 9Th 	(Kurs für Fortgeschrittene)
Schauspielerei	4G 	(Kurs für Fortgeschrittene)
Tanzen	4G 5Th 	(Kurs für Fortgeschrittene)
Musik	4G 5Th 	(Kurs für Fortgeschrittene)
Legenden	4G 7Th 5Gr 	(Kurs für Fortgeschrittene)
Astronomie	5G 	(Kurs für Fortgeschrittene)
Archäologie	5G 5Th 	(Kurs für Fortgeschrittene)
Spiele	12G 	(Wissenschaftliches Kolloquium)
Feilschen	13G 5Th 	(Wissenschaftliches Kolloquium)
Handel	15G 	(Wissenschaftliches Kolloquium)
(Sawajidden-Kalifat)
(Arbeit als Büttel, Verkauf von Edelsteinen, keine Bank)

Lehrmeister:
Kochen	2G 	(Anfängerkurs)
Handel	2G 	(Anfängerkurs)
Hauswirtschaft	3G 	(Kurs für Fortgeschrittene)
(Sawajidden-Kalifat)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Athletik	2G 	(Anfängerkurs)
Geländelauf	(Anfängerkurs)
Körperbeherrschung	3G 3Th 	(Kurs für Fortgeschrittene)
Königreich Aichihiro
(keine Bank, Arbeit als Büttel)


Fischen	1G 7Th 	(Anfängerkurs)
Tierkunde	1G 7Th 	(Anfängerkurs)
Boote fahren	1G 9Th 	(Anfängerkurs)
(Adelsrepublik Grauland (Insel))
(Arbeit als Büttel, Vellhafener Handelsbank)

Lehrmeister:

Legenden	2G 7Th 	(Anfängerkurs)
Heraldik	2G 7Th 	(Anfängerkurs)
Historie	5G 	(Kurs für Fortgeschrittene)
Wundenheilung	2G 4Th 	(Anfängerkurs)
Sprachenkunde	2G 4Th 	(Anfängerkurs)
Geografie	2G 4Th 	(Anfängerkurs)
Mathematik	2G 4Th 	(Anfängerkurs)
Wettervorhersage	2G 4Th 	(Anfängerkurs)
Schwimmen	2G 4Th 	(Anfängerkurs)
Seefahrt	2G 4Th 	(Anfängerkurs)
Navigation	2G 5Th 	(Kurs für Fortgeschrittene)
Kriegskunst	5G 4Th 	(Kurs für Fortgeschrittene)
Schiffsgeschütze	12G 5Th 	(Wissenschaftliches Kolloquium)
(südwestlich von San Aurecciani)
(Privatbank Moratin, Arbeit als Büttel)

Lehrmeister:
Alkohol brennen	2G 5Th 	(Anfängerkurs)
Alchimie	3G 5Th 	(Kurs für Fortgeschrittene)
/***
|''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);
}
//}}}
(südwestlich des Goblinlandes)
(Imperiale Handelsbank in der Südstadt, gute Arbeitsmöglichkeiten)

Lehrmeister:
Körperbeherrschung	3G 	(Anfängerkurs, bis min lvl 20)
Schleichen	3G 	(Anfängerkurs)
Stehlen	3G 	(Anfängerkurs)
[[WelcomeToTiddlyspot]] [[GettingStarted]] [[MainMenu]]

[[Diskussion: Einträge]]

[[Ahrwen]]
[[Al'Kehiram]]
[[Al'Paq]]
[[Ascanjara]]
[[Altersheim]]
[[Avarra]]
[[Bar al Dshin]]
[[Beghllraragh]]
[[Belvedere]]
[[Bin-Deles]]
[[Bockhorn]]
[[Breggans]]
[[Burg Obquell]]
[[Cambrio]]
[[Cargaighllanilygh]]
[[Coyocapan]]
[[Darbosch]]
[[Dextruna]]
[[Eisentrutz]]
[[Eiswind]]
[[El Tefikelt]]
[[Falbala]]
[[Finnekish]]
[[Henandis]]
[[Hippolyte]]
[[Gahong]]
[[Genovia]]
[[Gorms Hafen]]
[[Gunyeo]]
[[Ismar]]
[[Kalibah]]
[[Kefybeg]]
[[Kesh-Fjen]]
[[Koptung]]
[[Lapis]]
[[Launtrevie]]
[[Mahburg (Nord)]]
[[Malygg]]
[[Manoskeda]]
[[Medinia]]
[[Min-Tsung-Jang]]
[[Mitunokashte]]
[[Montellon]]
[[Mwch]]
[[Myako]]
[[Nathania]]
[[Neu-Dornberg]]
[[Nirduhel]]
[[Noigarmingen]]
[[Nortwest]]
[[Nova Cataia]]
[[Oase Kesh]]
[[Olcheogh]]
[[Olkimennis]]
[[Oprame´Harish]]
[[Orstoc]]
[[Osteo Magno]]
[[Palangana]]
[[Partho]]
[[Porto Novo]]
[[Porto Olivo]]
[[Praragh]]
[[Ranmata]]
[[Rondthavn]]
[[Salento]]
[[San Aurecciani]]
[[Santo Tiberio]]
[[Sarsasse]]
[[Sausinos]]
[[Scambrio]]
[[Sfazzo]]
[[Sinistora]]
[[Soustrierè]]
[[Stromskippen]]
[[Talstadt]]
[[Thalhaim]]
[[Trewyrr]]
[[Vellhafen]]
[[Vindklettsfur]]
[[Vinodulcina]]
[[Xochikuan]]
[[Ximalkuan]]
[[[Xintucoco]]
[[Zeocunjara]]
[[Zumacahatl]]
(Kgr. Lúnasadh (Tir Anmor), nördlich von Cargaighllanilygh)
(keine Bank, keine Arbeit als Büttel, keine Möglichkeit Waffen oder Edelsteine zu verkaufen)


Iain Bunyan (Lehrmeister):
Umgang mit Tieren	1G 	(Anfängerkurs)
Tierkunde	1G 	(Anfängerkurs)
Manoskeda
Kgr. Lúnasadh (Tir Guiwern)
(Keine Bank, schlechte Jobs, kein Verkauf von Edelsteinen

Enya Buel (Lehrmeister)
 - Kräuter suchen 1G (Anfänger)
 - Planzenkunde 1G (Anfänger)
(westlich von San Aurecciani)
(Banca Aurecciani, Banco Genovese, Privatbank Moratin, Arbeit als Büttel, Verkauf von Edelsteinen)

Lehrmeister:
Mathematik	2G 5Th 	(Anfängerkurs)
Politik	3G 8Th 	(Anfängerkurs)
Handel	5G 2Th 	(Kurs für Fortgeschrittene)
Königreich Aichihiro
(gute Arbeitsmöglichkeiten, Königliches Schatzhaus und Imperiale Handelsbank)

Uni:
Inoda-echuru	1G 9Th  (Anfängerkurs)
Imperial	2G 	(Anfängerkurs)
Imperiale Zeichen	2G 	(Anfängerkurs)
Teiko	2G 2Th 	(Anfängerkurs)
Steinschneider	2G 2Th 	(Anfängerkurs)
Teiko-echuru	2G 2Th 	(Anfängerkurs)
Diplomatie	2G 2Th 	(Anfängerkurs)
Steinmetz	2G 2Th 	(Anfängerkurs)
Hauswirtschaft	2G 2Th 	(Anfängerkurs)
Tekka	2G 3Th 	(Anfängerkurs)
Theologie	2G 3Th 	(Anfängerkurs)
Landwirtschaft	2G 3Th 	(Anfängerkurs)
Oda	2G 3Th 	(Anfängerkurs)
Fischen	2G 5Th 	(Anfängerkurs)
Tekka-echuru	2G 7Th 	(Anfängerkurs)
Bergbau	2G 8Th 	(Anfängerkurs)
Tierheilkunde	3G 	(Anfängerkurs)
Navigation	3G 1Th 	(Anfängerkurs)
Anatomie	3G 1Th 	(Anfängerkurs)
Architektur	3G 1Th 	(Anfängerkurs)
Kartografie	3G 2Th 	(Anfängerkurs)
Heraldik	3G 3Th 	(Anfängerkurs)
Gesteinskunde	3G 4Th 	(Anfängerkurs)
Handel	3G 4Th 	(Anfängerkurs)
Erste Hilfe	3G 4Th 	(Anfängerkurs)
Hüttenkunde	3G 9Th 	(Anfängerkurs)
Geografie	4G 1Th 	(Kurs für Fortgeschrittene)
Seefahrt	4G 2Th 	(Anfängerkurs)
Rhetorik	4G 3Th 	(Anfängerkurs)
Instrumentenbau	4G 5Th 	(Kurs für Fortgeschrittene)
Sprachenkunde	4G 7Th 	(Anfängerkurs)
Schauspielerei	4G 9Th 	(Kurs für Fortgeschrittene)
Wettervorhersage	5G 	(Kurs für Fortgeschrittene)
Prophezeien	5G 	(Kurs für Fortgeschrittene)
Stoffe Färben	5G 	(Kurs für Fortgeschrittene)
Zimmermann	5G 	(Kurs für Fortgeschrittene)
Webkunst	5G 	(Kurs für Fortgeschrittene)
Selbstbeherrschung	5G 1Th 	(Kurs für Fortgeschrittene)
Bürokratie	5G 4Th 	(Kurs für Fortgeschrittene)
Kriegskunst	5G 5Th 	(Kurs für Fortgeschrittene)
Boote fahren	5G 7Th 	(Kurs für Fortgeschrittene)
Gerben/Kürschnern	6G 	(Kurs für Fortgeschrittene)
Maurer	6G 	(Kurs für Fortgeschrittene)
Lederarbeiten	6G 	(Kurs für Fortgeschrittene)
Viehzucht	6G 	(Kurs für Fortgeschrittene)
Rechtskunde	6G 	(Kurs für Fortgeschrittene)
Pflanzenkunde	6G 2Th 	(Kurs für Fortgeschrittene)
Holzbearbeitung	6G 2Th 	(Kurs für Fortgeschrittene)
Mathematik	6G 3Th 	(Kurs für Fortgeschrittene)
Schriftstellerei	7G 	(Kurs für Fortgeschrittene)
Bibliothekskunde	7G 4Th 	(Kurs für Fortgeschrittene)
Verhören	7G 4Th 	(Kurs für Fortgeschrittene)
Magiraglyph	7G 5Th 	(Kurs für Fortgeschrittene)
Magira	7G 5Th 	(Kurs für Fortgeschrittene)
Bootsbau/Schiffbau	7G 6Th 	(Kurs für Fortgeschrittene)
Feinmechanik	7G 8Th 	(Kurs für Fortgeschrittene)
Dichtkunst	8G 9Th 	(Wissenschaftliches Kolloquium)
Etikette	12G 	(Wissenschaftliches Kolloquium)
Politik	12G 	(Wissenschaftliches Kolloquium)
Lehren	13G 	(Wissenschaftliches Kolloquium)
Mechanik	13G 	(Wissenschaftliches Kolloquium)
Philosophie	13G 3Th 	(Wissenschaftliches Kolloquium)
Astronomie	13G 8Th 	(Wissenschaftliches Kolloquium)
Metallguss	14G 	(Forschungs- und Diskussionsrunde)
Menschenkenntnis	16G 	(Wissenschaftliches Kolloquium)
Schmiedekunst	16G 	(Wissenschaftliches Kolloquium)
Zeichnen	21G 	(Forschungs- und Diskussionsrunde)
Orientierung	22G 3Th 	(Forschungs- und Diskussionsrunde)
Kryptographie	23G  (Forschungs- und Diskussionsrunde)
Krankheitsheilung	27G 1Th 	(Forschungs- und Diskussionsrunde)
Alchimie	28G 1Th 	(Forschungs- und Diskussionsrunde)
Kochen	29G 	(Forschungs- und Diskussionsrunde)
Giftheilung	29G  (Forschungs- und Diskussionsrunde)
Giftkunde	29G 	(Forschungs- und Diskussionsrunde)
Magietheorie	29G 9Th 	(Forschungs- und Diskussionsrunde)
Shogunat Inoda
(Arbeit als Büttel, Verkauf von Edelsteinen)

Klosterschule:
Pflanzenkunde	1G 1Th 	(Anfängerkurs)
Mathematik	1G 2Th 	(Anfängerkurs)
Philosophie	1G 3Th 	(Anfängerkurs)
Landwirtschaft	1G 4Th 	(Anfängerkurs)
Gesteinskunde	1G 4Th 5Gr 	(Anfängerkurs)
Mechanik	1G 4Th 5Gr 	(Anfängerkurs)
Tierkunde	1G 4Th 5Gr 	(Anfängerkurs)
Tierheilkunde	2G 4Th 	(Kurs für Fortgeschrittene)
(nord-östlich von Santo Tiberio)
(keine Bank, Arbeit als Büttel, Edelsteinhändler)

Lehrmeister:
Landwirtschaft	1G 8Th 	(Anfängerkurs)
Kräuter suchen	1G 8Th 	(Anfängerkurs)
Pflanzenkunde	1G 8Th 	(Anfängerkurs)

Besonderheit: Söldnerlager
(Östlich von Neo-Dornberg)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Brauen	1G 	(Anfängerkurs)
Alkohol brennen	1G 	(Anfängerkurs)
(Shogunat Inoda)
(Imperiale Handelsbank, gute Arbeitsmöglichkeiten, Auftragsbörse)

Lehrmeister:
Bootsbau/Schiffbau	1G 5Th 	(Anfängerkurs)
Astronomie	1G 5Th 	(Anfängerkurs)
Architektur	1G 5Th 	(Anfängerkurs)
Anatomie	1G 5Th 	(Anfängerkurs)
Aurento	1G 5Th 	(Anfängerkurs)
Bogenbau	1G 5Th 	(Anfängerkurs)
Wundenheilung	1G 5Th 	(Anfängerkurs)
Inoda-echuru	1G 6Th 	(Anfängerkurs)
Hauswirtschaft	1G 6Th 	(Anfängerkurs)
Tekka	1G 6Th 	(Anfängerkurs)
Etikette	1G 6Th 	(Anfängerkurs)
Rhetorik	1G 9Th 	(Kurs für Fortgeschrittene)
Handel	2G 	(Kurs für Fortgeschrittene)
(südlich von San Aurecciani)
(Imperiale Handelsbank, Banco Genovese, Banca Aurecciani, Arbeit als Büttel, Verkauf von Edelsteinen)

Sprachenschule:
Imperial	1G 5Th 	(Anfängerkurs)
Aurento	1G 5Th 	(Anfängerkurs)
Auretin	1G 5Th 	(Anfängerkurs)
Aurentum	1G 5Th 	(Anfängerkurs)
Imperiale Zeichen	1G 5Th 	(Anfängerkurs)
Nordahejmisch	2G 	(Anfängerkurs)
Zwergisch	2G 	(Anfängerkurs)
Zwergenrunen	2G 5Th 	(Anfängerkurs)
Bajidai	2G 5Th 	(Anfängerkurs)
Thalsch	2G 5Th 	(Anfängerkurs)
Nordahejmrunen	2G 5Th 	(Anfängerkurs)
Bayjad	2G 5Th 	(Anfängerkurs)
Elbisch	3G   (Anfängerkurs)
Thalsche Zeichen	3G 	(Anfängerkurs)
Altes Bajida	3G 5Th 	(Kurs für Fortgeschrittene)
Sprachenkunde	3G 5Th 	(Anfängerkurs)
Naàhn	3G 5Th 	(Anfängerkurs)
Sadhisch	3G 5Th 	(Anfängerkurs)
Elfisch	3G 5Th 	(Anfängerkurs)
Elfische Zeichen	3G 5Th 	(Anfängerkurs)
Sadhische Runen	4G 	(Anfängerkurs)
Naàhn Hieroglyphen	4G 	(Anfängerkurs)
Anbayjad	4G 	(Anfängerkurs)
Teiko	4G 5Th 	(Anfängerkurs)
Tekka	4G 5Th  (Anfängerkurs)
Teiko-echuru	5G 	(Anfängerkurs)
Tekka-echuru	5G 	(Anfängerkurs)
Xeanhatl	5G 	(Anfängerkurs)
Xeanhatl Hieroglyphen	5G 5Th 	(Anfängerkurs)
Magira	6G 6Th 6Gr 	(Anfängerkurs)
Magiraglyph	6G 6Th 6Gr 	(Anfängerkurs)

Universität:
Theologie	2G 5Th 	(Anfängerkurs)
Mathematik	2G 5Th 	(Anfängerkurs)
Anatomie	2G 5Th 	(Anfängerkurs)
Archäologie	2G 5Th 	(Anfängerkurs)
Historie	2G 5Th 	(Anfängerkurs)
Pflanzenkunde	2G 5Th 	(Anfängerkurs)
Geografie	2G 7Th 5Gr 	(Anfängerkurs)
Philosophie	3G 	(Anfängerkurs)
Magietheorie	3G 3Th 3Gr 	(Anfängerkurs)
Bibliothekskunde	3G 5Th 	(Anfängerkurs)
Völkerkunde	3G 8Th 	(Kurs für Fortgeschrittene)
Architektur	4G 2Th 	(Kurs für Fortgeschrittene)
Kryptographie	5G 5Th 5Gr 	(Kurs für Fortgeschrittene)
Okkultismus	6G 6Th 6Gr 	(Kurs für Fortgeschrittene)
(keine Bank, keine Arbeit als Büttel, Verkauf von Edelsteinen)

Lehrmeister:
Hüttenkunde	1G 5Th 	(Anfängerkurs)
Gesteinskunde	1G 5Th 	(Anfängerkurs)
Bergbau	1G 9Th 	(Anfängerkurs)
Schmiedekunst	1G 9Th 	(Kurs für Fortgeschrittene)
Metallguss	2G 1Th 	(Kurs für Fortgeschrittene)
Eiskönigreich
(kenie Arbeit als Büttel, verkauf von edelsteinen)

Lehrmeister:
Pirschjagd	2G 1Th 	(Anfängerkurs)
Spurenlesen	2G 4Th 	(Anfängerkurs)
Schleichen	6G 	(Kurs für Fortgeschrittene)
(südlich von Thalhaim)
(keine Bank, keine Arbeit als Büttel)

Lehrmeister:
Verstecken	2G 	(Anfängerkurs)
Zechen	3G 	(Kurs für Fortgeschrittene)
(südlich von Isbrotsos, auf dem Weg Richtung Mahburg)
(keine Bank, keine Arbeit als Büttel)

Lehrmeister:
Fischen	1G 2Th 	(Anfängerkurs)
Boote fahren	1G 6Th 	(Anfängerkurs)
Wettervorhersage	1G 6Th 	(Anfängerkurs)
(Großfürstentum des Südmeers)
(Imperiale Handelsbank, gute Arbeitsmöglichkeiten)

Sprachenschule:
Darkanisch	1G 
Trollsch	1G 	
Nordahejmisch	1G 	
Altnordsk	1G 	
Tekka	1G 	
ZheeZ	1G 
Zwergisch	1G 	
Avarun	1G 	
Mahud	1G 	
Elfisch	1G 	
Altes Bajida	1G 
Eskalron	1G 
Gûi	1G 	
Xeanhatl	1G 
Tekka-echuru	1G 
Thalsche Zeichen	1G 	
Xeanhatl Hieroglyphen	1G 	
Oda	1G 	
Teiko	1G 
Hiro	1G 	
Naàhn Hieroglyphen	1G 	
Naàhn	1G  
Thalsch	1G 	
Goblinisch	1G 	
Imperial	1G 
Zwergenrunen	1G 	
Glypho	1G 
Elfische Zeichen	1G 	
Auretin	1G
Nordahejmrunen	1G 	
Hiro-echuru	1G 
Sadhische Runen	1G 	
Irrza	1G 	
Arcano	1G 	
Inoda-echuru	1G 	
Anbayjad	1G    
Bayjad	1G 
Wolsch	1G 	
Charukom	1G 	
Drachisch	1G 	
Aurento	1G 	
Aurentum	1G 	
Signalo	1G 
Elbisch	1G 
Altes Zwergisch	1G 
Teiko-echuru	1G 	
Altnordske Runen	1G 	
(Sawajidden-Kalifat)
(keine Bank, keine guten Arbeiten, Verkauf von Edelsteinen)

Lehrmeister:
Schleichen	2G 	(Anfängerkurs)
Wildnisleben	2G    (Anfängerkurs)
Spurenlesen	2G 1Th 	(Anfängerkurs)
Wache halten	1G 7Th 	(Anfängerkurs)
Umgang mit Tieren	1G 8Th 	(Anfängerkurs)
Sinnenschärfe	1G 8Th 	(Anfängerkurs)
(östlich von Cargaighllanilygh)
(keine Bank, keine Arbeit als Büttel aber Imker, Verkau von Edelsteinen)

Lehrmeister:
Lederarbeiten	1G 	(Anfängerkurs)
Viehzucht	1G 	(Anfängerkurs)
Olkimennis
Kgr. Lúnasadh (Tir Conadh)
(keine Banken, kein Büttel, kein Verkauf von Edelsteinen)

Trevor Qinnicherg (Lehrmeister)
 - Gerben Kürschnern (Anfänger)
 - Spurenlesen (Anfänger)
(Kalifat Dorien)
(Keine Bank, keine Arbeit als Büttel)

Lehrmeister:
Verbergen	3G 9Th 	(Kurs für Fortgeschrittene)
Schleichen	4G 1Th 	(Kurs für Fortgeschrittene)
Stehlen	7G 8Th 	(Wissenschaftliches Kolloquium)
(Nahe bei Vellhafen, 2 - 3 Dörfer südlich an der Küste)

Goljew Gerbensen (Lehrmeister) (Stäbe)
(in der Nähe von Neu-Dornberg)
(Banca d'Aurecciani)

Besonderheiten: Söldnerlager
<div id='header'>
<div id='titleline'>
<span id='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span id='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></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>
(westlich von San Aurecciani)
(Keine Bank, Arbeit als Büttel)

Lehrmeister:
Alkohol brennen	2G 5Th 	(Anfängerkurs)
Kochen	2G 6Th 	(Anfängerkurs)
Alchimie	3G 3Th 3Gr 	(Anfängerkurs)
(westlich von San Aurecciani)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Fahrzeug lenken	1G 9Th 	(Anfängerkurs)
/***
|''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"
	});
*/
//}}}
(südlich von Santo Tiberio)

Besonderheiten:
Söldnerlager
(südlich von Santo Tiberio)
(keine Bank, Arbeit als Büttel, Verkauf von Edelsteinen)

Lehrmeister:
Boote fahren	2G 5Th 	(Anfängerkurs)
Seefahrt	3G 5Th 	(Kurs für Fortgeschrittene)
Zimmermann	3G 5Th 	(Kurs für Fortgeschrittene)
Holzbearbeitung	3G 7Th 	(Kurs für Fortgeschrittene)
Navigation	4G 2Th 	(Wissenschaftliches Kolloquium)


Besonderheiten: 
Söldnerlager
Praragh
Kgr. Lúnasadh (Tir Guiwern)
(keine Bank, Arbeit als Büttel, Edelsteinverkauf möglich)

Alanis Turcotte (Lehrmeister)
 - Schneidern 1G (Anfängerkurs)
 -  Webkunst 1G (Anfängerkurs)
(nördlich von Cargaighllanilygh)
(Darlehensbank, Arbeit als Büttel)

Universität:
Schriftstellerei	2G 	(Anfängerkurs)
Archäologie	2G 	(Anfängerkurs)
Historie	2G 	(Anfängerkurs)
Aurento	2G 	(Anfängerkurs)
Umgang mit Tieren	2G (Anfängerkurs)
Zeichnen	2G 	(Anfängerkurs)
Völkerkunde	2G 	(Anfängerkurs)
Musik	4G 	(Kurs für Fortgeschrittene)
Etikette	4G 	(Kurs für Fortgeschrittene)
Legenden	8G 	(Wissenschaftliches Kolloquium)
(Südlich von Vellhafen, an der Küste)

Feuerlilie (Kampfschule) 

Bemerkung:
Ich hab noch nie so viele Sonderfertigkeiten gesehen:
Aufmerksamkeit
benötigt: IN 12 	200 EP, 20G	
Ausweichen 2
benötigt: GE 14, Ausweichen 1, Kampfreflexe 	200 EP, 20G	
Ausweichen 3
benötigt: GE 18, IN 16, Ausweichen 2, Aufmerksamkeit 	300 EP, 30G	
Beidhändiger Kampf 1
benötigt: GE 15, IQ 13, Linkhand 	300 EP, 30G	
Gezielter Stich
benötigt: GE 18, IQ 18, Finte 	300 EP, 30G	
Kampfgespür
benötigt: IN 15, Kampfreflexe, Aufmerksamkeit 	300 EP, 30G	
Kampfreflexe
benötigt: IQ 14, IN 14 	300 EP, 30G	
Niederwerfen
benötigt: ST 14, Wuchtschlag 	100 EP, 10G	
Parierwaffen 1
benötigt: GE 12, IQ 12, Linkhand 	200 EP, 20G	
Parierwaffen 2
benötigt: GE 17, IQ 15, Parierwaffen 1 	200 EP, 20G	
Rüstungsgewöhnung 2
benötigt: ST 18, KO 18, Rüstungsgewöhnung 1 	300 EP, 30G	
Schildkampf 2
benötigt: ST 16, GE 14, Schildkampf 1 	200 EP, 20G	
Umreißen
benötigt: ST 12, Finte 	100 EP, 10G	
Kampfexperte: Etarak
benötigt: IQ 16, GE 18 	300 EP, 30G	
Kampfexperte: Pykmei
benötigt: IQ 16, GE 18 	300 EP, 30G	
Kampfexperte: Raufen
benötigt: IQ 16, KO 18 	300 EP, 30G	
Kampfexperte: Ringen
benötigt: IQ 16, GE 18 	300 EP, 30G	
Waffenexperte: Anderthalbhänder
benötigt: IQ 16, GE 18, Finte, Wuchtschlag 	300 EP, 30G	
Waffenexperte: Armbrüste
benötigt: IQ 16, FF 18 	300 EP, 30G	
Waffenexperte: Blasrohre
benötigt: IQ 16, KO 18 	300 EP, 30G	
Waffenexperte: Bögen
benötigt: IQ 16, FF 18 	300 EP, 30G	
Waffenexperte: Chakrams
benötigt: IQ 16, FF 18 	300 EP, 30G	
Waffenexperte: Dolche
benötigt: IQ 16, GE 18, Finte 	300 EP, 30G	
Waffenexperte: Fechtwaffen
benötigt: IQ 16, GE 18, Finte 	300 EP, 30G	
Waffenexperte: Katapulte/Ballisten
benötigt: IQ 16, FF 18 	300 EP, 30G	
Waffenexperte: Kettenstäbe
benötigt: IQ 16, GE 18, Wuchtschlag 	300 EP, 30G	
Waffenexperte: Kettenwaffen
benötigt: IQ 16, GE 18, Wuchtschlag 	300 EP, 30G	
Waffenexperte: Lanzenreiten
benötigt: IQ 16, CH 18, Turnierreiterei, Reiterkampf 	300 EP, 30G	
Waffenexperte: Peitschen
benötigt: IQ 16, GE 18 	300 EP, 30G	
Waffenexperte: Säbel
benötigt: IQ 16, GE 18, Finte 	300 EP, 30G	
Waffenexperte: Schiffsgeschütze
benötigt: IQ 16, FF 18 	300 EP, 30G	
Waffenexperte: Schleudern
benötigt: IQ 16, FF 18 	300 EP, 30G	
Waffenexperte: Schusswaffen
benötigt: IQ 16, FF 18 	300 EP, 30G	
Waffenexperte: Schwerter
benötigt: IQ 16, GE 18, Finte, Wuchtschlag 	300 EP, 30G	
Waffenexperte: Speere
benötigt: IQ 16, GE 18, Finte 	300 EP, 30G	
Waffenexperte: Stäbe
benötigt: IQ 16, GE 18, Finte, Wuchtschlag 	300 EP, 30G	
Waffenexperte: Stangenwaffen
benötigt: IQ 16, GE 18, Finte 	300 EP, 30G	
Waffenexperte: Wuchtwaffen
benötigt: IQ 16, ST 18, Wuchtschlag, Niederwerfen 	300 EP, 30G	
Waffenexperte: Wurfbeile
benötigt: IQ 16, ST 18 	300 EP, 30G	
Waffenexperte: Wurfmesser
benötigt: IQ 16, FF 18 	300 EP, 30G	
Waffenexperte: Wurfspeere
benötigt: IQ 16, ST 18 	300 EP, 30G	
Waffenexperte: Zweihandflegel
benötigt: IQ 16, ST 18, Wuchtschlag, Niederwerfen 	300 EP, 30G	
Waffenexperte: Zweihandklingen
benötigt: IQ 16, GE 18, Wuchtschlag, Niederwerfen 	300 EP, 30G	
Waffenexperte: Zweihandwuchtwaffen
benötigt: IQ 16, ST 18, Wuchtschlag, Niederwerfen
(südlich von San Aurecciani)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Etikette	1G 5Th 	(Anfängerkurs)
Tanzen	3G 	(Kurs für Fortgeschrittene)
(Imperiale Handelsbank, Banco Genovese, KFW Bank, Banca Aurecciani, La Banca della Chiesa)

Lehrmeister in lieblichen Gärten:
Steinmetz	2G 5Th 	(Anfängerkurs)
Zeichnen	3G 5Th 	(Anfängerkurs)
Dichtkunst	1G 5Th 	(Anfängerkurs)
Rhetorik	2G 	(Anfängerkurs)
Schriftstellerei	2G 5Th 	(Anfängerkurs)
Etikette	3G 5Th 	(Anfängerkurs)
Tanzen	4G 	(Anfängerkurs)
Schauspielerei	5G 5Th 	(Kurs für Fortgeschrittene)

Universität (Prunkviertel):
Bibliothekskunde	2G 	(Anfängerkurs)
Völkerkunde	2G 5Th 	(Anfängerkurs)
Rhetorik	2G 5Th 	(Anfängerkurs)
Tierkunde	2G 5Th 	(Anfängerkurs)
Mechanik	2G 5Th 	(Anfängerkurs)
Historie	2G 5Th 	(Anfängerkurs)
Geografie	2G 5Th 	(Anfängerkurs)
Architektur	2G 5Th 	(Anfängerkurs)
Anatomie	2G 5Th 	(Anfängerkurs)
Mathematik	3G 	(Anfängerkurs)
Pflanzenkunde	3G  (Anfängerkurs)
Theologie	3G 5Th 	(Anfängerkurs)
Sprachenkunde	3G 5Th 	(Anfängerkurs)
Lehren	3G 5Th 	(Anfängerkurs)
Politik	4G 	(Kurs für Fortgeschrittene)
Philosophie	4G 5Th 	(Anfängerkurs)
Astronomie	4G 5Th 	(Kurs für Fortgeschrittene)
Krankheitsheilung	4G 5Th 	(Anfängerkurs)
Alchimie	5G 	(Kurs für Fortgeschrittene)
Magietheorie	5G 5Th 	(Kurs für Fortgeschrittene)
Rechtskunde	8G 5Th 	(Wissenschaftliches Kolloquium)

Besonderheiten:
Auftragsbörse (Hafenviertel)
Quest in einer ZB aufgetaucht
(Banca Aurecciani, Vellhafener Handelsbank)

Universität:
Erste Hilfe	2G 3Th 	(Anfängerkurs)
Prophezeien	2G 3Th 	(Anfängerkurs)
Politik	2G 3Th 	(Anfängerkurs)
Rechtskunde	2G 3Th 	(Anfängerkurs)
Architektur	2G 3Th 	(Anfängerkurs)
Anatomie	2G 3Th 	(Anfängerkurs)
Mathematik	2G 3Th 	(Anfängerkurs)
Theologie	2G 3Th 	(Anfängerkurs)
Bibliothekskunde	2G 3Th 	(Anfängerkurs)
Archäologie	2G 3Th (Anfängerkurs)
Bürokratie	2G 3Th 	(Anfängerkurs)
Brauen	2G 3Th 	(Anfängerkurs)
Feinmechanik	2G 3Th 	(Anfängerkurs)
Hauswirtschaft	2G 3Th 	(Anfängerkurs)
Seelenheilung	2G 3Th 	(Anfängerkurs)
Glaskunst	2G 9Th 	(Anfängerkurs)
Giftkunde	2G 9Th 	(Anfängerkurs)
Okkultismus	3G 9Th 	(Anfängerkurs)
Rhetorik	3G 9Th 	(Kurs für Fortgeschrittene)
Diplomatie	3G 9Th 	(Anfängerkurs)
Kriegskunst	3G 9Th 	(Kurs für Fortgeschrittene)
Aurentum	3G 9Th 	(Anfängerkurs)
Etikette	3G 9Th 	(Anfängerkurs)
Astronomie	4G 5Th 	(Kurs für Fortgeschrittene)
Krankheitsheilung	9G 3Th 	(Wissenschaftliches Kolloquium )
Alchimie	15G 5Th 	(Forschungs- und Diskussionsrunde)

Besonderheiten:
Lagerfeuer (?)
Palast
(westlich von San Aurecciani)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Holzbearbeitung	1G 9Th 	(Anfängerkurs)
Zimmermann	2G 5Th 	(Kurs für Fortgeschrittene)
(westlich von Andarea)
(Imperiale Handelsbank, gute Arbeitsmöglichkeiten)

Lehrmeister:
Orientierung	1G 2Th 5Gr 	(Anfängerkurs)
Fischen	1G 3Th 	(Anfängerkurs)
Legenden	1G 3Th 	(Anfängerkurs)
Tierkunde	1G 3Th 	(Anfängerkurs)
Boote fahren	1G 9Th 	(Kurs für Fortgeschrittene)
Navigation	2G 3Th 	(Kurs für Fortgeschrittene)
Seefahrt	2G 5Th 	(Kurs für Fortgeschrittene)

Besonderheiten: 
Söldnerlager
(westlich von San Aurecciani)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Umgang mit Tieren	2G 5Th 	(Anfängerkurs)
Reiten	3G 5Th 	 (Anfängerkurs)
(nördlich von San Aurecciani)
(keine Bank, Arbeit als Büttel)

Akademie:
Zeichnen	1G 8Th 5Gr 	(Anfängerkurs)
Singen	1G 9Th 	(Anfängerkurs)
Schriftstellerei	2G 5Th 	(Anfängerkurs)
Dichtkunst	3G 2Th 	(Wissenschaftliches Kolloquium)
Steinmetz	3G 2Th 5Gr 	(Anfängerkurs)
Tanzen	3G 5Th 	(Kurs für Fortgeschrittene)
Musik	4G 1Th 2Gr 	(Anfängerkurs)
Schauspielerei	5G 1Th 5Gr 	(Kurs für Fortgeschrittene)
(östlich von Santo Tiberio

Besonderheiten: Söldnerlager
Lehrmeisteruebersicht
Antamar.org
(westlich von San Aurecciani)
(keine Bank, keine Arbeit als Büttel, Verkauf von Edelsteinen)

Lehrmeisterin:
Wundenheilung	4G 	(Kurs für Fortgeschrittene)
Krankheitsheilung	4G 5Th 	(Kurs für Fortgeschrittene)
Giftheilung	4G 8Th 	(Kurs für Fortgeschrittene)
Anatomie	5G 6Th 	(Kurs für Fortgeschrittene)
Seelenheilung	9G 9Th 	(Kurs für Fortgeschrittene)
Godentum Nordahejmr (Orkstrond)
(Verkauf von Edelsteinen, keine Arbeit als Büttel)

Lehrmeister:
Sinnenschärfe	2G 9Th 	(Anfängerkurs)
Spurenlesen	3G 	(Anfängerkurs)
Wettervorhersage	5G 	(Kurs für Fortgeschrittene)
/***
!TiddlySinister 
desgined by Clint Checketts (http://www.checkettsweb.com) and inspired from Minz Meyer (http://www.minzweb.de)
http://tiddlystyles.com/#theme:TiddlySinister

!Sections in this Tiddler:
*Generic rules
**Links styles
**Link Exceptions
*Header
*Main menu
*Sidebar
**Sidebar options
**Sidebar tabs
*Message area
*Popup
*Tabs
*Tiddler display
**Viewer
**Editor
*Misc. rules

!Generic Layout Rules /% ============================================================= %/
***/
/*{{{*/
body{
 position: static;
 background: #000;
}

#contentWrapper{
 margin: 0 10px;
 background: #321c10;
 border: 1px solid #613725;
 position: relative;
}

h1, h2, h3, h4, h5, h6{
 background: transparent;
}

#contentWrapper a.button{
 border: 0;
}
/*}}}*/
/***
!Link Styles /% ============================================================= %/
***/
/*{{{*/
#sidebarOptions .tiddlyLink{
 padding: .5em 0 .5em 1em;
 display: block;
 font-weight: normal;
}

#sidebarOptions .sliderPanel .tiddlyLink{
 display:inline;
 padding: 0;
}

#contentWrapper #mainMenu a, 
#messageArea a, 
#contentWrapper #sidebar a{
 color: #fb9950;
 text-decoration: none;
}

#messageArea a:link{
font-weight: bold;
}

#contentWrapper #mainMenu a:hover,
#messageArea a:hover,
#contentWrapper #sidebar a:hover{
 background: transparent;
 text-decoration: underline;
}

a, a.button{
 color: #fb9950;
 background: transparent;
 border: 0;
}

a:hover,#contentWrapper a:active,
.tiddler .button:hover,.tiddler .button:active {
 color: #c17135;
 background: transparent;
 text-decoration: underline;
}

/*}}}*/
/***
!Header styles /% ============================================================= %/
***/
/*{{{*/
#titleLine{
 color: #94532d;
 background: #000;
 border-bottom: 1px solid #613725;
 padding: 1em 0;
}

#titleLine a{
 color: #fb9950;
}

#siteTitle{
 font-size: 2.3em;
 font-weight: bold;
}
/*}}}*/
/***
!Main menu styles /% ============================================================= %/
***/
/*{{{*/
#mainMenu{
 float: left;
 font-size: 12px;
 text-align: left;
 background: #321c10;
 color: #c5886b;
 width: 15em;
 padding: .2em .5em .2em 0;
}

#mainMenu h1{
 font-size: 13px;
 font-weight: normal;
 margin: 0 0 0 2px;
 color: #c5886b;
}

#mainMenu li, #mainMenu ul{
 padding: 0;
 margin: 0;
 list-style: none;
}

#mainMenu ul, #messageArea{
 display: block;
 border: 1px solid #905437;
 padding: 0 0 0 1em;
 background: #522d1e;
 margin: 0 0 1em 0;
}

#messageArea{
 color: #c5886b;
 padding: 1em;
}
/*}}}*/
/***
!Sidebar styles /% ============================================================= %/
***/
/*{{{*/
#sidebar{
 padding: 10px;
 background: #000;
 right: 0;
}



#sidebar .sliderPanel{
 background: #000;
 color: #94532d;
 margin: 0;
}

#sidebar, #sidebarOptions, #sidebarTabs{
 background: transparent;
}

#sidebarTabs .tabSelected{
 background: #522d1e;
 border: 1px solid #905437;
 border-bottom: 0;
 padding-bottom: 3px;
 cursor: default;
 color: #fb9950;
 font-weight: bold;
}

#sidebarTabs .tabUnselected,#sidebarTabs .tabcontents .tabSelected{
 background: #2a170d;
 border: 1px solid #542e21;
 border-bottom: 0;
 padding-bottom: 0px;
 color: #fb9950;
}

#sidebarTabs .tabUnselected:hover{
 color: #c17135
}

#sidebarTabs .tabcontents .tabSelected{
 padding-bottom: 3px;
 border: 1px solid #905437;
 border-bottom: 0;
}

#sidebarTabs .tabcontents .tabUnselected{
background: #522d1e;
 border: 1px solid #613725;
 border-bottom: 0;
 padding-bottom: 0;
}

#sidebarTabs .tabContents{
 background: #522d1e;
 border: 1px solid #905437;
 border-width: 1px 0;
}

#sidebarTabs .tabContents .tabContents{
background: #2a170d;
 border: 1px solid #905437;
}

#sidebarTabs .tabContents li.listTitle{
 color: #c5886b;
}
/*}}}*/
/***
!Popup styles /% ============================================================= %/
***/
/*{{{*/
#popup{
 background: #522d1e;
 border: 1px solid #905437;
 margin-left: -10px;
}

#popup hr{
 border-top: 1px solid #905437;
}

#popup a{
 color: #fb9950
}

#popup a:hover{
 color: #c17135;
 background: transparent;
 text-decoration: underline;
}

.popup li.disabled{color: #c5886b;}

#popup .currentlySelected,
#popup .currentlySelected:hover{
 background: #2a170d;
}
/*}}}*/
/***
!Tiddler display styles /% ============================================================= %/
***/
/*{{{*/
#displayArea{
 margin: 0 15em 0em 15.5em;
 padding: 1em 2em 0 2em;
 background: #33180a;
 border: 1px solid #613725;
 min-height: 400px;
 _position: static;
}

.tiddler{
 background: #2a170d;
 border: 1px solid #542e21;
 margin: 0 0 2em 0;
 position: relative;
 _position; static;
padding: 0;
}

.title{
 color: #fb9950;
 font-size: 14px;
 font-weight: normal;
 line-height: 23px;
 _position: static;
}

/*}}}*/
/***
''Viewer styles'' /% -------------------------------------------------------------------- %/
***/
/*{{{*/
.viewer table {
 border: 1px solid #905437;
}

.viewer td {
 color: #c5886b;
 background: #522d1e;
 border: 1px solid #905437;
}

.viewer, .editer, .editorFooter{
 color: #c5886b;
}

.viewer pre{
 background: #522d1e;
 border: 1px solid #905437;
}

.toolbar{
 float: none;
 background: #000;
 padding: .5em 0;
 visibility: visible;
}

#contentWrapper .toolbar a.button{
 visibility: hidden;
}

#contentWrapper .selected .toolbar a.button{
 visibility: visible;
}

.selected .isTag .tagging,
.selected .tagged,
.isTag .tagging,
.tagged {
 float: none;
 display: inline;
 border: 0;
 background: transparent;
 color: #fb9950;
 margin: 0;
}

.tagged li, .tagging li,
.tagged ul, .tagging ul{
 display: inline;
}


.tiddler .tagging .listTitle,
.tiddler .tagged .listTitle{
 color: #c5886b;
}

.tiddler .tagging a.button,
.tiddler .tagged a.button{
 margin: 0;
 padding: 0;
}

/*}}}*/
/***
''Editor styles''/% -------------------------------------------------- %/
***/
/*{{{*/
.editor textarea,#contentWrapper input{
 max-height: 35em;
 background: #c5886b;
 border: 2px inset #613725;
}

.editor textarea:focus, input:focus{
 background: #ddb9a8;
}

#contentWrapper input.chkOptionInput{
 background: transparent;
}
/*}}}*/
(südlich von Neu-Dornberg)
(keine Bank, keine Arbeit als Büttel, kein Verkauf von Edelsteinen)

Lehrmeister:
Boote fahren	1G 3Th 5Gr 	(Anfängerkurs)
Fischen	1G 3Th 5Gr 	(Anfängerkurs)
(Südlich von Eisentrutz, über Abhus zu erreichen)
(Imperiale Handelsbank vorhanden)

Universität:
Holzbearbeitung	2G 	(Anfängerkurs)
Brauen	2G 	(Anfängerkurs)
Winzer	2G 	(Anfängerkurs)
Umgang mit Tieren	2G 	(Anfängerkurs)
Kräuter suchen	2G 	(Anfängerkurs)
Tierheilkunde	2G 	(Anfängerkurs)
Pflanzenkunde	3G 5Th 	(Kurs für Fortgeschrittene)
Trewyrr
Kgr. Lúnasadh (Tir Anmor)

Muriel Hayman (Lehrmeister)
 - Fischen (Anfänger)
/***
Description: Contains the stuff you need to use Tiddlyspot
Note, you also need UploadPlugin, PasswordOptionPlugin and LoadRemoteFileThroughProxy
from http://tiddlywiki.bidix.info for a complete working Tiddlyspot site.
***/
//{{{

// edit this if you are migrating sites or retrofitting an existing TW
config.tiddlyspotSiteId = 'antamar';

// 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)
window.showBackstage = true; // show backstage too

// 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,{

'TspotOptions':[
 "tiddlyspot password:",
 "<<option pasUploadPassword>>",
 ""
].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/]], [[blog|http://tiddlyspot.blogspot.com/]], email [[support|mailto:support@tiddlyspot.com]] & [[feedback|mailto:feedback@tiddlyspot.com]], [[donate|http://tiddlyspot.com/?page=donate]]|"
].join("\n"),

'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?// &nbsp;&nbsp;@@ 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// &nbsp;&nbsp;@@ 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// &nbsp;&nbsp;@@ 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!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.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 :)// &nbsp;&nbsp;@@ 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"),

'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")

});
//}}}
| !date | !user | !location | !storeUrl | !uploadDir | !toFilename | !backupdir | !origin |
| 21/08/2011 14:49:44 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 22/08/2011 09:36:51 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 25/08/2011 09:17:46 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 29/08/2011 09:56:50 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 31/08/2011 12:33:05 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 02/09/2011 09:38:12 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 04/09/2011 11:27:50 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 04/09/2011 12:59:54 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 08/09/2011 09:50:20 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
| 14/09/2011 12:33:39 | BUMMETAL | [[/|http://antamar.tiddlyspot.com/]] | [[store.cgi|http://antamar.tiddlyspot.com/store.cgi]] | . | [[index.html | http://antamar.tiddlyspot.com/index.html]] | . |
/***
|''Name:''|UploadPlugin|
|''Description:''|Save to web a TiddlyWiki|
|''Version:''|4.1.3|
|''Date:''|Feb 24, 2008|
|''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|
|''Requires:''|PasswordOptionPlugin|
***/
//{{{
version.extensions.UploadPlugin = {
	major: 4, minor: 1, revision: 3,
	date: new Date("Feb 24, 2008"),
	source: 'http://tiddlywiki.bidix.info/#UploadPlugin',
	author: 'BidiX (BidiX (at) bidix (dot) info',
	coreVersion: '2.2.0'
};

//
// 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
		if (!params) params = {};
		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}
				
			]);
	},
	options: [
		"txtUploadUserName",
		"pasUploadPassword",
		"txtUploadStoreUrl",
		"txtUploadDir",
		"txtUploadFilename",
		"txtUploadBackupDir",
		"chkUploadLog",
		"txtUploadLogMaxLine"		
	],
	refreshOptions: function(listWrapper) {
		var opts = [];
		for(i=0; i<this.options.length; i++) {
			var opt = {};
			opts.push();
			opt.option = "";
			n = this.options[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 = new 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,username,password,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 = new Array(uploadParams[0],rssPath,uploadParams[2],'',uploadParams[4],uploadParams[5]);
		var rssString = generateRss();
		// no UnicodeToUTF8 conversion needed when location is "file" !!!
		if (document.location.toString().substr(0,4) != "file")
			rssString = convertUnicodeToUTF8(rssString);	
		bidix.upload.httpUpload(rssUploadParams,rssString,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 == 404)
			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; ;charset=UTF-8; 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');


// Backstage
merge(config.tasks,{
	uploadOptions: {text: "upload", tooltip: "Change UploadOptions and Upload", content: '<<uploadOptions>>'}
});
config.backstageTasks.push("uploadOptions");


//}}}

Gerlindas Musikschule (Lehrmeister) -> [[Musik]]

Universität:
Boote fahren	2G 1Th 	(Anfängerkurs)
Architektur	2G 2Th 	(Anfängerkurs)
Bürokratie	2G 2Th 	(Anfängerkurs)
Astronomie	2G 2Th 	(Kurs für Fortgeschrittene)
Kartografie	2G 4Th 	(Anfängerkurs)
Zeichnen	2G 4Th 	(Kurs für Fortgeschrittene)
Feilschen	2G 4Th 	(Anfängerkurs)
Feinmechanik	2G 4Th  (Anfängerkurs)
Sprachenkunde	2G 6Th 	(Anfängerkurs)
Holzbearbeitung	2G 6Th 5Gr 	(Kurs für Fortgeschrittene)
Zimmermann	2G 7Th 	(Anfängerkurs)
Heraldik	2G 9Th 	(Anfängerkurs)
Schiffsgeschütze	2G 9Th 	(Anfängerkurs)
Lehren	2G 9Th 	(Anfängerkurs)
Orientierung	2G 9Th 	(Anfängerkurs)
Seiler	2G 9Th 	(Anfängerkurs)
Seefahrt	2G 9Th (Anfängerkurs)
Erste Hilfe	3G 2Th 	(Kurs für Fortgeschrittene)
Handel	3G 7Th 	(Anfängerkurs)
Bootsbau/Schiffbau	3G 7Th 	(Anfängerkurs)
Geografie	3G 9Th 	(Anfängerkurs)
Navigation	3G 9Th 	(Anfängerkurs)
Wettervorhersage	4G 	(Kurs für Fortgeschrittene)
Historie	4G 	(Kurs für Fortgeschrittene)
Mathematik	10G 1Th 	(Wissenschaftliches Kolloquium)
Kriegskunst	11G 	(Wissenschaftliches Kolloquium)
Metallguss	11G 	(Wissenschaftliches Kolloquium)
Bibliothekskunde	11G 5Th 	(Wissenschaftliches Kolloquium)
Rechtskunde	12G 	(Wissenschaftliches Kolloquium)
Dichtkunst	24G 	(Forschungs- und Diskussionsrunde)
Archäologie	24G 	(Forschungs- und Diskussionsrunde)
Philosophie	24G 	(Forschungs- und Diskussionsrunde)
Kryptographie	24G 	(Forschungs- und Diskussionsrunde)
Diplomatie	24G 	(Forschungs- und Diskussionsrunde)
Wundenheilung	25G 	(Forschungs- und Diskussionsrunde)
Alchimie	25G 	(Forschungs- und Diskussionsrunde)
Godentum Nordahejmr (Fuglarsholmr)
(keine Bank)

Lehrmeister:
Klettern	1G 8Th 	(Anfängerkurs)
Körperbeherrschung	1G 8Th 	(Anfängerkurs)
Sinnenschärfe	1G 8Th 	(Anfängerkurs)
(nördlich von San Aurecciani)
(Banca Aurecciani, Arbeit als Büttel, Verkauf von Edelsteinen)

Lehrmeister:
Alkohol brennen	2G 5Th 	(Anfängerkurs)
Winzer	2G 5Th 	(Anfängerkurs)
Pflanzenkunde	3G 5Th 	(Wissenschaftliches Kolloquium)

Besonderheiten:
Theater
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?// &nbsp;&nbsp;@@ 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://antamar.tiddlyspot.com/controlpanel]] (your control panel username is //antamar//).
<<tiddler TspotControls>>
See also GettingStarted.

@@font-weight:bold;font-size:1.3em;color:#444; //Working online// &nbsp;&nbsp;@@ 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// &nbsp;&nbsp;@@ 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!// &nbsp;&nbsp;@@ Find out more about ~TiddlyWiki at [[TiddlyWiki.com|http://tiddlywiki.com]].  Also visit [[TiddlyWiki.org|http://tiddlywiki.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 :)// &nbsp;&nbsp;@@ We hope you like using your tiddlyspot.com site.  Please email [[feedback@tiddlyspot.com|mailto:feedback@tiddlyspot.com]] with any comments or suggestions.
(Xetoka)
(keine Bank, Arbeit als Büttel)

Schule:
Sinnenschärfe	1G 9Th 	(Anfängerkurs)
Philosophie	1G 9Th 	(Anfängerkurs)
Mathematik	2G 8Th 	(Kurs für Fortgeschrittene)
Astronomie	9G 5Th 	(Wissenschaftliches Kolloquium)
(Xetoka)
(Imperiale Handelsbank, Arbeit als Privatsekretär)

Lehrmeister:
Zimmermann	1G 9Th 	(Anfängerkurs)
Holzbearbeitung	2G 7Th 5Gr 	(Kurs für Fortgeschrittene)
Bürokratie	1G 7Th 5Gr 	(Anfängerkurs)
Etikette	1G 8Th 	(Anfängerkurs)
Heraldik	1G 8Th 	(Anfängerkurs)
Sprachenkunde	1G 8Th 5Gr 	(Anfängerkurs)
Rhetorik	1G 9Th 	(Anfängerkurs)
Mechanik	1G 9Th 	(Anfängerkurs)
Politik	1G 9Th 5Gr 	(Anfängerkurs)
Krankheitsheilung	2G 8Th 5Gr 	(Kurs für Fortgeschrittene)
Mathematik	2G 9Th 	(Kurs für Fortgeschrittene)
Völkerkunde	2G 9Th 5Gr 	(Kurs für Fortgeschrittene)
Theologie	8G 5Th 	(Wissenschaftliches Kolloquium)
(Xetoka)
(keine Bank, Arbeit als Büttel)

Lehrmeister:

Kochen	1G 6Th 	(Anfängerkurs)
Krankheitsheilung	2G 8Th 	(Kurs für Fortgeschrittene)
Pflanzenkunde	6G 8Th 	(Wissenschaftliches Kolloquium)
(Xetoka)
(Arbeit als Büttel, keine Bank)

Lehrmeister:
Pirschjagd	1G 8Th 	(Anfängerkurs)
Spurenlesen	2G 9Th 	(Kurs für Fortgeschrittene)
(Xetoka)
(keine Bank, Arbeit als Büttel)

Lehrmeister:
Theologie	1G 7Th 	(Anfängerkurs)
Anatomie	1G 7Th 	(Anfängerkurs)
Xeanhatl Hieroglyphen	1G 7Th 	(Anfängerkurs)
Magietheorie	1G 7Th 5Gr 	(Anfängerkurs)
Philosophie	1G 8Th 	(Anfängerkurs)
Xeanhatl	2G 6Th 	(Kurs für Fortgeschrittene)
Seelenheilung	2G 7Th 	(Kurs für Fortgeschrittene)