MoasdaWiki vs. Anwiki

General Features MoasdaWiki Anwiki
Version
3.9.1
0.2.5
Last Release Date
2024-10-04 (1 year ago)
2010-12-13 (15 years ago)
Last Update here
2024-11-03 (1 year ago)
2013-06-25 (12 years ago)
Author
Herbert Reiter
Antoine Walter
URL
Free and Open Source
Yes
Yes
License
AGPL-3.0-only
GPL 3
Programming Language
Java
PHP
Data Storage
Files
Database, Files
License Cost/ Fee
Free
0
Development status
Mature
Mature
Intended Audience
personal usage, small teams
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
System Requirements MoasdaWiki Anwiki
Operating System
Any platform with Java VM 17+
Linux, Windows, probably others
Root Access
No
No
Webserver
Built-in
Apache, probably others with PHP support
Other Requirements
Java VM 17+
Datastorage MoasdaWiki Anwiki
Text Files
Yes
No
MySQL
No
Yes
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
No
Other
No
Extensible to any datastorage by implementing a custom driver
Security/Anti-Spam MoasdaWiki Anwiki
Page Permissions
No
Yes
ACL
No
Yes
Authentication Backends
N/A
Extensible to any authentication backend by implementing a custom driver
Host Blocking
No
No
Mail Encryption
No
No
nofollow
No
No
Blacklist
No
No
CAPTCHA
No
Yes
Delayed Indexing
No
No
Development/Support MoasdaWiki Anwiki
# of Consultants
Preconfigured Hosting
No
No
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
N/A
4 ⭐
Common Features MoasdaWiki Anwiki
Preview
No
Yes
Minor Changes
No
No
Change Summary
No
Yes
Page History
No
Yes
Page Revisions
None
Restricted by Age or Number
Revision Diffs
No
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features MoasdaWiki Anwiki
Unicode Support
Yes
Yes
Right-to-Left Support
No
Yes
Interface Languages
2
German, English
5
German, English, Spanish, French, Italian
Email notification
No
No
Comments
No
No
Categories
Yes
Unknown
Namespaces
Yes
Yes
Conflict Handling
None
Page Locking
Concurrent Editing
No
Unknown
Search
Full Text
Wiki Farming
No
Unknown
Structured Data
Yes
Yes
Links MoasdaWiki Anwiki
CamelCase
No
No
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
No
No
SisterWiki
No
No
Image Links
Yes
Yes
Windows Shares
No
Yes
Page Redirects
No
Unknown
Syntax Features MoasdaWiki Anwiki
HTML Tags
All
All
Math formulas
No
No
Tables
complex
none
CREOLE support
No
No
Markdown Support
No
No
Textile Support
No
No
BBCode Support
No
No
Emoticon Images
No
Plugin
Syntax Highlighting
Yes
No
Footnotes
No
No
Quoting
No
Plugin
Internal Comments
Yes
Unknown
Custom styles
Yes
Yes
FAQ Tags
No
Unknown
Scripting
JavaScript
Javascript ; PHP scripts can be enabled
Content Includes
Yes
Yes
Feed Aggregation
No
Yes
Usability MoasdaWiki Anwiki
Section Editing
Yes
No
Page Templates
Yes
Yes
Double-Click Edit
No
No
Toolbar
No
No
WYSIWYG Editing
No
No
Access Keys
No
No
Auto Signature
No
No
Statistics MoasdaWiki Anwiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
No
Orphaned Pages
Yes
No
Most/Least Popular
No
No
Recent Visitors
No
No
Analysis
No
No
Output MoasdaWiki Anwiki
Printer Friendly
Print CSS
Mobile Friendly
Yes
No
Themes & Skins
No
Unknown
RSS Feeds
No
Yes
ATOM Feeds
No
Unknown
Abbreviations
No
No
Auto-TOC
Yes
Yes
Raw Export
Yes
Yes
HTML Export
No
No
XML export
No
Yes
PDF Export
No
No
Office Export
No
Unknown
Media and Files MoasdaWiki Anwiki
File Attachments
Yes
No
Media Revisions
No
No
Embedded Flash
Yes
Yes
Embedded Video
Yes
Yes
Image Editing
No
No
SVG Editing
No
No
MindMap Editing
No
No
Media Search
No
No
Extras MoasdaWiki Anwiki
Calendar
Yes
No
Image Galleries
No
No
Presentations
No
Unknown
Forums
No
No
Blogs
No
No
Ticket System
No
No
Chat
No
Unknown
Syntax Examples MoasdaWiki Anwiki
Internal Link
[[a link]]
[[a link | with title]]
<a href="en/home">go home</a>
External Link
[[http://example.org]]
[[http://example.org | with title]]
<a href="http://www.anwiki.com">Anwiki</a>
Headlines
= Section
== Subsection
=== Sub-subsection
<h1>Title</h2>
<h2>Subtitle</h2>
...
Bold Format
''bold''
<b>bold</b>
Italics Format
##italic##
<i>italic</i>
Underline Format
__underlined__
<u>underline</u>
Monospace Format
@@monospace font@@
<tt>monospace</tt>
Strikethrough Format
~~striked through~~
<del>strikethrough</del>
Superscript Format
{{html}}<sup>superscript</sup>{{/html}}
<sup>Anwiki</sup>
Subscript Format
{{html}}<sub>subscript</sub>{{/html}}
<sub>Anwiki</sub>
Images
{{image:wiki.png}}
<img src=""/>
Aligning Text
{{center}}centered text
<center>anwiki</center>
Text Indentation
Non-indented text

Single indented text

Double indented text
Bulleted Lists
* Item 1
** Item 1.1
* Item 2
<ul>
<li>item</li>
<li>item</li>
</ul>
Numbered Lists
# Item 1
## Item 1.1
# Item 2
<ol>
<li>item</li>
<li>item</li>
</ol>
Definition Lists
{{html}}
<dl>
<dt>term</dt>
<dd>definition</dd>
</dl>
{{/html}}
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
Horizontal Rule
----
<hr/>
remove MoasdaWiki remove Anwiki