summaryrefslogtreecommitdiff
path: root/docs/getting-started.md
AgeCommit message (Collapse)AuthorFilesLines
2023-02-05WIP improving the docsSimon Wisselink1-19/+17
2022-11-22PHP8.2 compatibility (#775)Progi19841-1/+1
* PHP8.2 compatibility * PHP8.2 compatibility : Fixed unit tests * PHP8.2 compatibility : Replace ENT_COMPAT by ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 * PHP8.2 compatibility : Remove deprecated utf8_decode * PHP8.2 compatibility : Remove HTML-ENTITIES parameter * Removed some unused code for clarity, updated the changelog. * More concise escape implementation and unit test to cover both modifierplugin and modifiercompiler. * Fix htmlall unescape of quotes without mbstring too Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl>
2022-01-21Create getting-started.mdThomas1-1/+1
2021-12-03Improve the documentation, bringing it up to date with PHP7/8 and Smarty 4 ↵Simon Wisselink1-351/+103
and providing a more logical introduction and getting started experience.
2021-12-03Feature/add docs (#689)Simon Wisselink1-0/+417
* Add converted docs repo * Set theme jekyll-theme-minimal * Removed BC docs, added TOC * Added TOCs, rewrote most important links in documentation. Linked README to new Github Pages site * some link fixes