diff --git a/css/style.css b/css/style.css index 6d0df490..65dd20d0 100644 --- a/css/style.css +++ b/css/style.css @@ -88,7 +88,12 @@ a { white-space: nowrap; } -/* Styling/fixes for the table: */ +.comment-row td:first-of-type { + vertical-align: top; + text-align: right; +} + +/* Table style & fixes */ .table > tbody > tr > td { /* fix bootstrap uglyness */ vertical-align: middle; @@ -106,6 +111,10 @@ tr.torrent-info td.date { opacity: 0.82; } +.comment-row { + border-top: 1px solid #ddd; +} + div.container div.blockBody:nth-of-type(2) table{table-layout:fixed;} div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:first-of-type, div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(5){width:10%;} div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(3){width:15%;} diff --git a/templates/FAQ.html b/templates/FAQ.html index f7403c6c..aa1e01b9 100644 --- a/templates/FAQ.html +++ b/templates/FAQ.html @@ -2,7 +2,7 @@ {{define "content"}}
-

NOTICE: KEEP SEEDING YOU RETARD

+

NOTICE: KEEP SEEDING AND ENABLE DHT YOU RETARD

Official Nyaapocalypse FAQ


@@ -15,7 +15,7 @@ @@ -30,8 +30,8 @@

How are we recovering?

The aforementioned databases are being hosted at nyaa.pantsu.cat and sukebei.pantsu.cat. There is a search function, and (almost) full nyaa functionality should be coming soon. - Unfortunately, due to the lack of a tracker and no plans to make one, - seeder/leecher statistics will not be restored.

+ Seeder/leecher statistics are possible via scraping and might be restored somewhen in the future, + since other feature take priority right now.

Are the torrents still working?

Even if the trackers are down, seeders are still connected to the decentralized DHT network. @@ -40,8 +40,8 @@

How do I download the torrents?

Just use the magnet link. The magnet link will used by your BitTorrent client to look up the file on the DHT network and it should download just fine.

-

If your magnet link starts with "magnet:magnet:", delete the first "magnet:". It should look like: - magnet:?xt=urn:btih:[hash]&dn=[name]&tr=[tracker]&tr=[...]

+

The magnet link should look like this: + magnet:?xt=urn:btih:[hash]&dn=[name]&tr=[tracker]&tr=[...]

How can I help?

If you have website development expertise, you can join the #nyaapantsu IRC channel on irc.rizon.net. @@ -50,6 +50,9 @@

Your design sucks / I found a bug

https://github.com/ewhal/nyaa/issues.

+

Why is your shit written in Go?

+

It's the authors favorite programming language.

+

nyaa.pantsu.cat and sukebei.pantsu.cat do not host any files.

diff --git a/templates/view.html b/templates/view.html index c8c50ab8..4fd9eac7 100644 --- a/templates/view.html +++ b/templates/view.html @@ -34,16 +34,17 @@ Description {{.Description}} + Comments - {{ range .Comments }} - - {{.Un}} - {{.C}} - - {{end}} + - + {{ range .Comments }} + + {{.Un}} + {{.C}} + + {{end}} {{end}}