Skip to content

Commit

Permalink
add static HTML pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jun 23, 2015
1 parent b43248c commit 43dec91
Show file tree
Hide file tree
Showing 14 changed files with 943 additions and 0 deletions.
36 changes: 36 additions & 0 deletions About.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!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="./_media/github-markdown.css">
</head>
<body>
<h1 id="about-requestpolicy">About RequestPolicy</h1>
<p>RequestPolicy is Free Software, licensed under the GPL v3.</p>
<p>RequestPolicy was originally developped by <a href="https://github.com/jsamuel">Justin Samuel</a>. Please support the developper by telling PHP developers and hosting companies about his company, <a href="https://serverpilot.io">ServerPilot</a>, a secure control panel for PHP developers, and follow <a href="https://twitter.com/@ServerPilot">@ServerPilot</a> on Twitter!</p>
<p>Some people Justin would especially like to thank (but are not limited to):</p>
<pre><code>Vern Paxson for support, ideas, and feedback.
Beichuan Zhang for support, ideas, and feedback.
Justin Cappos for support, ideas, and feedback.
Mike Cardwell, for finding multiple RequestPolicy whitelist bypasses.
Mozilla for making a great and open browser.
Code contributions have been provided by Brad Horrocks
John Hartman
Robert Hansen (RSnake)
Christoph Langguth
JetBrains contributed PyCharm licenses.</code></pre>
<p><strong>Translators on Babelzilla:</strong> myahoo (French translation), Team erweiterungen.de (German translation), Archaeopteryx (German translation), petruc (Portuguese [Brazil] translation), Sumin Byeon (Korean translation), pedro arana matus (Spanish [Mexico] translation), Володимир Савчук / Volodymyr Savchuk (Ukrainian translation), markh van BabelZilla.org (Dutch translation), alpmild (Russian translation), yfdyh000 (Chinese [simplified] translation), nikneyim (Turkish translation), Anonymous (Japanese translation), Aleksej R. Serdjukov kaj babilejanoj (Esperanto translation), Natanael_L01 (Swedish translation), James (Silencer) (Chinese [traditional] translation), Antxon Baldarra (Basque translation), Random (Italian translation), Jacen (Slovak translation), Brad Horrocks, Aleksandrs Ļedovskis (Latvian translation)</p>
<h2 id="requestpolicy-continued">RequestPolicy continued</h2>
<p>RequestPolicy Continued is a continuation of the original project by volunteers. This friendly fork of the original project is maintained by the <a href="https://github.com/RequestPolicyContinued/requestpolicy/graphs/contributors">community</a> at Github.</p>
<p>The original RequestPolicy was discontinued in 2012 by the author and work resumed in 2014 to bring bug fixes and enhancements to the addon. This work is based on the 1.0 version of RequestPolicy.</p>
<h2 id="beta-releases">Beta releases</h2>
<p>Beta releases for testers and developers are available on the project's releases page. You can also <a href="dev#getting-the-source-code">build the addon from the latest code revision</a>.</p>
</body>
</html>
60 changes: 60 additions & 0 deletions Contributing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!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="./_media/github-markdown.css">
</head>
<body>
<h2 id="contributing">Contributing</h2>
<p>Here are a few ways you can help make this project better!</p>
<h3 id="discussion">Discussion</h3>
<p>If you have any questions or general thoughts about the project, please post them in our <a href="https://github.com/RequestPolicyContinued/requestpolicy/issues/484">general discussion</a></p>
<h3 id="testing-reporting-bugs-requesting-new-features">Testing, reporting bugs &amp; requesting new features</h3>
<p>Always use the <a href="https://github.com/RequestPolicyContinued/requestpolicy/releases/">latest release</a>, or <a href="https://github.com/RequestPolicyContinued/requestpolicy#getting-the-source-code">build the XPI from the most recent source revision</a></p>
<p>If you'd like a bug to be fixed or a feature added, <a href="https://github.com/RequestPolicyContinued/requestpolicy/issues">find if it has already been reported</a>. Open a new issue if needed, and add information about the bug/request such as:</p>
<ul>
<li>Steps to reproduce the bug (user actions)<br /></li>
<li>What should happen.<br /></li>
<li>What happens instead.</li>
</ul>
<p>Response time from the maintainers should be around a few days.</p>
<p><strong>Please bear in mind that each user might have a different browser setup. Sometimes it's necessary to further investigate the problem:</strong></p>
<p>Some bugs are caused by other Firefox addons interfering with RequestPolicy. To make sure a bug is caused by RequestPolicy itself:</p>
<ul>
<li>Disable all other addons from Firefox's addon manager<br /></li>
<li>Try to reproduce the bug</li>
</ul>
<p>If the bug does <em>not</em> happen with only RPC enabled, the bug is related to another addon:</p>
<ul>
<li>Re-enable one addon, test again.<br /></li>

