leftypol/README.md

13 lines
856 B
Markdown
Raw Normal View History

2012-03-14 09:00:57 +00:00
# Tinyboard Tools
2012-03-14 19:22:14 +00:00
This repository is a collection of management scripts, javascript addons, stylesheets, and miscellaneous tools for [Tinyboard](http://github.com/savetheinternet/Tinyboard).
2012-03-14 09:00:57 +00:00
## Directories
* ```tools/``` -- Command-line management scripts for Tinyboard. These should not be publicly executable.
* ```stylesheets/``` -- Additional stylesheets for Tinyboard, mainly user contributions.
* ```js/``` -- Useful Javascript addons for Tinyboard, such as "quick reply" and client-side "forced anonymous". Most of these can be included using ```$config['additional_javascript']```.
2012-03-14 13:44:06 +00:00
* ```migration/``` -- Database migration scripts for other imageboards.
2012-03-14 09:00:57 +00:00
## License
The contents of this repository are licensed under the terms of [Tinyboard's license](https://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md) unless stated otherwise.
2012-03-14 19:22:14 +00:00