Anwiki vs. PmWiki

General Features Anwiki PmWiki
Version
0.2.5
2.3.33
Last Release Date
2010-12-12 (13 years ago)
2024-04-20 (29 days ago)
Last Update here
2013-06-25 (10 years ago)
2024-04-21 (28 days ago)
Author
Antoine Walter
Petko Yotov (Original author: Patrick R. Michaud)
URL
Free and Open Source
Yes
Yes
License
GPL 3
GPL2+
Programming Language
PHP
PHP
Data Storage
Database, Files
Files
License Cost/ Fee
0
0
Development status
Mature
Mature
Intended Audience
Designed for multilingual contents and/or structured contents. Light, extensive and overridable architecture.
All
System Requirements Anwiki PmWiki
Operating System
Linux, Windows, probably others
Linux, UNIX, Windows, MacOS X, probably others
Root Access
No
No
Webserver
Apache, probably others with PHP support
Apache, IIS, anything with PHP support. Can also be run w/o a webserver.
Other Requirements
none
Datastorage Anwiki PmWiki
Text Files
No
Yes
MySQL
Yes
Plugin
PostgreSQL
No
No
Oracle
No
No
SQLite
No
Plugin
BerkeleyDB
No
No
RCS
No
Plugin
Other
Extensible to any datastorage by implementing a custom driver
Compressed, XML and/or ephemeral files (modules). Can provide custom data backends.
Security/Anti-Spam Anwiki PmWiki
Page Permissions
Yes
Yes
ACL
Yes
Yes
Authentication Backends
Extensible to any authentication backend by implementing a custom driver
Internal: per page, per group, per user, per user group. External: .htpasswd, LDAP, Active Directory. Plugins: Mailman, forums w/MySQL, oAuth, custom possible.
Host Blocking
No
Optional
Mail Encryption
No
Optional
nofollow
No
Yes
Blacklist
No
Optional
CAPTCHA
Yes
Plugin
Delayed Indexing
No
Optional
Development/Support Anwiki PmWiki
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
4 ⭐
N/A
Common Features Anwiki PmWiki
Preview
Yes
Yes
Minor Changes
No
Yes
Change Summary
Yes
Yes
Page History
Yes
Yes
Page Revisions
Restricted by Age or Number
Unlimited
Revision Diffs
Between all
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Anwiki PmWiki
Unicode Support
Yes
Yes
Right-to-Left Support
Yes
Optional
Interface Languages
5
German, English, Spanish, French, Italian
38
Arabic, Bulgarian, Breton, Catalan, Czech, Danish, German, Greek, English, Esperanto, Spanish, Persian, Finnish, French, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Latvian, Lettish, Macedonian, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Romanian, Russian, Slovak, Slovenian, Albanian, Swedish, Tamil, Turkish, Ukrainian, Vietnamese, Chinese, Chinese Traditional
Email notification
No
Optional
Comments
No
Discussion Pages
Categories
Unknown
Yes
Namespaces
Yes
Yes
Conflict Handling
Page Locking
Conflict Resolution
Concurrent Editing
Unknown
Yes
Search
Full Text
Wiki Farming
Unknown
Yes
Structured Data
Yes
Yes
Links Anwiki PmWiki
CamelCase
No
Optional
Freelinks
Yes
Yes
Backlinks
Yes
Yes
InterWiki
No
Yes
SisterWiki
No
Plugin
Image Links
Yes
Yes
Windows Shares
Yes
Yes
Page Redirects
Unknown
Yes
Syntax Features Anwiki PmWiki
HTML Tags
All
Plugin
Math formulas
No
Plugin
Tables
none
simple + complex
CREOLE support
No
Optional
Markdown Support
No
Plugin
Textile Support
No
No
BBCode Support
No
Plugin
Emoticon Images
Plugin
Plugin
Syntax Highlighting
No
Optional
Footnotes
No
Plugin
Quoting
Plugin
Plugin
Internal Comments
Unknown
Yes
Custom styles
Yes
Yes
FAQ Tags
Unknown
Yes
Scripting
Javascript ; PHP scripts can be enabled
MarkupExpressions (core, many add-ons). PageLists with templates (core structured data scripting). WikiSh (plugin), Data forms (optional)
Content Includes
Yes
Yes
Feed Aggregation
Yes
Plugin
Usability Anwiki PmWiki
Section Editing
No
Plugin
Page Templates
Yes
Yes
Double-Click Edit
No
Plugin
Toolbar
No
Optional
WYSIWYG Editing
No
Plugin
Access Keys
No
Yes
Auto Signature
No
Yes
Statistics Anwiki PmWiki
Recent Changes
Yes
Yes
Wanted Pages
No
Optional
Orphaned Pages
No
Optional
Most/Least Popular
No
No
Recent Visitors
No
Plugin
Analysis
No
Plugin
Output Anwiki PmWiki
Printer Friendly
Print View
Mobile Friendly
No
Yes
Themes & Skins
Unknown
Yes
RSS Feeds
Yes
Optional
ATOM Feeds
Unknown
Optional
Abbreviations
No
Plugin
Auto-TOC
Yes
Optional
Raw Export
Yes
Yes
HTML Export
No
Plugin
XML export
Yes
Plugin
PDF Export
No
Plugin
Office Export
Unknown
Plugin
Media and Files Anwiki PmWiki
File Attachments
No
Optional
Media Revisions
No
Optional
Embedded Flash
Yes
Plugin
Embedded Video
Yes
Plugin
Image Editing
No
Plugin
SVG Editing
No
No
MindMap Editing
No
Plugin
Media Search
No
Filenames only
Extras Anwiki PmWiki
Calendar
No
Plugin
Image Galleries
No
Plugin
Presentations
Unknown
Plugin
Forums
No
Plugin
Blogs
No
Plugin
Ticket System
No
Plugin
Chat
Unknown
No
Syntax Examples Anwiki PmWiki
Internal Link
<a href="en/home">go home</a>
[[page name]]
[[page name | link text]]
[[link text -> page name]]
[[#anchor]]
[[#anchor|link to anchor]]
[[page name #anchor]]
External Link
<a href="http://www.anwiki.com">Anwiki</a>
http://....
[[http://... | link text]]
[[link text -> http://...]]
Headlines
<h1>Title</h2>
<h2>Subtitle</h2>
...
! Level 1
!! Level 2
!!! Level 3
Bold Format
<b>bold</b>
'''bold'''
Italics Format
<i>italic</i>
''italic''
Underline Format
<u>underline</u>
{+underlined+}
Monospace Format
<tt>monospace</tt>
@@monospace@@
Strikethrough Format
<del>strikethrough</del>
{-strikethrough-}
Superscript Format
<sup>Anwiki</sup>
'^superscript^'
Subscript Format
<sub>Anwiki</sub>
'_subscript_'
Images
<img src=""/>
https://foo.bar/foo.jpg
Attach:foo.jpg
Attach:foo.jpg"alt/title text" | Caption
Aligning Text
<center>anwiki</center>
%center% centered text
%right% right aligned
%lfloat% left floating text
%rfloat% right floating text
%rframe% right floating frame
%lframe% left floating frame
Text Indentation
-> indented text
--> more indentation
-< hanging text
--< more indentation
Bulleted Lists
<ul>
<li>item</li>
<li>item</li>
</ul>
* Item 1
** Item 1.1
* Item 2
alternatively, indented:
* item 1
* item 1.1
* item 2
Numbered Lists
<ol>
<li>item</li>
<li>item</li>
</ol>
# Item 1
## Item 1.1
# Item 2
alternatively, indented:
# Item 1
# Item 1.1
# Item 2
Definition Lists
<dl>
<dt>item</dt>
<dt>item</dt>
</dl>
: term : definition
Horizontal Rule
<hr/>
----
remove Anwiki remove PmWiki