Revision [9488]

This is an old revision of MediaWikiComparison made by DarTar on 2005-06-23 08:29:02.

 

MediaWiki vs. WikkaWiki

(this page is a stub)
 

Feature comparison table | Reviews

Feature comparison table

The aim of the table below is to compare the most prominent features of WikkaWiki and MediaWiki. This list is far from exhaustive: the best way to understand what wiki engine fits your needs is to install it and give it a try.

 MediaWikiWikkaWiki
General information
Latest stable release1.4.51.1.6.0
LanguagePHP 4+PHP 4.1+
DependenciesExternal (non-packaged) library required for PHP<4.31none
Data storageMySQLMySQL 3.23+
StandardsXHTML 1.0 Transitional / CSSXHTML 1.0 Transitional / CSS
LicenseGPLGPL
Package size (.tar.gz)1,940Kb524Kb
Text formatting

Headings

yes (3 levels)yes (5 levels)
Boldyes ('''bold''' / <b>bold</b>2)yes (**bold**)
Italicsyes (''italics'' / <i>italics</i>2)yes (//italics//)
Bold Italicsyes (''''bold italics'''')yes (**//bold italics//**)
Underlineyes (<u>underline</u>2)yes (__underline__)
Monospaceyes ( <tt>monospace</tt>2)yes (##monospace##)
Strikethroughyes ( <strike>strikethrough</strike>2)yes (++strikehrough++)
Highlighted notesnoyes (''note'')
Colored textyes2yes ({{color}} action)
Smallyes ( <small>small</small>2)yes3
Superscriptyes2yes3
Subscriptyes2yes3
Keynoyes (#%key#%)
Centeryes2yes (@@center@@)
Greek characters (α β γ δ)yes2yes3
Math characters (∑ √ ± ∞)yes2yes3
Horizontal rulesyes (----)yes (----)
Indentationyes (: indented text)yes (~indented text)
Newlinesyes2yes (---)
Anchorsyes2yes3
Lists
  • Unordered
  • lists
    yes (* list item)yes (~- list item)
    1. Numbered
    2. lists
      yes (# list item)yes (~1) list item)
      1. Roman-number
      2. lists
        noyes (~I) list item)
        1. Lowercase
        2. roman-number
        3. lists
          noyes (~i) list item)
          1. Alphabetic
          2. lists
            noyes (~A) list item)
            1. Lowercase
            2. alphabetic
            3. lists
              noyes (~a) list item)
              • Inline
                • comments
              noyes (~& comment)
              Definition listsyes (;item :definition)no
              Nested listsyesyes (limited)
              Advanced formatting features
              Tablesyesyes
              Advanced math markupyes (TeX to HTML/PNG)limited3
              Tables of Content (TOC)yesno
              Syntax highlightingnoyes4
              Links
              Auto CamelCase linksnoyes
              Auto URL linksnoyes
              Free linksyesno
              Forced linksyesyes
              Interwiki linksyesyes
              Link labelsyesyes
              Footnotesyesno
              Fragment linksyesno
              Image linksyesyes
              Broken links (missing pages)yesyes
              Embedded objects
              Imagesyesinline/ {{image}} action
              Flash objectsnoyes ({{flash}} action)
              Embedded RSSnoyes ({{rss}} action)
              Mindmapsnoyes (FreeMind5)
              HTMLlimited2full/safe3
              Editing
              Preview-paneyesyes
              Double-click editnoyes
              Section editingyesno
              Edit noteyesyes
              Minor edit flagyesno
              GUIyesyes
              Tracking changes
              Recent changesyesyes (recently changed pages)
              Recent changes RSSnoyes (RSS 0.92)
              Recent changes MindMapnoyes
              Recent changes broadcastingnoyes6
              Recent commentsyesyes (recent comments and recently commented pages)
              Recent comments RSSnono
              Page historyyesyes
              Page revision differencesyes (all)yes (all)
              Page revisions RSS?yes (RSS 2.0)
              Page watchyesno
              User contributionsyesyes
              Page-related features
              Access controlnoACL lists (default/per page - read/write/comment)
              Commentsyes (discussion)yes (with ACL)
              Categoriesyesyes
              Namespacesyesno
              Child pagesnono
              Backlinksyesyes
              Search-engine friendly titlesyesyes7
              Page cloningnoyes
              Page deletionyesyes (admin only)
              Page redirectionyesno
              Page inclusionnoyes
              Page renamingyesno
              Site-related features
              Recently viewed pagesnono
              Most popular pagesyesno
              Orphaned pagesyesyes
              Wanted pagesyesyes
              Page indexyesyes
              Search engineyesyes
              Print CSS (media="print")yesyes
              User-related features
              User registrationyesyes
              Password retrievalyesyes
              User preferencesyesyes
              Auto-signatureyesno
              I18n & l10n
              Localized interfaceyesno
              Unicode supportfulllimited
              Extras
              Calendarnoyes
              Feedback formsnoyes ({{feedback}} action)
              File attachmentsyesyes ({{files}} action)
              Site administration
              Referrer management/antispam?yes
              Site statisticsextensivebasic
              User listyesyes
              Installer?web-based wizard
              Upgrader?web-based wizard (from previous versions and from WakkaWiki)
              URL rewritingyesyes
              Notes:

              [1] PHP_Compat library from PEAR is required. This library doesn't need the PEAR core.

              [2] A limited set of HTML tags can be directly used in the source.

              [3] HTML can be safely embedded through SafeHTML in double-doublequotes, e.g. ""<sub>subscript</sub>"".

              [4] Advanced syntax highlighting in different languages through GeSHi.

              [5] FreeMind mindmaps can be either embedded or inline.

              [6] Changes can be broadcast to an external server through the WikiPing XML-RPC protocol.

              [7] The SmartTitle function allows HTML titles different from the pagename.

               



              Reviews & user feedback


              I was recently looking around at wiki scripts to run my own wiki-based projects. Naturally, the first script I looked at was the MediaWiki script used by Wikipedia. In fact, at the time, I already had in mind to use that script. It had not occurred to me that there might be any other script to use. After opening up the script to poke around, however, I realized that it was so horrible that not only was I dissuaded from using it without looking for other scripts, I was resolved that it would probably be better to write my own wiki script than to use the MediaWiki script (luckily, I didn’t have to, because Wikka is pretty good). The script is incredibly complex without needing to be so. There is no easy way to create plugins for the script, because they all require a full understanding of hundreds of lines of tangled code. But even this would be excuseable, since with script is designed for only one project and therefore doesn’t need to be easily modifiable for others to use. The greater problem comes from the fact that the code is so incredibly bloated. I feel sorry for the processor that has to run that code. And I’m not one to empathize with chunks of silicon and metal.

              I think WikkaWiki has some strong points, even compared to MediaWiki. To me, it’s a good balance between features and lightness. (davidm)
              David, I fully agree I installed WikkaWiki locally today and I have played with it some and it’s just what I was looking for. It has all the features that I wanted without feeling like it is bloated like MediaWiki can be at times (niloc)


              (LukaV)

              Thanks for the good work.



              CategoryComparison CategoryWikka
              There are 11 comments on this page. [Show comments]
              Valid XHTML :: Valid CSS: :: Powered by WikkaWiki