Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

moved res locally, updated readme content, added screenshot

IF SOMEONE HAVE OTHER SOUNDS (spbyif, vrlrtw and znadfr), PLEASE CONTACT ME
Cette révision appartient à :
Albirew 2022-05-07 21:13:56 +02:00
Parent 92aeb979a2
révision 8ca4196d8a
6 fichiers modifiés avec 12 ajouts et 19 suppressions

BIN
.gitea/aglaxe.png Fichier normal

Fichier binaire non affiché.

Après

Largeur:  |  Hauteur:  |  Taille: 564 KiB

BIN
.gitea/golangirl.png Fichier normal

Fichier binaire non affiché.

Après

Largeur:  |  Hauteur:  |  Taille: 18 KiB

BIN
.gitea/screenshot.png Fichier normal

Fichier binaire non affiché.

Après

Largeur:  |  Hauteur:  |  Taille: 1.0 MiB

Voir le fichier

@ -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 ## 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](http://i.imgur.com/UEdZpr4.png) * Golang ![golang](https://git.dess.ga/Albirew/nyaa-pantsu/raw/branch/dev/.gitea/golangirl.png)
# 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.
![screenshot~](https://git.dess.ga/Albirew/nyaa-pantsu/raw/branch/dev/.gitea/screenshot.png)

BIN
public/snd/sewang.mp3 Fichier normal

Fichier binaire non affiché.

Voir le fichier

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