mirror of
https://gitlab.com/prism-break/prism-break.git
synced 2025-03-31 21:34:04 +00:00
added link, mirror of sedrubal and travis.yml
This commit is contained in:
parent
3680d4c731
commit
20e9452823
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
- "0.8"
|
||||
- "0.6"
|
||||
- "iojs"
|
||||
- "iojs-v1.0.4"
|
||||
script: make
|
@ -113,7 +113,7 @@ A common mistake is putting unescaped quotation marks in a sentence. Make sure t
|
||||
When you're done with your translation, you should build the site in your language to see if it works. If want to test out your French translations for example, run `make fr`. Traditional Chinese translations? Run `make zh-TW`. It might take a little while (~minutes) if you're on a slower computer.
|
||||
|
||||
### Publishing Your Changes
|
||||
Your newly translated site is available at './public/**language-code**/'. Visit it in your browser and check out your work. Looking good!
|
||||
Your newly translated site is available at './public/**language-code**/'. Visit it in your browser and check out your work. Looking good!
|
||||
|
||||
Remember to revert the `Makefile` change and then commit the changes and issue a pull request.
|
||||
|
||||
@ -122,8 +122,11 @@ If you wish to mirror this site, [nylira/prism-break-static](https://github.com/
|
||||
|
||||
### Mirrors
|
||||
|
||||
[http://hrk2gpercx3p6apf.onion/](http://hrk2gpercx3p6apf.onion/)
|
||||
(credit: etheralghost)
|
||||
- [http://hrk2gpercx3p6apf.onion/](http://hrk2gpercx3p6apf.onion/)
|
||||
(credit: etheralghost)
|
||||
|
||||
[https://prism-break.ca](https://prism-break.ca)
|
||||
(credit: wiserweb)
|
||||
- [https://prism-break.ca](https://prism-break.ca)
|
||||
(credit: wiserweb)
|
||||
|
||||
- [https://www.sedrubal.de/service/prism-break/en/](https://www.sedrubal.de/service/prism-break/en/)
|
||||
(credit: [sedrubal](https://github.com/sedrubal))
|
||||
|
24
README.md
24
README.md
@ -6,17 +6,25 @@ The prism-break build process relies on several npm packages. Make sure to have
|
||||
|
||||
If you'd like to translate the project to your favorite language, there's no need to install io.js or even download the code. Just edit the appropriate JSON files on GitHub and submit a pull request.
|
||||
|
||||
More information for translators can be found in `CONTRIBUTING.md`.
|
||||
More information for translators can be found in [`CONTRIBUTING.md`](CONTRIBUTIN.md).
|
||||
|
||||
## Project Inclusion Guidelines
|
||||
|
||||
**Only F/OSS software is allowed to be featured on PRISM Break.** PRISM Break follows [the GNU/FSF definition of Free Software](https://www.gnu.org/philosophy/free-sw.html) and prefers software licensed under [a compatible license](https://www.gnu.org/licenses/license-list.html) but may allow other [OSI reviewed licenses](http://opensource.org/licenses). The only exception is when free software offers no viable alternative to proprietary software. "Web Search" is the only category with this exception currently.
|
||||
- **Only F/OSS software is allowed to be featured on PRISM Break.**
|
||||
|
||||
**Quality over quantity.** PRISM Break strives to promote the best open source applications. Ease of use, stability, and performance matter. This is the first time many people are looking to leave their proprietary walled gardens. Let's make it a good experience for them. If you're writing a privacy-minded FOSS app, please finish it before asking PRISM Break to promote it.
|
||||
PRISM Break follows [the GNU/FSF definition of Free Software](https://www.gnu.org/philosophy/free-sw.html) and prefers software licensed under [a compatible license](https://www.gnu.org/licenses/license-list.html) but may allow other [OSI reviewed licenses](http://opensource.org/licenses). The only exception is when free software offers no viable alternative to proprietary software. "Web Search" is the only category with this exception currently.
|
||||
|
||||
**Before suggesting software, please first search this repository to see if your request has already been made.** If it has been rejected, you'll learn why. If the issue hasn't been addressed, add a comment as to why it deserves inclusion. If the software has been improved significantly since the initial rejection, feel free to suggest it again.
|
||||
- **Quality over quantity.**
|
||||
|
||||
**Pull requests are prioritized over issues.** I will respond to them quicker and they will get an answer faster.
|
||||
PRISM Break strives to promote the best open source applications. Ease of use, stability, and performance matter. This is the first time many people are looking to leave their proprietary walled gardens. Let's make it a good experience for them. If you're writing a privacy-minded FOSS app, please finish it before asking PRISM Break to promote it.
|
||||
|
||||
- **Before suggesting software, please first search this repository to see if your request has already been made.**
|
||||
|
||||
If it has been rejected, you'll learn why. If the issue hasn't been addressed, add a comment as to why it deserves inclusion. If the software has been improved significantly since the initial rejection, feel free to suggest it again.
|
||||
|
||||
- **Pull requests are prioritized over issues.**
|
||||
|
||||
I will respond to them quicker and they will get an answer faster.
|
||||
|
||||
|
||||
## Project Submission (quick version)
|
||||
@ -54,14 +62,14 @@ At this point, feel free to commit the changes and submit a pull request. Steps
|
||||
|
||||
### 5. Serve
|
||||
|
||||
Serve the folder `./public` on your web server.
|
||||
Serve the folder [`./public`](./public/) on your web server.
|
||||
|
||||
### Need more details on how to submit a project or a translation?
|
||||
|
||||
Read `CONTRIBUTING.md` for more detail into the process.
|
||||
Read [`CONTRIBUTING.md`](CONTRIBUTIN.md) for more detail into the process.
|
||||
|
||||
## License
|
||||
|
||||
GPLv3.
|
||||
|
||||
See `LICENSE.md`.
|
||||
See [`LICENSE.md`](LICENSE.md).
|
||||
|
Loading…
Reference in New Issue
Block a user