Category:ProWiki: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(add link to ProWiki farm)
(|source code URL, CGI > Common Gateway Interface)
Line 1: Line 1:
{{Wiki Engine <!--see 'Template:Wiki Engine' for full detail-->
{{Wiki Engine <!--see 'Template:Wiki Engine' for full detail and hidden help advice-->
|name            = ProWiki
|name            = ProWiki
|URL              = http://ProWiki.org
|URL              = http://ProWiki.org
Line 7: Line 7:
|about URL        = http://ProWiki.org/prowiki/wiki.cgi?WhyProWiki
|about URL        = http://ProWiki.org/prowiki/wiki.cgi?WhyProWiki
|documentation URL= http://ProWiki.org/prowiki/wiki.cgi?OnlineReference
|documentation URL= http://ProWiki.org/prowiki/wiki.cgi?OnlineReference
|source code URL  = https://SourceForge.net/projects/prowiki/
|maintopic        = Wiki Engine<!--leave this as is, it can not be over-ridden-->
|maintopic        = Wiki Engine<!--leave this as is, it can not be over-ridden-->
|founder          = [[HelmutLeitner|Helmut Leitner]] <small>(founder)</small><!--wiki engine founder & other position(s)-->
|founder          = [[HelmutLeitner|Helmut Leitner]] <small>(founder)</small><!--wiki engine founder & other position(s)-->
Line 16: Line 17:
}}{{WikiTourBus|103|url=http://www.ProWiki.org/prowiki/wiki.cgi?TourBusStop}}
}}{{WikiTourBus|103|url=http://www.ProWiki.org/prowiki/wiki.cgi?TourBusStop}}
{{For|the ProWiki wiki farm|Category:ProWiki (farm)}}{{For|the community help wiki for ProWiki users|ProWikiCenter}}
{{For|the ProWiki wiki farm|Category:ProWiki (farm)}}{{For|the community help wiki for ProWiki users|ProWikiCenter}}
'''ProWiki''' development started in {{tag|FoundedIn2001|2001}} by [[HelmutLeitner|Helmut Leitner]] as a {{tag|fork}} from {{tag|UseMod Wiki}}, and since then it is used for [[wiki community]] projects at [[WikiServiceAt|WikiService.at]].  ProWiki became {{tag|open source}} software, and  {{tag|GNU General Public License}} (GPL'ed) in March 2006, to make it even more widely available.  ProWiki is Perl software that is called through {{tag|CGI}} (common gateway interface) by {{tag|Apache}} or similar web server software.  The process delivers web pages to clients, answering corresponding HTTP requests.  [[User]]s interact with wiki through their favourite web [[:Category:Browser|browsers]].
'''ProWiki''' development started in {{tag|FoundedIn2001|2001}} by [[HelmutLeitner|Helmut Leitner]] as a {{tag|fork}} from {{tag|UseMod Wiki}}, and since then it is used for [[wiki community]] projects at [[WikiServiceAt|WikiService.at]].  ProWiki became {{tag|open source}} software, and  {{tag|GNU General Public License}} (GPL'ed) in March 2006, to make it even more widely available.  ProWiki is {{tag|Perl}} software that is called through {{tag|Common Gateway Interface}} (CGI) by {{tag|Apache}} or similar web server software.  The process delivers web pages to clients, answering corresponding HTTP requests.  [[User]]s interact with wiki site through their favourite web [[:Category:Browser|browsers]].
*The file system is used to keep all data, no database is necessary;
*The file system is used to keep all data, no database is necessary;
*[http://www.ProWiki.org/prowiki/wiki.cgi?RevisionControlSystem RCS] is used for page revisions (can be turned off, but this is not recommended);
*[http://www.ProWiki.org/prowiki/wiki.cgi?RevisionControlSystem RCS] is used for page revisions (can be turned off, but this is not recommended);
Line 23: Line 24:
Having a virtual server or a root server (LAMP) and administrative access (SSH), you need not worry about requirements.  ProWiki is written with performance in mind.  An old 1000&nbsp;MHz / 256&nbsp;MB PC can handle a hundred wiki systems and 3-5&nbsp;million page requests per month easily.
Having a virtual server or a root server (LAMP) and administrative access (SSH), you need not worry about requirements.  ProWiki is written with performance in mind.  An old 1000&nbsp;MHz / 256&nbsp;MB PC can handle a hundred wiki systems and 3-5&nbsp;million page requests per month easily.


Having a simple web-space, your are probably out of luck because you probably can't handle access rights and Apache configuration.  Often there are additional restrictions with respect to available memory for program execution or bandwidth, so it is not really worth the effort to try.
Having a simple web-space, your are probably out of luck because you probably can't handle access rights and Apache configuration.  Often there are additional restrictions with respect to available memory for programme execution or bandwidth, so it is not really worth the effort to try.


Of course you can install ProWiki independently from the internet, e.g. locally on your PC for personal information management or on an intranet server as a communication platform for your organisation.  Installation procedures do not change for these applications.
Of course you can install ProWiki independently from the internet, e.g. locally on your PC for personal information management or on an intranet server as a communication platform for your organisation.  Installation procedures do not change for these applications.
Line 32: Line 33:
*a consistent and extendible architecture grown in a long non-GPL development period
*a consistent and extendible architecture grown in a long non-GPL development period
*a dedication to support active elements and editable active content (like [[:Category:Flash|Flash]], [[:Category:SVG|SVG]], [[:Category:Java|Java]]) through the wiki interface
*a dedication to support active elements and editable active content (like [[:Category:Flash|Flash]], [[:Category:SVG|SVG]], [[:Category:Java|Java]]) through the wiki interface
*the ability to host, support and moderate many wikis at multiple servers by cross-wiki abilities
*the ability to host, support, and moderate many wiki sites at multiple servers by cross-wiki abilities
*multilingual interface languages, available in {{tag|Wiki English|English}}, {{tag|Wiki French|French}}, {{tag|Wiki German|German}}, {{tag|Wiki Hungarian|Hungarian}}, {{tag|Wiki Russian|Russian}}, and {{tag|Wiki Spanish|Spanish}}
*multilingual interface languages, available in {{tag|Wiki English|English}}, {{tag|Wiki French|French}}, {{tag|Wiki German|German}}, {{tag|Wiki Hungarian|Hungarian}}, {{tag|Wiki Russian|Russian}}, and {{tag|Wiki Spanish|Spanish}}
;''External links
;''External links

Revision as of 22:37, 16 July 2022

Template:Wiki Engine

WikiTourBus

visit stop 
103
For the ProWiki wiki farm, see: Category:ProWiki (farm).
For the community help wiki for ProWiki users, see: ProWikiCenter.

ProWiki development started in 2001 by Helmut Leitner as a fork from UseMod Wiki, and since then it is used for wiki community projects at WikiService.at. ProWiki became open source software, and GNU General Public License (GPL'ed) in March 2006, to make it even more widely available. ProWiki is Perl software that is called through Common Gateway Interface (CGI) by Apache or similar web server software. The process delivers web pages to clients, answering corresponding HTTP requests. Users interact with wiki site through their favourite web browsers.

  • The file system is used to keep all data, no database is necessary;
  • RCS is used for page revisions (can be turned off, but this is not recommended);
  • The crontab subsystem is used to schedule processes (optional);
  • The sendmail interface is used to send e-mail notifications (optional).

Having a virtual server or a root server (LAMP) and administrative access (SSH), you need not worry about requirements. ProWiki is written with performance in mind. An old 1000 MHz / 256 MB PC can handle a hundred wiki systems and 3-5 million page requests per month easily.

Having a simple web-space, your are probably out of luck because you probably can't handle access rights and Apache configuration. Often there are additional restrictions with respect to available memory for programme execution or bandwidth, so it is not really worth the effort to try.

Of course you can install ProWiki independently from the internet, e.g. locally on your PC for personal information management or on an intranet server as a communication platform for your organisation. Installation procedures do not change for these applications.

Strengths of the ProWiki engine
  • CamelCase and underline_linking link creation, but crucially not wikilinks
  • flexible wiki engine specialised for individual communities and application needs
  • a consistent and extendible architecture grown in a long non-GPL development period
  • a dedication to support active elements and editable active content (like Flash, SVG, Java) through the wiki interface
  • the ability to host, support, and moderate many wiki sites at multiple servers by cross-wiki abilities
  • multilingual interface languages, available in English, French, German, Hungarian, Russian, and Spanish
External links

Template:WikiEngineFeatures

Note: the above quotes are attributable to Helmut Leitner[1]


The following wiki sites are powered by the ProWiki wiki engine.