moved res locally, updated readme content, added screenshot
IF SOMEONE HAVE OTHER SOUNDS (spbyif, vrlrtw and znadfr), PLEASE CONTACT ME
Cette révision appartient à :
Parent
92aeb979a2
révision
8ca4196d8a
6 fichiers modifiés avec 12 ajouts et 19 suppressions
BIN
.gitea/aglaxe.png
Fichier normal
BIN
.gitea/aglaxe.png
Fichier normal
Fichier binaire non affiché.
Après Largeur: | Hauteur: | Taille: 564 Kio |
BIN
.gitea/golangirl.png
Fichier normal
BIN
.gitea/golangirl.png
Fichier normal
Fichier binaire non affiché.
Après Largeur: | Hauteur: | Taille: 18 Kio |
BIN
.gitea/screenshot.png
Fichier normal
BIN
.gitea/screenshot.png
Fichier normal
Fichier binaire non affiché.
Après Largeur: | Hauteur: | Taille: 1 Mio |
23
README.md
23
README.md
|
@ -1,22 +1,17 @@
|
||||||

|

|
||||||
|
|
||||||
# Nyaa replacement [](https://travis-ci.org/NyaaPantsu/nyaa) [](https://goreportcard.com/report/github.com/NyaaPantsu/nyaa) [](https://godoc.org/github.com/NyaaPantsu/nyaa)[](https://coveralls.io/github/NyaaPantsu/nyaa?branch=dev)
|
# Nyaa replacement
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
The aim of this project is to write a fully featured nyaa replacement in golang
|
The aim of this project was to write a fully featured nyaa replacement in golang
|
||||||
that anyone will be able to deploy locally or remotely.
|
that anyone will be able to deploy locally or remotely.
|
||||||
|
|
||||||
## [Roadmap](https://github.com/NyaaPantsu/nyaa/projects/2)
|
## Roadmap
|
||||||
As of August 17th the [trello board](https://trello.com/b/gMJBwoRq/nyaa-pantsu-cat-roadmap) has been moved to [GitHub Projects](https://github.com/NyaaPantsu/nyaa/projects/2)
|
RIP in piss.
|
||||||
|
|
||||||
The Roadmap will give you an overview of the features and tasks that the project are currently discussing, working on and have completed.
|
|
||||||
If you are looking for a feature that is not listed just make a GitHub Issue and it will get added to the trello board.
|
|
||||||
|
|
||||||
You can view the public GitHub Projects board [here](https://github.com/NyaaPantsu/nyaa/projects/2) or click on the "Roadmap".
|
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
* Golang 
|
* Golang 
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
All tested versions of Ubuntu fail to build, use a different OS or docker
|
All tested versions of Ubuntu fail to build, use a different OS or docker
|
||||||
|
@ -93,10 +88,8 @@ This project is licensed under the MIT License - see the LICENSE.md file for det
|
||||||
Use tabs for css and js files.
|
Use tabs for css and js files.
|
||||||
# Contributing to translation
|
# Contributing to translation
|
||||||
Please look at /translations/README.md
|
Please look at /translations/README.md
|
||||||
# IRC
|
|
||||||
#nyaapant<span>su@irc<span>.rizon.n</span>et</span>
|
|
||||||
|
|
||||||
#nyaapantsu-dev<span>@ir<span>c.rizon.n</span>et</span> (Serious buisness only)
|
|
||||||
|
|
||||||
# Disclaimer
|
# Disclaimer
|
||||||
We take no legal responsibility for anything this code is used for. This is purely an educational proof of concept.
|
We take no legal responsibility for anything this code is used for. This is purely an educational proof of concept.
|
||||||
|
|
||||||
|

|
||||||
|
|
BIN
public/snd/sewang.mp3
Fichier normal
BIN
public/snd/sewang.mp3
Fichier normal
Fichier binaire non affiché.
|
@ -60,19 +60,19 @@
|
||||||
{{ if MascotURL == "" }}
|
{{ if MascotURL == "" }}
|
||||||
{{ if Sukebei() }}
|
{{ if Sukebei() }}
|
||||||
<audio id="kawaii" hidden preload="none">
|
<audio id="kawaii" hidden preload="none">
|
||||||
<source src="https://a.doko.moe/spbyif.mp3" type="audio/mpeg">
|
<source src="/snd/spbyif.mp3" type="audio/mpeg">
|
||||||
</audio>
|
</audio>
|
||||||
{{else if Theme == "tomorrow" }}
|
{{else if Theme == "tomorrow" }}
|
||||||
<audio id="explosion" hidden preload="none">
|
<audio id="explosion" hidden preload="none">
|
||||||
<source src="https://a.doko.moe/vrlrtw.mp3" type="audio/mpeg">
|
<source src="/snd/vrlrtw.mp3" type="audio/mpeg">
|
||||||
</audio>
|
</audio>
|
||||||
{{ else if User.ID > 0}}
|
{{ else if User.ID > 0}}
|
||||||
<audio id="nyanpassu2" hidden preload="none">
|
<audio id="nyanpassu2" hidden preload="none">
|
||||||
<source src="https://a.doko.moe/znadfr.mp3" type="audio/mpeg">
|
<source src="/snd/znadfr.mp3" type="audio/mpeg">
|
||||||
</audio>
|
</audio>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<audio id="nyanpassu" hidden preload="none">
|
<audio id="nyanpassu" hidden preload="none">
|
||||||
<source src="https://a.doko.moe/sewang.mp3" type="audio/mpeg">
|
<source src="/snd/sewang.mp3" type="audio/mpeg">
|
||||||
</audio>
|
</audio>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Référencer dans un nouveau ticket