Jump to content

TWiki: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
TWiki is a Content Management System for the web implemented in [[Perl]] and targeted towards institutional users, it is unusual amongst the larger CMS's in that is uses plain text files rather than a database to store content. It can be a little fussy to get it working on OS/2 for the first time and was forked in 2008 to [[FosWiki]] which has seen much more rapid development than TWiki but maintains compatibility with all TWiki content.
TWiki is a Content Management System for the web implemented in [[Perl]] and targeted towards institutional users, it is unusual amongst the larger CMS's in that is uses plain text files rather than a database to store content. It can be a little fussy to get it working on OS/2 for the first time and was forked in 2008 to [[FosWiki]] which has seen much more rapid development than TWiki but maintains compatibility with all TWiki content.


====Text editors with TWiki support====
;Text editors with TWiki support
* [[jEdit]] - Java based editor - TWiki markup language syntax highlighting built in - Current
* [[jEdit]] - Java based editor - TWiki markup language syntax highlighting built in


==Version==
==Version==
* Latest version: TWiki-6.0.2 (2015-11-29)
* 6.0.2 (2015-11-29)
* 6.1.0 (2018-07-16)


;Prerequisites
;Prerequisites
Line 13: Line 14:
*chron or equivalent
*chron or equivalent
*[[Perl]] 5.x
*[[Perl]] 5.x
==License==
* Open source software released under the [[GPL v2]]


==Links==
==Links==
* [http://twiki.org TWiki homepage]
* [http://twiki.org TWiki homepage]


==License==
[[Category:Wiki software]][[Category:Open Source Software]][[Category:Software written in Perl]]
* Open source software released under the [[GPL v2]]
 
[[Category:CMS]][[Category:Open Source Software]][[Category:Software written in Perl]]

Latest revision as of 01:08, 13 June 2019

TWiki is a Content Management System for the web implemented in Perl and targeted towards institutional users, it is unusual amongst the larger CMS's in that is uses plain text files rather than a database to store content. It can be a little fussy to get it working on OS/2 for the first time and was forked in 2008 to FosWiki which has seen much more rapid development than TWiki but maintains compatibility with all TWiki content.

Text editors with TWiki support
  • jEdit - Java based editor - TWiki markup language syntax highlighting built in

Version

  • 6.0.2 (2015-11-29)
  • 6.1.0 (2018-07-16)
Prerequisites
  • Apache web server (Others are supported, just not as well)
  • GNU diff 2.7 or later
  • GNU grep or functional equivalent
  • chron or equivalent
  • Perl 5.x

License

  • Open source software released under the GPL v2

Links