Skip to content

Commit

Permalink
Legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
RealityRipple committed Mar 20, 2022
1 parent 942ae6a commit 5294447
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 17 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
# HTerr
# HTerr (Legacy)
This extension provides fallback error pages for HTTP errors. The error pages are only used if the HTTP error response has no body.

#### Supports
* Pale Moon [25.0a1pre- 29.*]

## Building
Simply download the contents of the repository and pack the contents (sans git data) into a .zip file. Then, rename the file to .xpi and drag into the browser.

## Download
You can grab the latest release from the [Official Web Site](//realityripple.com/Software/Mozilla-Extensions/HTerr/).
45 changes: 38 additions & 7 deletions install.rdf
Original file line number Diff line number Diff line change
@@ -1,29 +1,60 @@
<?xml version='1.0' encoding='utf-8'?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:name>HTerr</em:name>
<em:name>HTerr (Legacy)</em:name>
<em:id>{E4E173E0-B462-54B7-83B8-1EF15E801FED}</em:id>
<em:version>1.1</em:version>
<em:type>2</em:type>
<!-- Anything -->
<em:targetApplication>
<Description>
<em:id>*</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>51.0</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Sunbird -->
<em:targetApplication>
<Description>
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Pale Moon -->
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>25.0a1pre</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:description>Fallback error pages for HTTP errors.</em:description>
<em:homepageURL>https://realityripple.com/Software/Mozilla-Extensions/HTerr/</em:homepageURL>
<em:updateURL>https://realityripple.com/Software/Mozilla-Extensions/HTerr/update.rdf</em:updateURL>
<em:homepageURL>https://github.com/RealityRipple/HTerr/</em:homepageURL>
<em:iconURL>chrome://hterr/skin/logo.png</em:iconURL>
<em:iconURL64>chrome://hterr/skin/logo64.png</em:iconURL64>
<em:creator>RealityRipple</em:creator>
Expand Down

0 comments on commit 5294447

Please sign in to comment.