Pepperminty Wiki vs. Foswiki

General Features Pepperminty Wiki Foswiki
Version
v0.24 (dev: v0.25-dev)
2.1.10
Last Release Date
2023-02-18 (3 years ago)
2025-12-18 (2 months ago)
Last Update here
2023-02-19 (3 years ago)
2025-12-18 (2 months ago)
Author
Starbeamrainbowlabs
Foswiki Community
URL
Free and Open Source
Yes
Yes
License
MPL-2.0
GPL
Programming Language
PHP
Perl
Data Storage
Files
Files, RCS
License Cost/ Fee
Free!
$0
Development status
Mature
Mature
Intended Audience
Small-Medium sized Wikis and Communities
Enterprise, Corporate, Business, Intranets, Personal use, Community building, Educational, Intranet, Extranet
System Requirements Pepperminty Wiki Foswiki
Operating System
Linux / Windows
Linux, Windows, OS-X and others
Root Access
No
No
Webserver
Anything PHP enabled
Apache, Lighttpd, Nginx, or any other supporting (F)CGI
Other Requirements
php-mbstring, php-imagick (for previews), php-fileinfo (for checking file uploads), php-intl (for unicode text normalization in the search index), `php-sqlite3` (for search index storage), and php-zip (for exporting)
RCS (optional), cron/scheduler, fgrep, egrep; Plugins may have additional dependencies
Datastorage Pepperminty Wiki Foswiki
Text Files
Yes
Yes
MySQL
No
No
PostgreSQL
No
No
Oracle
No
No
SQLite
No
No
BerkeleyDB
No
No
RCS
No
Yes
Other
n/a
caching of content into database using plugins
Security/Anti-Spam Pepperminty Wiki Foswiki
Page Permissions
Yes
Yes
ACL
No
Yes
Authentication Backends
None yet
Internal authentication; anything Apache supports such as LDAP, NIS, AD, Kerberos
Host Blocking
No
Plugin
Mail Encryption
Yes
Yes
nofollow
No
Yes
Blacklist
No
Plugin
CAPTCHA
No
Plugin
Delayed Indexing
Optional
Plugin
Development/Support Pepperminty Wiki Foswiki
# of Consultants
Preconfigured Hosting
No
Yes
Code Repository
Issue Tracker
Mailing List
Support Forum
Chat Channel
Stars on GitHub
207 ⭐
118 ⭐
Common Features Pepperminty Wiki Foswiki
Preview
Yes
Yes
Minor Changes
No
Yes
Change Summary
No
Yes
Page History
Yes
Yes
Page Revisions
Unlimited
Unlimited
Revision Diffs
No
Between all
Sitemap
Yes
Yes
Plugin System
Yes
Yes
Special Features Pepperminty Wiki Foswiki
Unicode Support
Yes
Yes
Right-to-Left Support
Unknown
No
Interface Languages
1
English
22
Bulgarian, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Italian, Japanese, Korean, Dutch, Norwegian, Polish, Portuguese, Brazilian Portuguese, Russian, Swedish, Ukrainian, Chinese, Chinese Traditional
Email notification
Yes
Yes
Comments
Threaded
Plugin
Categories
Plugin
Plugin
Namespaces
No
Yes
Conflict Handling
Conflict Detection
Page Locking
Concurrent Editing
No
No
Search
Full Text
Full Text
Wiki Farming
No
Plugin
Structured Data
Unknown
Yes
Links Pepperminty Wiki Foswiki
CamelCase
Unknown
Yes
Freelinks
Yes
Yes
Backlinks
No
Yes
InterWiki
Yes
Plugin
SisterWiki
No
Plugin
Image Links
Yes
Yes
Windows Shares
Yes
Plugin
Page Redirects
Yes
Plugin
Syntax Features Pepperminty Wiki Foswiki
HTML Tags
Optional
All
Math formulas
Optional
Plugin
Tables
simple
simple + complex
CREOLE support
No
Plugin
Markdown Support
Yes
Plugin
Textile Support
No
Plugin
BBCode Support
No
Plugin
Emoticon Images
No
Plugin
Syntax Highlighting
No
Plugin
Footnotes
Yes
Plugin
Quoting
Yes
Yes
Internal Comments
Yes
Yes
Custom styles
Yes
Yes
FAQ Tags
No
Yes
Scripting
Not yet, though template includes with parameters is a thing. Pull Requests welcome :-)
JavaScript; Topic Markup Language
Content Includes
Yes
Yes
Feed Aggregation
No
Plugin
Usability Pepperminty Wiki Foswiki
Section Editing
No
Plugin
Page Templates
Yes
Yes
Double-Click Edit
No
Plugin
Toolbar
No
Plugin
WYSIWYG Editing
No
Plugin
Access Keys
No
Yes
Auto Signature
No
Yes
Statistics Pepperminty Wiki Foswiki
Recent Changes
Yes
Yes
Wanted Pages
Yes
No
Orphaned Pages
Yes
Plugin
Most/Least Popular
No
Yes
Recent Visitors
No
Plugin
Analysis
Yes
Yes
Output Pepperminty Wiki Foswiki
Printer Friendly
Print View
Print View
Mobile Friendly
Yes
Yes
Themes & Skins
Yes
Yes
RSS Feeds
No
Yes
ATOM Feeds
Yes
Yes
Abbreviations
Unknown
Plugin
Auto-TOC
Yes
Yes
Raw Export
Yes
Yes
HTML Export
Yes
Yes
XML export
No
Plugin
PDF Export
No
Plugin
Office Export
No
Plugin
Media and Files Pepperminty Wiki Foswiki
File Attachments
Yes
Yes
Media Revisions
No
Yes
Embedded Flash
No
Plugin
Embedded Video
Yes
Plugin
Image Editing
No
Plugin
SVG Editing
No
Plugin
MindMap Editing
Plugin
Plugin
Media Search
Keywords
Contents
Extras Pepperminty Wiki Foswiki
Calendar
No
Plugin
Image Galleries
Yes
Plugin
Presentations
No
Plugin
Forums
No
Plugin
Blogs
No
Plugin
Ticket System
No
Plugin
Chat
Unknown
No
Syntax Examples Pepperminty Wiki Foswiki
Internal Link
[[Internal Link]]s
WikiWord autolink
Otherweb.WikiWord
[[Spaced text]]
[[WikiWord][label]]
External Link
![See the full syntax help here](https://starbeamrainbowlabs.com/labs/peppermint/build/index.php?action=help#20-parser-default)
External Link
http://foswiki.org/ autolink
[[http://foswiki.org/][label]]
Headlines
# Headline
---+ Level 1
---++ Level 2
---+++ Level 3
---++++ Level 4
---+++++ Level 5
---++++++ Level 6
Bold Format
**bold text**
*bold*
Italics Format
_italics_
_italic_
Underline Format
<u>underline</u>
Monospace Format
`code text`
=monospaced text= and
<verbatim>
multi line text
</verbatim>
Strikethrough Format
~~strikethough text~~
<strike>strikethrough</strike>
Superscript Format
sometext^superscript^
<sup>superscript</sup>
Subscript Format
sometext~subscript~
<sub>subscript</sub>
Images
![Alt text](http://example.com/path/to/image.png)
%ATTACHURL%/image.png
http://any.domain/image.png
%IMAGE{"image.png"}%
Aligning Text
Col1 | Col2 | Col3
-------|--------|-------
this  | is      | a
mark|down|table
| left |   center   |   right |
or HTML
or CSS
Text Indentation
> Blockquote
<blockquote>
multi line text
</blockquote>
Bulleted Lists
* Item A
* Item B
* Item C
* Item 1
* Item 1.1
* Item 2
Numbered Lists
1. A
2. B
3. C
1. Item 1
a. Item 1.a
1. Item 2
Definition Lists
$ Term: Definition
Horizontal Rule
-------
---
remove Pepperminty Wiki remove Foswiki