Repository
A repository is a place where all your wiki's are located. This
includes all images, plugins and exported pages. For example,
your repository may look like this:
/MyWiki
/MyWiki/wixi.sl3
/MyWiki/system.sl3
/MyWiki/images/
/MyWiki/images/NewPage.png
/MyWiki/images/SettingsPanel.png
/MyWiki/plugins/
/MyWiki/plugins/wixi.py
- MyWiki/wixi.sl3
-
This is a wiki called wixi, which is in fact a sqlite3 database.
- MyWiki/images
-
This is the images map. You can drop images here for your pages. Note
that you can also use the image browser.
- MyWiki/plugins
-
This is the plugins map. You can create custom scripts
(written in python) for your wiki pages.