inital commit - Durchstich

This commit is contained in:
Tilman Walther
2012-01-08 15:18:29 +01:00
commit d72297216f
167 changed files with 15822 additions and 0 deletions
@@ -0,0 +1,23 @@
''More Wiki in a Jar'' is a small Wiki written in Java with great focus on simplicity and a full Wikiformating syntax. It is intended to run on a USB stick as a replacement for a paper note- and address book as a Personal Information Manager (PIM). It supports vcard (vcf) contact files. It is a improved version of "Wiki in a jar" from rico_g.
* '''More Wiki in a Jar Version:''' @VERSION@
"More Wiki in a jar" is a improved version of "Wiki in a jar" by rico_g.
The main aspect of the improvment is to fully support the Wiki formating language.
- Definitions
- Intends
- Comments and <nowiki>
- Content Menu for larger documents
- Table support
- Full UTF8 support
- Print view layout
For the future is planed to add a media support for pictures and other documents.
But the main goal is to keep the project as small as possible.
The core instalation should be less than 1MB.
== License ==
* ''More Wiki in a Jar'' is distributed under the GNU General Public License (GPL). More details here: http://www.gnu.org/copyleft/gpl.html
* The embedded HTTP server is based on ''NanoHTTPD'' available under a modified BSD license. More details here: http://elonen.iki.fi/code/nanohttpd/#license
== Disclaimer ==
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.