readme update

This commit is contained in:
Peng Zhong 2015-03-25 16:39:37 +08:00
parent c738ed3c82
commit 3abeda4abc
2 changed files with 4 additions and 4 deletions

View File

@ -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`.

View File

@ -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": {