Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
Lietzu 2017-05-04 18:53:53 -04:00
révision 11a6b72812
2 fichiers modifiés avec 14 ajouts et 6 suppressions

Voir le fichier

@ -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

Voir le fichier

@ -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>