You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
0 commit comments