added links to appndixes, removed unuseful old appendixes

This commit is contained in:
Simon Wisselink
2021-12-03 12:18:46 +01:00
parent 6983788dfb
commit 3a91df797e
3 changed files with 5 additions and 21 deletions

View File

@@ -1,5 +0,0 @@
BUGS
====
Check the `BUGS` file that comes with the latest distribution of Smarty,
or check the website.

View File

@@ -1,15 +0,0 @@
Resources {#inforesources}
=========
Smarty\'s homepage is located at [URL.SMARTY](&url.smarty;)
- You can join the mailing list by sending an e-mail to ``. An archive
of the mailing list can be viewed at [here](&url.ml.archive;)
- Forums are at [URL.FORUMS](&url.forums;)
- The wiki is located at [URL.WIKI](&url.wiki;)
- Join the chat at [irc.freenode.net\#smarty](&url.wiki;)
- FAQ\'s are [here](&url.faq_1;) and [here](&url.faq_2;)

View File

@@ -25,3 +25,7 @@ Smarty is a template engine for PHP, facilitating the separation of presentation
- [Resources](./programmers/resources.md) - [Resources](./programmers/resources.md)
- [Advanced Features](./programmers/advanced-features.md) - [Advanced Features](./programmers/advanced-features.md)
- [Extending Smarty With Plugins](./programmers/plugins.md) - [Extending Smarty With Plugins](./programmers/plugins.md)
## Other
- Some random [tips & tricks](./appendixes/tips.md)
- [Troubleshooting](./appendixes/troubleshooting.md)