mirror of
https://github.com/YunoHost-Apps/simple-hash-generator_ynh.git
synced 2024-09-03 20:25:54 +02:00
commit
8163ec6683
5 changed files with 30 additions and 57 deletions
28
README.md
28
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Simple-Hash-Generator for YunoHost
|
# Simple-Hash-Generator for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/simple-hash-generator)  
|
[](https://dash.yunohost.org/appci/app/simple-hash-generator)  
|
||||||
[](https://install-app.yunohost.org/?app=simple-hash-generator)
|
[](https://install-app.yunohost.org/?app=simple-hash-generator)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -18,44 +18,34 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
A simple hash generator utilizing a collection of popular and useful hash functions
|
A simple hash generator utilizing a collection of popular and useful hash functions
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh1
|
**Shipped version:** 1.0~ynh2
|
||||||
|
|
||||||
**Demo:** https://prizz.github.io/Simple-Hash-Generator/
|
**Demo:** https://prizz.github.io/Simple-Hash-Generator/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
# Disclaimer
|
|
||||||
|
|
||||||
All hashing is done directly in the browser. Your data is not sent to any server, ever. If you are skeptical, which I respect, I recommend [downloading the latest release here](https://github.com/pRizz/Simple-Hash-Generator/releases), turning off your internet, unzip the release, open index.html, check out the network debugger, and see that hashing still works. Or if you are a developer, you can audit the [source code here](https://github.com/pRizz/Simple-Hash-Generator).
|
All hashing is done directly in the browser. Your data is not sent to any server, ever. If you are skeptical, which I respect, I recommend [downloading the latest release here](https://github.com/pRizz/Simple-Hash-Generator/releases), turning off your internet, unzip the release, open index.html, check out the network debugger, and see that hashing still works. Or if you are a developer, you can audit the [source code here](https://github.com/pRizz/Simple-Hash-Generator).
|
||||||
|
|
||||||
# About the Author
|
|
||||||
|
|
||||||
This project was originally created by Peter Ryszkiewicz ([pRizz@GitHub](https://github.com/pRizz)), software engineer in Chicago, IL.
|
|
||||||
|
|
||||||
# About the Project
|
|
||||||
|
|
||||||
This project is hosted on GitHub at https://github.com/pRizz/Simple-Hash-Generator under the MIT license.
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://prizz.github.io/Simple-Hash-Generator/
|
* Upstream app code repository: <https://github.com/pRizz/Simple-Hash-Generator>
|
||||||
* Upstream app code repository: https://github.com/pRizz/Simple-Hash-Generator
|
* YunoHost documentation for this app: <https://yunohost.org/app_simple-hash-generator>
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_simple-hash-generator
|
* Report a bug: <https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade simple-hash-generator -u https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
sudo yunohost app upgrade simple-hash-generator -u https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
42
README_fr.md
42
README_fr.md
|
@ -1,57 +1,51 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Simple-Hash-Generator pour YunoHost
|
# Simple-Hash-Generator pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/simple-hash-generator)  
|
[](https://dash.yunohost.org/appci/app/simple-hash-generator)  
|
||||||
[](https://install-app.yunohost.org/?app=simple-hash-generator)
|
[](https://install-app.yunohost.org/?app=simple-hash-generator)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Simple-Hash-Generator rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Simple-Hash-Generator rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
A simple hash generator utilizing a collection of popular and useful hash functions
|
A simple hash generator utilizing a collection of popular and useful hash functions
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh1
|
**Version incluse :** 1.0~ynh2
|
||||||
|
|
||||||
**Démo :** https://prizz.github.io/Simple-Hash-Generator/
|
**Démo :** https://prizz.github.io/Simple-Hash-Generator/
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
# Disclaimer
|
|
||||||
|
|
||||||
All hashing is done directly in the browser. Your data is not sent to any server, ever. If you are skeptical, which I respect, I recommend [downloading the latest release here](https://github.com/pRizz/Simple-Hash-Generator/releases), turning off your internet, unzip the release, open index.html, check out the network debugger, and see that hashing still works. Or if you are a developer, you can audit the [source code here](https://github.com/pRizz/Simple-Hash-Generator).
|
All hashing is done directly in the browser. Your data is not sent to any server, ever. If you are skeptical, which I respect, I recommend [downloading the latest release here](https://github.com/pRizz/Simple-Hash-Generator/releases), turning off your internet, unzip the release, open index.html, check out the network debugger, and see that hashing still works. Or if you are a developer, you can audit the [source code here](https://github.com/pRizz/Simple-Hash-Generator).
|
||||||
|
|
||||||
# About the Author
|
|
||||||
|
|
||||||
This project was originally created by Peter Ryszkiewicz ([pRizz@GitHub](https://github.com/pRizz)), software engineer in Chicago, IL.
|
|
||||||
|
|
||||||
# About the Project
|
|
||||||
|
|
||||||
This project is hosted on GitHub at https://github.com/pRizz/Simple-Hash-Generator under the MIT license.
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://prizz.github.io/Simple-Hash-Generator/
|
* Dépôt de code officiel de l’app : <https://github.com/pRizz/Simple-Hash-Generator>
|
||||||
* Dépôt de code officiel de l'app : https://github.com/pRizz/Simple-Hash-Generator
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_simple-hash-generator>
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_simple-hash-generator
|
* Signaler un bug : <https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/simple-hash-generator_ynh/issues
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade simple-hash-generator -u https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
sudo yunohost app upgrade simple-hash-generator -u https://github.com/YunoHost-Apps/simple-hash-generator_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -12,7 +12,7 @@
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=0
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
#upgrade=1 from_commit=CommitHash
|
#upgrade=1 from_commit=CommitHash
|
||||||
|
|
|
@ -1,11 +1 @@
|
||||||
# Disclaimer
|
|
||||||
|
|
||||||
All hashing is done directly in the browser. Your data is not sent to any server, ever. If you are skeptical, which I respect, I recommend [downloading the latest release here](https://github.com/pRizz/Simple-Hash-Generator/releases), turning off your internet, unzip the release, open index.html, check out the network debugger, and see that hashing still works. Or if you are a developer, you can audit the [source code here](https://github.com/pRizz/Simple-Hash-Generator).
|
All hashing is done directly in the browser. Your data is not sent to any server, ever. If you are skeptical, which I respect, I recommend [downloading the latest release here](https://github.com/pRizz/Simple-Hash-Generator/releases), turning off your internet, unzip the release, open index.html, check out the network debugger, and see that hashing still works. Or if you are a developer, you can audit the [source code here](https://github.com/pRizz/Simple-Hash-Generator).
|
||||||
|
|
||||||
# About the Author
|
|
||||||
|
|
||||||
This project was originally created by Peter Ryszkiewicz ([pRizz@GitHub](https://github.com/pRizz)), software engineer in Chicago, IL.
|
|
||||||
|
|
||||||
# About the Project
|
|
||||||
|
|
||||||
This project is hosted on GitHub at https://github.com/pRizz/Simple-Hash-Generator under the MIT license.
|
|
||||||
|
|
|
@ -6,11 +6,10 @@
|
||||||
"en": "Simple hash generator utilizing a collection of popular and useful hash functions",
|
"en": "Simple hash generator utilizing a collection of popular and useful hash functions",
|
||||||
"fr": "Générateur de hachage simple utilisant une collection de fonctions de hachage populaires et utiles"
|
"fr": "Générateur de hachage simple utilisant une collection de fonctions de hachage populaires et utiles"
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh1",
|
"version": "1.0~ynh2",
|
||||||
"url": "https://prizz.github.io/Simple-Hash-Generator/",
|
"url": "https://prizz.github.io/Simple-Hash-Generator/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"website": "https://prizz.github.io/Simple-Hash-Generator/",
|
|
||||||
"demo": "https://prizz.github.io/Simple-Hash-Generator/",
|
"demo": "https://prizz.github.io/Simple-Hash-Generator/",
|
||||||
"code": "https://github.com/pRizz/Simple-Hash-Generator"
|
"code": "https://github.com/pRizz/Simple-Hash-Generator"
|
||||||
},
|
},
|
||||||
|
@ -20,7 +19,7 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue