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 @@
|
|||
![nyanpasu~](https://my.mixtape.moe/aglaxe.png)
|
||||
![nyanpasu~](https://git.dess.ga/Albirew/nyaa-pantsu/raw/branch/dev/.gitea/aglaxe.png)
|
||||
|
||||
# Nyaa replacement [![Build Status](https://travis-ci.org/NyaaPantsu/nyaa.svg?branch=master)](https://travis-ci.org/NyaaPantsu/nyaa) [![Go Report Card](https://goreportcard.com/badge/github.com/NyaaPantsu/nyaa)](https://goreportcard.com/report/github.com/NyaaPantsu/nyaa) [![GoDoc](https://godoc.org/github.com/NyaaPantsu/nyaa?status.svg)](https://godoc.org/github.com/NyaaPantsu/nyaa)[![Coverage Status](https://coveralls.io/repos/github/NyaaPantsu/nyaa/badge.svg?branch=dev)](https://coveralls.io/github/NyaaPantsu/nyaa?branch=dev)
|
||||
# Nyaa replacement
|
||||
|
||||
## 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.
|
||||
|
||||
## [Roadmap](https://github.com/NyaaPantsu/nyaa/projects/2)
|
||||
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)
|
||||
|
||||
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".
|
||||
## Roadmap
|
||||
RIP in piss.
|
||||
|
||||
# Requirements
|
||||
|
||||
* Golang ![golang](http://i.imgur.com/UEdZpr4.png)
|
||||
* Golang ![golang](https://git.dess.ga/Albirew/nyaa-pantsu/raw/branch/dev/.gitea/golangirl.png)
|
||||
|
||||
# Installation
|
||||
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.
|
||||
# Contributing to translation
|
||||
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
|
||||
We take no legal responsibility for anything this code is used for. This is purely an educational proof of concept.
|
||||
|
||||
![screenshot~](https://git.dess.ga/Albirew/nyaa-pantsu/raw/branch/dev/.gitea/screenshot.png)
|
||||
|
|
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 Sukebei() }}
|
||||
<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>
|
||||
{{else if Theme == "tomorrow" }}
|
||||
<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>
|
||||
{{ else if User.ID > 0}}
|
||||
<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>
|
||||
{{ else }}
|
||||
<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>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
Référencer dans un nouveau ticket