mobiki vs. Anwiki vs. JSPWiki

General Features mobiki Anwiki JSPWiki
Version
2016-06-26
0.2.5
2.11.0
Last Release Date
2016-06-26 (9 years ago)
2010-12-13 (15 years ago)
2021-11-22 (4 years ago)
Last Update here
2016-06-26 (9 years ago)
2013-06-25 (12 years ago)
2021-12-01 (4 years ago)
Author
Martin D�ring
Antoine Walter
Apache Software Foundation
URL
Free and Open Source
Yes
Yes
Yes
License
MIT
GPL 3
Apache License 2.0
Programming Language
PHP
PHP
Java
Data Storage
Files
Database, Files
Database, Files
License Cost/ Fee
0
0
0
Development status
Mature
Mature
Mature
Intended Audience
Text centric websites and mobile use
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
all
System Requirements mobiki Anwiki JSPWiki
Operating System
any
Linux, Windows, probably others
any platform supporting JDK 1.8+
Root Access
No
No
No
Webserver
any
Apache, probably others with PHP support
Any servlet 3.1 compliant web server, e.g. Tomcat 8.5+, Jetty, Glassfish, Websphere
Other Requirements
PHP 5.4+
optional JavaMail for mailing functionality
Datastorage mobiki Anwiki JSPWiki
Text Files
Yes
No
Yes
MySQL
No
Yes
Optional
PostgreSQL
No
No
Optional
Oracle
No
No
Optional
SQLite
No
No
Optional
BerkeleyDB
No
No
Optional
RCS
No
No
Plugin
Other
Extensible to any datastorage by implementing a custom driver
JDBC driver must be provided manually; also Page provider architecture -> several implementations
Security/Anti-Spam mobiki Anwiki JSPWiki
Page Permissions
No
Yes
Yes
ACL
No
Yes
Yes
Authentication Backends
Extensible to any authentication backend by implementing a custom driver
JAAS -> interface to many external backends possible
Host Blocking
No
No
Optional
Mail Encryption
No
No
Plugin
nofollow
No
No
Optional
Blacklist
No
No
Yes
CAPTCHA
No
Yes
Yes
Delayed Indexing
No
No
Yes
Development/Support mobiki Anwiki JSPWiki
# of Consultants
Preconfigured Hosting
No
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Freenode: #jspwiki
Stars on GitHub
N/A
4 ⭐
113 ⭐
Common Features mobiki Anwiki JSPWiki
Preview
No
Yes
Yes
Minor Changes
No
No
No
Change Summary
No
Yes
Yes
Page History
No
Yes
Yes
Page Revisions
None
Restricted by Age or Number
Unlimited
Revision Diffs
No
Between all
Between all
Sitemap
Yes
Yes
Yes
Plugin System
No
Yes
Yes
Special Features mobiki Anwiki JSPWiki
Unicode Support
Yes
Yes
Yes
Right-to-Left Support
No
Yes
Yes
Interface Languages
0
5
German, English, Spanish, French, Italian
10
Breton, German, English, Spanish, Finnish, French, Italian, Dutch, Russian, Chinese
Email notification
No
No
Plugin
Comments
No
No
Flat
Categories
No
Unknown
Yes
Namespaces
No
Yes
No
Conflict Handling
None
Page Locking
Page Locking
Concurrent Editing
Unknown
Unknown
Unknown
Search
Full Text
Full Text
Wiki Farming
No
Unknown
Patch
Structured Data
No
Yes
Yes
Links mobiki Anwiki JSPWiki
CamelCase
No
No
Yes
Freelinks
Yes
Yes
Yes
Backlinks
No
Yes
Yes
InterWiki
No
No
Yes
SisterWiki
No
No
No
Image Links
Yes
Yes
Yes
Windows Shares
No
Yes
Optional
Page Redirects
No
Unknown
Yes
Syntax Features mobiki Anwiki JSPWiki
HTML Tags
None
All
Optional
Math formulas
No
No
Plugin
Tables
none
none
simple + complex
CREOLE support
No
No
Yes
Markdown Support
No
No
No
Textile Support
No
No
No
BBCode Support
No
No
No
Emoticon Images
Yes
Plugin
Plugin
Syntax Highlighting
No
No
Yes
Footnotes
No
No
Yes
Quoting
No
Plugin
Yes
Internal Comments
No
Unknown
Plugin
Custom styles
No
Yes
Yes
FAQ Tags
No
Unknown
No
Scripting
Javascript ; PHP scripts can be enabled
plugins for JavaScript, TCL and Groovy
Content Includes
No
Yes
Yes
Feed Aggregation
Yes
Yes
Optional
Usability mobiki Anwiki JSPWiki
Section Editing
No
No
Yes
Page Templates
No
Yes
Yes
Double-Click Edit
No
No
No
Toolbar
No
No
Yes
WYSIWYG Editing
No
No
Yes
Access Keys
No
No
Yes
Auto Signature
No
No
Optional
Statistics mobiki Anwiki JSPWiki
Recent Changes
Yes
Yes
Yes
Wanted Pages
No
No
Yes
Orphaned Pages
No
No
Yes
Most/Least Popular
No
No
No
Recent Visitors
No
No
No
Analysis
No
No
No
Output mobiki Anwiki JSPWiki
Printer Friendly
Print View
Print CSS
Mobile Friendly
Yes
No
Yes
Themes & Skins
Yes
Unknown
Yes
RSS Feeds
Yes
Yes
Yes
ATOM Feeds
No
Unknown
Yes
Abbreviations
No
No
No
Auto-TOC
No
Yes
Yes
Raw Export
No
Yes
Yes
HTML Export
No
No
Optional
XML export
No
Yes
No
PDF Export
No
No
Plugin
Office Export
Unknown
Unknown
Unknown
Media and Files mobiki Anwiki JSPWiki
File Attachments
No
No
Yes
Media Revisions
No
No
Yes
Embedded Flash
No
Yes
Yes
Embedded Video
No
Yes
Yes
Image Editing
No
No
No
SVG Editing
No
No
No
MindMap Editing
No
No
No
Media Search
No
No
Contents
Extras mobiki Anwiki JSPWiki
Calendar
No
No
Plugin
Image Galleries
No
No
Yes
Presentations
Unknown
Unknown
Unknown
Forums
No
No
Yes
Blogs
No
No
Yes
Ticket System
No
No
No
Chat
Unknown
Unknown
Unknown
Syntax Examples mobiki Anwiki JSPWiki
Internal Link
[Internal Link]
<a href="en/home">go home</a>
[link]
[text|link]
[text|wiki:link]
External Link
http://mobiki.datenbrei.de
[Text|http://mobiki.datenbrei.de]
<a href="http://www.anwiki.com">Anwiki</a>
[http://www.example.com/]
[example|http://www.example.com/]
[text|wiki:link]
Headlines
!Headline
<h1>Title</h2>
<h2>Subtitle</h2>
...
! Level 1
!! Level 2
!!! Level 3
Bold Format
'''bold'''
<b>bold</b>
__bold__
Italics Format
''italics''
<i>italic</i>
''italics''
Underline Format
n/a
<u>underline</u>
%%(text-decoration: underline) text %%
Monospace Format
n/a
<tt>monospace</tt>
{{monospace}}
Strikethrough Format
n/a
<del>strikethrough</del>
%%(text-decoration: line-through) deleted text %%
Superscript Format
n/a
<sup>Anwiki</sup>
%%(vertical-align: sup) text %%
Subscript Format
n/a
<sub>Anwiki</sub>
%%(vertical-align: sub) text %%
Images
http://image.png
image:example.jpg
images:imagefolder
<img src=""/>
[local.jpg]
[{Image src='local.jpg'}]
[{Image src='http://foo.bar/foo.jpg'}]
Aligning Text
___
aligned text
___
<center>anwiki</center>
%%(text-align: right) text %%
Text Indentation
n/a
%%(text-indent: 20px) 20 pixels %%
%%(text-indent: 30%) 30 percent %%
Bulleted Lists
- One
- Two
* One
* Two
<ul>
<li>item</li>
<li>item</li>
</ul>
* Item 1
** Item 1.1
* Item 2
Numbered Lists
0. One
0. Two
0. Three
<ol>
<li>item</li>
<li>item</li>
</ol>
# Item 1
## Item 1.1
# Item 2
Definition Lists
n/a
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
;term:definition
Horizontal Rule
---
<hr/>
----
remove mobiki remove Anwiki remove JSPWiki