| General Features | alphawiki |
|---|---|
| Version |
v.20160608
|
| Last Release Date |
2016-08-06 (9 years ago)
|
| Last Update here |
2016-09-10 (9 years ago)
|
| Author |
marty alain
|
| URL | |
| Free and Open Source |
Yes
|
| License |
GNU-GPL
|
| Programming Language |
PHP+Javascript
|
| Data Storage |
Files
|
| License Cost/ Fee |
0
|
| Development status |
Mature
|
| Intended Audience |
private users, small teams
|
| System Requirements | alphawiki |
| Operating System |
probably every OS
|
| Root Access |
Yes
|
| Webserver |
Apache with PHP support
|
| Other Requirements | |
| Datastorage | alphawiki |
| Text Files |
Yes
|
| MySQL |
No
|
| PostgreSQL |
No
|
| Oracle |
No
|
| SQLite |
No
|
| BerkeleyDB |
No
|
| RCS |
No
|
| Other |
None
|
| Security/Anti-Spam | alphawiki |
| Page Permissions |
Yes
|
| ACL |
Yes
|
| Authentication Backends |
No
|
| Host Blocking |
No
|
| Mail Encryption |
No
|
| nofollow |
No
|
| Blacklist |
No
|
| CAPTCHA |
No
|
| Delayed Indexing |
No
|
| Development/Support | alphawiki |
| # of Consultants | |
| Preconfigured Hosting |
No
|
| Code Repository | |
| Issue Tracker | |
| Mailing List | |
| Support Forum | |
| Chat Channel | |
| Stars on GitHub |
N/A
|
| Common Features | alphawiki |
| Preview |
Yes
|
| Minor Changes |
Yes
|
| Change Summary |
No
|
| Page History |
Yes
|
| Page Revisions |
Unlimited
|
| Revision Diffs |
No
|
| Sitemap |
Yes
|
| Plugin System |
Yes
|
| Special Features | alphawiki |
| Unicode Support |
Yes
|
| Right-to-Left Support |
Unknown
|
| Interface Languages |
1
English |
| Email notification |
No
|
| Comments |
Discussion Pages
|
| Categories |
Unknown
|
| Namespaces |
Optional
|
| Conflict Handling |
Conflict Resolution
|
| Concurrent Editing |
Unknown
|
| Search |
Full Text
|
| Wiki Farming |
No
|
| Structured Data |
Unknown
|
| Links | alphawiki |
| CamelCase |
No
|
| Freelinks |
Yes
|
| Backlinks |
No
|
| InterWiki |
No
|
| SisterWiki |
No
|
| Image Links |
Yes
|
| Windows Shares |
No
|
| Page Redirects |
No
|
| Syntax Features | alphawiki |
| HTML Tags |
Optional
|
| Math formulas |
Yes
|
| Tables |
simple + complex
|
| CREOLE support |
No
|
| Markdown Support |
No
|
| Textile Support |
No
|
| BBCode Support |
No
|
| Emoticon Images |
No
|
| Syntax Highlighting |
No
|
| Footnotes |
Yes
|
| Quoting |
No
|
| Internal Comments |
Yes
|
| Custom styles |
Yes
|
| FAQ Tags |
Unknown
|
| Scripting |
lambdatalk, lambdalisp,javascript
|
| Content Includes |
Yes
|
| Feed Aggregation |
No
|
| Usability | alphawiki |
| Section Editing |
Optional
|
| Page Templates |
Yes
|
| Double-Click Edit |
No
|
| Toolbar |
No
|
| WYSIWYG Editing |
Yes
|
| Access Keys |
Optional
|
| Auto Signature |
Optional
|
| Statistics | alphawiki |
| Recent Changes |
Yes
|
| Wanted Pages |
No
|
| Orphaned Pages |
No
|
| Most/Least Popular |
No
|
| Recent Visitors |
Yes
|
| Analysis |
No
|
| Output | alphawiki |
| Printer Friendly |
Print CSS
|
| Mobile Friendly |
Yes
|
| Themes & Skins |
Yes
|
| RSS Feeds |
No
|
| ATOM Feeds |
No
|
| Abbreviations |
Optional
|
| Auto-TOC |
Yes
|
| Raw Export |
Optional
|
| HTML Export |
Optional
|
| XML export |
No
|
| PDF Export |
No
|
| Office Export |
Unknown
|
| Media and Files | alphawiki |
| File Attachments |
Yes
|
| Media Revisions |
No
|
| Embedded Flash |
Yes
|
| Embedded Video |
Yes
|
| Image Editing |
No
|
| SVG Editing |
Yes
|
| MindMap Editing |
No
|
| Media Search |
No
|
| Extras | alphawiki |
| Calendar |
Optional
|
| Image Galleries |
Yes
|
| Presentations |
Unknown
|
| Forums |
Yes
|
| Blogs |
Optional
|
| Ticket System |
No
|
| Chat |
Unknown
|
| Syntax Examples | alphawiki |
| Internal Link |
1) standard syntax :
{a {@ href="?view=pixar"}pixar}
2) alternate wiki form :
[[pixar]] |
| External Link |
1) standard syntax :
{a {@ href="http://www.pixar.com/"}pixar}
2) alternate wiki form :
[[pixar|http://www.pixar.com/]] |
| Headlines |
1) standard syntax :
{h1 TITLE} from 1 to 6
2) alternate form :
_h1 TITLE (until end of line) |
| Bold Format |
{b I am bold} |
| Italics Format |
{i I am italic} |
| Underline Format |
{u I am underline} |
| Monospace Format |
{pre I am monospace and preformated} |
| Strikethrough Format |
{del I am line-through}
|
| Superscript Format |
E = mc{sup 2} |
| Subscript Format |
Vector low indiced : V{sub i}
Vector high indiced: V{sup i}
Tensor : T{sub i}{sup j} |
| Images |
1) static image, simple :
{img {@ src="data/image.jpg"}}
2) static image, complete :
{img
{@ src="data/image.jpg"
height="200"
title="infotext"
}}
3) click_enlarging image :
{show
{@ src="data/image.jpg"
height="200"
width="400"
title="infotext"
}}
|
| Aligning Text |
{center I am centered}
|
| Text Indentation |
{p I am an indented paragraph.}
|
| Bulleted Lists |
1) standard :
{ul
{li item 1}
{li item 2}
}
2) alternative :
_ul item 1
_ul item 2
|
| Numbered Lists |
1) standard :
{ol
{li item 1}
{li item 2}
}
2) alternative :
_ol item 1
_ol item 2 |
| Definition Lists |
{dl
{dt one}
{dd definition 1}
{dt two}
{dd definition 2}
} |
| Horizontal Rule |
{hr} |
| remove alphawiki |