This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
gosora
Watch
1
Star
0
Fork
You've already forked gosora
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c4e109adb7
gosora
/
templates
/
page.html
1 line
86 B
HTML
Raw
Normal View
History
Unescape
Escape
Added the BBCode plugin. Restructured the plugin system. Multiple plugins can bind to the same hook now (not available for variadic hooks yet!) The parser is now benchmarked. The bench_round4 is run with both plugin_markdown and plugin_bbcode enabled. Added a benchmark for the BBCode plugin. Moved some of the template writing logic into a more generalised function. URLs are now recognised by the system and linked. Converted more custom errors into LocalError calls. Faster and less bandwidth intensive Emojis on Edge. Fixed a bug with replies not working.
2017-01-05 14:41:14 +00:00
{{template "header.html" . }}{{template "$page_name" . }}{{template "footer.html" . }}