Welcome to More wiki in a jar

This is the project home page of “More Wiki in a jar”.
Author Jens Fauth (IceMan6paq) © 2008, 2009
 

More Wiki in a jar is the improved version of “Wiki in a jar” by rico_g http://sourceforge.net/projects/wiki-in-a-jar

For some Month I read an article in a popular German computer magazine about a very small Wiki. This was “Wiki in a jar”. I was trilled about the idea to have a Wiki that is independent of a large server and can be stored on a USB stick.
I liked the project at this first moment I used it.
But I missed a lot of Wiki formatting standards. So that I was not able to import all my Wiki pages.

I looked on the project page when rico_g would like to update the Wiki with the rest of the formatting functions. But I was sad that rico_g has done nothing more than a year and also not answered multiple questions.

So I downloaded the source and started to add missing formatting styles by my self. And it took not long to include most of the functions. I also removed some bugs and added a full UTF-8 support.

The actual version is now available for Download: https://sourceforge.net/project/platformdownload.php?group_id=240838

New features in the current release 0.9.9:
        - Wiki now support <span> and <div>. Implementation by Arne Lottmann


Planed features:
        
- Image linking and display
        - Abort Button on editing page
        - A view for printing
        - A sidebar for quick access of most needed pages
        - Some configuration things like to change the size of the editor window or to change the style of links and so on.
        - Links to older version of the pages. And or a way to diff the versions and to copy back an older version 

Which feature I add in which order is not decided yet 

Release notes: 

https://sourceforge.net/projects/morewikiinajar/ 

* Version 0.9.9 (01/07/2009)
- NEW: Support of <div>. Written by Arne Lottmann
- NEW: Support of <span>. Written by Arne Lottmann
- NEW: Help page for <span> and <div>. Created by Arne Lottmann

* Version 0.9.8 (11/26/2008)
- NEW: Wiki links now support anchor links
- NEW: Link example page now contains example for anchor links
- Fixed bug: [2152765] Wrong indentation in content. Thanks to Arne Lottmann (tos_rott)
- Fixed bug: [2165849] "&" in links creates error msg
- Fixed bug: Calendar will now display correct days of a Month. Thanks to Frank Dietrich (sub_optimal)
- Removed: support for file:// because of several problems with different browsers
- Some changes to the CSS

* Version 0.9.7 (10/12/2008)
- Fixed bug: a leading space on the beginning of an article is not removed any more
- Fixed bug: several problems in new Url filter are fixed
- NEW: Simple check if XML document is well formed. Error message of the SAX parser only at the moment 

* Version 0.9.6 (10/05/2008)
- Fixed performance of table formatting
- Fixed bug: an "=" in a heading is now possible. Thanks to Frank Dietrich (sub_optimal)
- Fixed bug: version in "About More Wiki in a jar.wiki" was not updated during packaging
- Rewritten: handling of external links are improved
- NEW: external links with "file:" are now working
- NEW: Help page for internal and external link wiki markup 

* Version 0.9.5 (10/03/2008)
- NEW: Basic Table support
- NEW: Full Table support with
- NEW: Fixed Text <tt> support
- NEW: Helppage for normal wiki markup
- NEW: Helppage for table wiki markup
- NEW: During Edit you can access the new help pages
- Fixed bug: improved performance of some of the render modules
- Fixed bug: preformatted filter was not working correctly
- Fixed bug: preformatted filter may end in endless loop
- Fixed bug: nowiki filter could have an endless loop
- Fixed bug: nowiki filter didn't removed old nowiki parts
- Known bug: an '=' in a heading lead to formatting error. Will resolved asap 

* Version 0.9.1 (10/01/2008)
- Fixed bug: definition was not formatted correctly
- Changed styles to the new name "More Wiki in a jar" 

* Version 0.9.0 (09/27/2008) (not uploaded to SourceForge)
- Fixed several bugs in Java code
- Fixed bug: bold italic formatting was not correct
- NEW: indent support
- NEW: <br> tag support
- NEW: definition support
- NEW: <pre> </pre> support
- NEW: comment <!-- --> support
- NEW: nowiki <nowiki></nowiki> support
- NEW: content table with links on pages with more than 4 header
- NEW: full UTF-8 support. Thanks to Frank Dietrich (sub_optimal)