Skip to content

Commit

Permalink
Redact install.rdf and document what got culled.
Browse files Browse the repository at this point in the history
  • Loading branch information
slaarti committed Nov 5, 2016
1 parent 54de9ef commit bb92964
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,19 @@ the old values.


Removals / Changes: Removals / Changes:


* From `install.rdf`:
* Both instances of `em:id`
* The `em:updateKey`, since you wouldn't really be able to sign your
packages without my private half anyway.
* The `em:homepageURL` and `updateURL`, since neither of those is
valid anymore anyway. Actually, I've change the homepage URL to
the GitHub project. If you're going to develop from a fork, you
should probably change that to your own project URL.
* I'm leaving `em:creator` as-is; I leave it to you and your
conscience to decide how you want to handle how much credit you
give me as original developer vs. yourself as the person picking
up the code.

Also, reflecting the fact that this project is defunct and abandoned, Also, reflecting the fact that this project is defunct and abandoned,
I will not be accepting help or pull requests. I'm sorry, but please don't I will not be accepting help or pull requests. I'm sorry, but please don't
even try. even try.
10 changes: 5 additions & 5 deletions install.rdf
Expand Up @@ -3,20 +3,20 @@
xmlns:NC="http://home.netscape.com/NC-rdf#" xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="rdf:#$ZouwY" <RDF:Description RDF:about="rdf:#$ZouwY"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" em:id="(create your own id here)"
em:minVersion="2.0" em:minVersion="2.0"
em:maxVersion="7.*" /> em:maxVersion="7.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest" <RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="{ad4ee9e5-49c7-4589-acf3-db9fa76a95c9}" em:id="(create your own id here)"
em:name="LJlogin" em:name="LJlogin"
em:version="2.2.1" em:version="2.2.1"
em:description="Tells you which LiveJournal account you're logged in with, and lets you switch between them." em:description="Tells you which LiveJournal account you're logged in with, and lets you switch between them."
em:iconURL="chrome://ljlogin/content/icons/lj/userinfo.gif" em:iconURL="chrome://ljlogin/content/icons/lj/userinfo.gif"
em:creator="Chris Pinard" em:creator="Chris Pinard"
em:homepageURL="http://ljlogin.e-space.gweep.net/" em:homepageURL="https://github.com/slaarti/LJlogin"
em:updateURL="http://ljlogin.e-space.gweep.net/releases/updates.rdf" em:updateURL="(put your own URL in here)"
em:type="2" em:type="2"
em:updateKey="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJVn3Ym8KvFPeibPfMiM7eaL8YaeG0zaDJ9zhe/cGJOd7Juryc8SRveBgeh1n47H4K5DG00tF+xpOB3Fl52xi/am1KtAtPUXrdV7igos56Mwcv5rEGJKQY8CLTDZWLd7dufFQ2MSyDHDXhmM+sPeg8+jZJKSdnl1FxTqV7UM6/DQIDAQAB"> em:updateKey="(please generate your own key; using my old one won't help you">
<em:targetApplication RDF:resource="rdf:#$ZouwY"/> <em:targetApplication RDF:resource="rdf:#$ZouwY"/>
</RDF:Description> </RDF:Description>
</RDF:RDF> </RDF:RDF>

0 comments on commit bb92964

Please sign in to comment.