mirror of
https://gitlab.com/prism-break/prism-break.git
synced 2025-03-31 21:34:04 +00:00
readme update
This commit is contained in:
parent
c738ed3c82
commit
3abeda4abc
@ -1,10 +1,10 @@
|
||||
# PRISM Break
|
||||
|
||||
Welcome to the PRISM Break project. Here's a quick overview of the code. Raw JSON data is filtered through [LiveScript](http://livescript.net/) and then compiled to plain HTML with [Jade](http://jade-lang.com/) templates. CSS is managed with [Stylus](http://learnboost.github.io/stylus/), a powerful CSS preprocessor.
|
||||
Welcome to the PRISM Break project. Here's a quick overview of the code. JSON containing all of the project data is filtered through [LiveScript](http://livescript.net/) and then compiled to plain HTML with [Jade](http://jade-lang.com/) templates. Stylesheets are managed with [Stylus](http://learnboost.github.io/stylus/), a CSS preprocessor.
|
||||
|
||||
The prism-break build process relies on several Node.js packages. Make sure to have [io.js](http://iojs.org) or [node.js](http://nodejs.org/) installed on your system if you want to contribute to the code.
|
||||
The prism-break build process relies on several npm packages. Make sure to have [io.js](http://iojs.org) or [node.js](http://nodejs.org/) installed on your system if you want to contribute to the code.
|
||||
|
||||
If you'd like to translate the project to your favorite language, there's no need to install Node.js. Just edit the appropriate JSON files and submit a pull request.
|
||||
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`.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "prism-break",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "A directory of free privacy-oriented software.",
|
||||
"main": "Makefile",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user