-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dev.html
34 lines (34 loc) · 3.01 KB
/
Dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="./github-markdown.css">
</head>
<body>
<h1 id="requestpolicy-development">RequestPolicy Development</h1>
<p>Welcome to the RequestPolicy Development pages! These pages are intended to encourage more people to become RequestPolicy developers and contributors. This documentation is by far not complete, so if you have an idea for an addition, a change or a removal, please let us know.</p>
<p>If you are instead looking for <strong>Help and Support</strong>, write your question in our <a href="https://github.com/RequestPolicyContinued/requestpolicy/issues/484">general discussion thread</a> or create a <a href="https://github.com/RequestPolicyContinued/requestpolicy/issues/new">new issue</a>.</p>
<h2 id="development">Development</h2>
<h3 id="how-to-contribute">How to contribute</h3>
<p>There are many ways to contribute to RequestPolicy's development. Have a look at the <a href="Contributing.html">Contributing</a> page.</p>
<p>If you're having an idea for RequestPolicy, please talk about it in the issue tracker. What you shouldn't do is spending months implementing a feature in silence and then find yourself disappointed if we don't want to merge your changes. This would be frustrating for you, the other developers, and the RequestPolicy users.</p>
<h3 id="where-to-collaborate">Where to collaborate</h3>
<p>All development and discussion takes place at <a href="https://github.com/RequestPolicyContinued/requestpolicy/issues">github</a>. The website's location is <a href="https://requestpolicycontinued.github.io/"><a href="https://requestpolicycontinued.github.io/" class="uri">https://requestpolicycontinued.github.io/</a></a>.</p>
<p>Note that there are still some old places on the web. They aren't used by the RPC project, but are mentioned for completeness: <a href="https://www.requestpolicy.com/">the old project's website</a>, <a href="http://forums.mozillazine.org/viewtopic.php?f=48&t=1051805">a thread on mozillazine</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/requestpolicy/">the old AMO page</a>, and <a href="https://groups.google.com/d/forum/requestpolicy-discuss">the Google Group</a>.</p>
<h2 id="development-documentation">Development Documentation</h2>
<ul>
<li><a href="Development-Basics.html">Development Basics</a></li>
<li><a href="Setting-up-a-development-environment.html">Setting up a development environment</a></li>
<li><a href="Working-with-the-Source-Code.html">Working with the source code</a></li>
<li><a href="Dev-in-depth.html">in-depth documentation of some topics</a></li>
<li><a href="Background-information-for-developers.html">Background information for developers</a></li>
</ul>
</body>
</html>