We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev-env: shorten the page by linking to subpages
npm needs to be installed
fix Node.js min-version
Updated Setting up a development environment (markdown)
Adds unit tests launching with Mocha
Fixes Firefox install path and changes to developer edition as latest nightlies don't support RPC
improve Node.js installation documentation
[fix] dev env: update build instructions
[fix] dev setup: distinguish "unit test" and "UI test"
changed mozilla-central git repo
update link to "preprocess.py"
update Marionette section, remove Mozmill section
update build information (zip, preprocess.py)
restructure and review Development pages
Upload new website/wiki: * Base documentation is stored in markdown files * On RequestPolicy's github wiki, markdown files are rendered by the wiki engine * On requestpolicycontinued.github.io, static HTML documentation must be built using ./build.sh * Note that the images URLs in markdown should be absolute URLs, even if the image is in the _media/ directory of the repo. The path defaults to https://raw.githubusercontent.com/wiki/RequestPolicyContinued/requestpolicy/_media/ * Note that some items in the markdown documentation are still written in plain HTML (notably, tables). CSS rules from _media/github-markdown.css, as well as many HTML tags (divs, spans..) do not render on github wiki. * The update-1.x-beta.rdf should still be present in this repo * The master branch should push to both * master on https://github.com/RequestPolicyContinued/requestpolicy.wiki.git * gh-pages on https://github.com/RequestPolicyContinued/RequestPolicyContinued.github.io