9 Commits

Author SHA1 Message Date
Simon Wisselink
8492bf5c61 Docs on caching 2023-08-07 00:14:54 +02:00
Simon Wisselink
7a323b7345 Update code examples to use Smarty\Smarty and autoload instead of require_once calls and new Smarty 2023-02-06 15:18:47 +01:00
Simon Wisselink
833ba57d42 WIP improving the docs 2023-02-06 14:53:25 +01:00
Simon Wisselink
e6360694bf Add mkdocs for docs 2023-02-03 17:54:00 +01:00
Simon Wisselink
4d66910e7f Entire src dir now PSR-4 compatible 2022-12-22 22:38:37 +01:00
Progi1984
c016895166 PHP8.2 compatibility (#775)
* 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-11-22 21:22:57 +01:00
Thomas
0f098802c6 Create getting-started.md 2022-01-21 17:55:23 +01:00
Simon Wisselink
cb5efd04c3 Improve the documentation, bringing it up to date with PHP7/8 and Smarty 4 and providing
a more logical introduction and getting started experience.
2021-12-03 16:51:08 +01:00
Simon Wisselink
428a701b18 Feature/add docs (#689)
* 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
2021-12-03 11:59:22 +01:00