aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/textprocessors.php
Commit message (Collapse)AuthorAge
* Refactor textprocessorsLaria Carolin Chabowski2020-09-25
| | | | | They are now managed by TextprocessorRepository and are instances of Textprocessor. This replaces the global $textprocessors variable.
* Get php-markdown via composerLaria Carolin Chabowski2020-09-22
|
* Automatic code formattingLaria Carolin Chabowski2020-04-26
|
* Some simple code formattingLaria Carolin Chabowski2020-04-26
| | | | | | - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags
* Expand tabs and remove trailing whitespaceLaria Carolin Chabowski2020-04-26
|
* Improved documentation.Kevin Chabowski2012-01-13
| | | | | | * languages.php is now documented. * Docu of textprocessors.php improved, now fits better in the NaturalDocs generated menu.
* UNTESTED: Plugin API finished.Kevin Chabowski2011-12-07
|
* Backend, frontend and 404 handlers partially implemented.Kevin Chabowski2011-10-05
* Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php