erged
Cette révision appartient à :
révision
11a6b72812
2 fichiers modifiés avec 14 ajouts et 6 suppressions
17
README.md
17
README.md
|
@ -7,16 +7,23 @@ that anyone will be able to deploy locally or remotely.
|
||||||
# Requirements
|
# Requirements
|
||||||
* Golang
|
* Golang
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
* Install golang
|
||||||
|
* go get github.com/ewhal/nyaa
|
||||||
|
* go build
|
||||||
|
* Download db
|
||||||
|
* place db in folder as "nyaa.d"
|
||||||
|
* ./nyaa
|
||||||
|
* go to localhost:9999
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
* RSS feeds
|
* RSS feeds(work in progress)
|
||||||
* status searching
|
* torrent sorting (work in progress)
|
||||||
* torrent sorting
|
|
||||||
* Merge 5th of april dump with animetosho dump
|
* Merge 5th of april dump with animetosho dump
|
||||||
* API improvement
|
* API improvement
|
||||||
* Site theme
|
* Site theme
|
||||||
* improve search by making it less strict and support non-english characters.
|
* improve search by making it less strict
|
||||||
* Torrent view and description page
|
* Torrent view and description page(work in progress)
|
||||||
* accounts?
|
* accounts?
|
||||||
* Adding new torrents
|
* Adding new torrents
|
||||||
* scraping
|
* scraping
|
||||||
|
|
|
@ -108,7 +108,8 @@
|
||||||
<td>{{.Name}}</td>
|
<td>{{.Name}}</td>
|
||||||
<td>{{.Hash}}</td>
|
<td>{{.Hash}}</td>
|
||||||
|
|
||||||
<td><a href="{{.Magnet}}" target="_blank" title="Magnet link" ><span class="glyphicon glyphicon-magnet" aria-hidden="true"></span></a>
|
|
||||||
|
<td><a href="{{.Magnet}}" title="Magnet link" ><span class="glyphicon glyphicon-magnet" aria-hidden="true"></span></a>
|
||||||
<a href="https://itorrents.org/torrent/{{.Hash}}.torrent" title="Torrent file"><span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span></a>
|
<a href="https://itorrents.org/torrent/{{.Hash}}.torrent" title="Torrent file"><span class="glyphicon glyphicon-floppy-save" aria-hidden="true"></span></a>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
Référencer dans un nouveau ticket