* Fix Api documetation
Fix#1682
* Remove unused SubCategory field from struct TorrentRequest
* Change `category` argument in documentation to correct `c` (same key as the one in Search)
* Apidoc generation
* Remove SubCategory from template_test's torrentValidator
* Update template_test.go
* API documentation
Using apiDocjs to generate it.
When updating API, you should back up all old comments of the api in _apidoc.json under the History comment
* Update rss handler
* API documentation done