This comment has been minimized.

Copy link
@myrdd

myrdd Jul 1, 2015

Member

@nodiscc any idea why there are so many <br /> elements directly before </li>? When I call ./build.sh the <br /> elements aren't there. My pandoc version is 1.13.2.1.

This comment has been minimized.

Copy link
@nodiscc

nodiscc Jul 1, 2015

Author Contributor

@myrdd It was rendered with 1.12.4.2~dfsg-1+b14 - I did just upgrade to 1.13.2.1, and the <br />s are not there anymore after rebuilding. Sounds like a fixed bug in pandoc?

what I get now https://gist.github.com/nodiscc/568ae02690eb8d999b0d if you want to compare.
Feel free to merge #16, and thank you for noticing.

This comment has been minimized.

Copy link
@myrdd

myrdd Jul 2, 2015

Member

I've been curious: yes, fixed in 1.13 – jgm/pandoc#1137

<li>Repeat until the problem occurs again<br /></li>
<li><a href="https://github.com/RequestPolicyContinued/requestpolicy/issues">Report us</a> the incompatible addon (with a link to the addon download page)</li>
</ul>
<p>To test if the bug is related to your specific configuration, you can <a href="https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles">create a new, blank Firefox profile</a> and try to reproduce the bug.</p>
<h3 id="code-contributions">Code contributions</h3>
<p>You can look through the existing bugs/requests <a href="https://github.com/RequestPolicyContinued/requestpolicy/issues">here</a>.</p>
<p>You can find bugs that should be easy to fix <a href="https://github.com/RequestPolicyContinued/requestpolicy/labels/easy">here</a>.</p>
<p>More information on RequestPolicy development can be found <a href="https://github.com/RequestPolicyContinued/requestpolicy/wiki">here</a></p>
<h3 id="translations">Translations</h3>
<p>You can help us translate our project by <a href="https://github.com/RequestPolicyContinued/requestpolicy/tree/dev-1.0/src/locale">editing the locale files</a> and sending us a Pull Request.</p>
<h3 id="documentation-and-website">Documentation and website</h3>
<p>You can help build and design the website and documentation <a href="https://github.com/requestpolicycontinued/requestpolicycontinued.github.io">here</a></p>
<h3 id="bug-triage">Bug triage</h3>
<p>You can help us find more info about <a href="https://github.com/RequestPolicyContinued/requestpolicy/issues?q=is%3Aopen+is%3Aissue+label%3Aunconfirmed+">unconfirmed bugs</a> by finding if the bug is reproducible. In what environment? What are the steps to reproduce?</p>
<p>You can ask the maintainers to close already fixed bugs by testing old tickets to see if they are happening, or remove duplicate bug reports.</p>
<h3 id="donations">Donations</h3>
<p>You can add <a href="https://www.bountysource.com/teams/requestpolicycontinued/issues">bounties at bountysource</a> for bugs you would like to be fixed.</p>
<h3 id="community-and-support">Community and support</h3>
<ul>
<li>You can help us answer questions our users have on the issue tracker<br /></li>
<li>You can write posts about the project, take screenshots and make videos, share RequestPolicy Continued on the Internet, show how it's used in daily life, and talk about it to your friends.</li>
</ul>
</body>
</html>
Loading

0 comments on commit 43dec91

Please sign in to comment.