Skip to content

Commit f45edde

Browse files
authored
Create README.md
1 parent 9b1179e commit f45edde

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# horde/Text_Wiki - A Modernized Fork of pear/Text_Wiki and related modules
2+
3+
This library parses various styles of Wiki markup and renders them to HTML, plain text, tex and other viewing/printing formats. Its prime usage in Horde is driving the Wicked wiki application.
4+
5+
## Heritage and conversion approach
6+
7+
This is a spinoff of pear/text_wiki and its subclasses
8+
- pear/text_wiki_tiki
9+
- pear/text_wiki_mediawiki
10+
- pear/text_wiki_creole
11+
- pear/text_wiki_doku
12+
- pear/text_wiki_docbook
13+
- pear/text_wiki_cowiki
14+
- pear/text_wiki_bbcode
15+
16+
The master branch contains Jan Schneider's original preservation-oriented fork from mid 2010s.
17+
FRAMEWORK_6_0 tries to port to namespaces, PSR-4 and PHP-8 native equivalents of pearisms and artifacts of PHP 4 era heritage
18+
19+
- PEAR_Exception is substituted by PHP 8's native exception tree.
20+
- Integration with Horde's own exception tree or helper class ecosystem is avoided.
21+
- The class hierarchy is still very much inheritance oriented. Properties thus tend to be protected rather than private and in many cases even public. This might change in later major versions.
22+

0 commit comments

Comments
 (0)