Giter VIP home page Giter VIP logo

prism-break's Introduction

Contributors are welcome.

App inclusion guidelines

  • In almost all cases, only free software is allowed to be featured on PRISM Break. The only exception is when free software offers no viable alternative to proprietary software. "Web search" is the only category with this exception currently.

  • 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.

  • 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 heavily prioritized over issues. I will respond to them quicker and they will get an answer faster.

  • Software thumbnails should be 256-color, non-transparent PNGs. A 50x50 png in the lib/img/free directory is good.

  • If you have the time, please include translation stubs in all of the language JSON files. You'll save us a lot of time, and make translators happy. If you're adding the project Whonix for example, add the following line to every single JSON file in lang/:

    "i18n-whonix-desc": "Tor-enforcing OS focused on anonymity, privacy and security. Offers ready-to-use VM images.",

Localizations

For anyone who's interested in working on localizing this site, please look into the lang/ directory of this repository. There are some sample translation JSON files there. To start, just make a copy of the en.json file and start filling it out.

Please note: The canonical version of the site text is contained in ./index.html and ./lang/en.json. The strings contained in the xx.json files may be out of date, as they need to be updated manually by volunteer translators. Please refer to the text contained in ./lang/en.json when developing your translations to ensure your translation file is 100% up-to-date.

Test to make sure your JSON validates. A common mistake when editing JSON is putting unescaped quotation marks in a string. Make sure to escape them with either HTML entities (curly quotes) or a backslash (straight quotes).

"i18n-web-browser-note": "Add curly quotes “like this”.",

"i18n-web-browser-note": "Add straight quotes \"like this\".",

"i18n-web-browser-note": "You should never add quotes "like this".",

Bear in mind that the site is being constantly updated, so you may want to check back every so often.

Adding your own JSON stubs

You may find that a particular string of text, e.g. "i18n-whonix-desc", does not exist in your preferred language's JSON file. Feel free to add it to your file, just like this:

"i18n-whonix-desc": "Your fantastic translation here.",

HTML edits

Just edit the HTML.

CSS & JS edits

Please edit the files in the src directory, not lib. This project relies on Grunt for CSS and JS concatenation and minification.

# Install Grunt

npm install -g grunt-cli

# Watch for changes

grunt watch

License

See LICENSE.md

prism-break's People

Contributors

casimo avatar cathryne avatar cicku avatar eloydegen avatar erengy avatar fauno avatar gastlag avatar grote avatar hasufell avatar ic-tummarellox-ita avatar johannes8 avatar jtsaint avatar lazlolazlolazlo avatar lwesterhof avatar maccaches avatar maciejkorzen avatar mailaender avatar maverlck avatar mehdi-rahimi avatar melodiepimentel avatar mhatta avatar mhvis avatar muku784 avatar neelchauhan avatar nylira avatar repat avatar tux-tn avatar xrchz avatar ymilhahn avatar zopieux avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.