descriptionmulti-platform wiki for the desktop
homepage URLhttp://wixi.sourceforge.net
ownerk.remmelzwaal@planet.nl
last changeMon, 4 May 2009 08:50:39 +0000 (4 10:50 +0200)
content tags
add:
README
Wixi version 1.05
------------------------

About
------------------------
Wixi is a multi-platform wiki application for the desktop. It is written 
in python/wxpython and uses the simple txt2tags format to generate text 
to many other formats.


Directory layout
------------------------
By default Wixi creates a directory MyWiki in the $HOME directory, but
it may be changed in the configuration menu. When using images for your
page, you can copy them to the MyWiki/images/ directory. But using the
image browser is the preferable way to copy and import images.


Source Files
------------------------
Files:
 * wixi.py                   -- Start script.
 * wixi/AboutDialog.py	     -- About dialog.
 * wixi/Desktop.py           -- Desktop integration for python.
 * wixi/FormatGenerator.py   -- Calling the document generator and saving files.
 * wixi/QuickrefDialog.py    -- Quick reference.
 * wixi/SettingsDialog.py    -- Handles the configuration file and settings dialog.
 * wixi/CalendarDialog.py    -- Calendar dialog.
 * wixi/MainFrame.py         -- Main program frame.
 * wixi/SQLiteCon.py         -- Handles sqlite queries for wixi.
 * wixi/Txt2Tags.py          -- Document generator. (program made by Aurélio Jargas)


Bugs, Discussions: wixi@googlegroups.com
shortlog
2009-05-04 Kees RemmelzwaalForgot to add the SettingsDialog.py file when commiting... master
2009-05-04 Kees RemmelzwaalMany changes in this commit. Something went wrong with...
2009-03-27 Kees RemmelzwaalMinor changes in the stylesheet.
2009-03-27 Kees RemmelzwaalWhen adding a image to the page, it will now append...
2009-03-27 Kees RemmelzwaalAdded support for stylesheet pages. It is now easier...
2009-03-27 Kees RemmelzwaalAdd a way to set the size of images in the page. This...
2009-03-27 Kees RemmelzwaalInstead of giving a warning message when leaving a...
2009-03-27 Kees RemmelzwaalAdd a gitignore file.
2008-12-11 KeesDo not create repository layout when being in viewmode.
2008-12-11 KeesGeometry commandline arg didn't work. This has been...
2008-12-11 KeesMinor changes. Finalizing v1.05 release...
2008-12-10 Kees RemmelzwaalSaving a page produced some errors. Fixed.
2008-12-10 Kees RemmelzwaalChanged the search color to yellowgreen.
2008-12-10 Kees RemmelzwaalShowing a red asterix if a link points to a non existin...
2008-12-02 Kees RemmelzwaalChanged the name of the scripts directory to plugins.
2008-06-13 Kees RemmelzwaalChanged the way scripts are executed. Scripts can only beexp
...
heads
15 years ago master
15 years ago exp
16 years ago mnt