[or-cvs] [https-everywhere/master 161/291] GentooBugzilla and Noisebridge rule filenames started with z to make them sort alphabetically later because they were less interesting to most users, but that doesn't really make sense for every-last-rule where there are lots of rules that might not be interesting to many users

schoen at torproject.org schoen at torproject.org
Sat Oct 30 00:32:40 UTC 2010


Author: Seth Schoen <schoen at eff.org>
Date: Sun, 10 Oct 2010 15:54:30 -0700
Subject: GentooBugzilla and Noisebridge rule filenames started with z to make them
Commit: 947b33df06cb39aa5c7a6db5d80572c37bee9ddb

---
 src/chrome/content/rules/GentooBugzilla.xml  |    3 +++
 src/chrome/content/rules/Noisebridge.xml     |    4 ++++
 src/chrome/content/rules/zGentooBugzilla.xml |    3 ---
 src/chrome/content/rules/zNoisebridge.xml    |    4 ----
 4 files changed, 7 insertions(+), 7 deletions(-)
 create mode 100644 src/chrome/content/rules/GentooBugzilla.xml
 create mode 100644 src/chrome/content/rules/Noisebridge.xml
 delete mode 100644 src/chrome/content/rules/zGentooBugzilla.xml
 delete mode 100644 src/chrome/content/rules/zNoisebridge.xml

diff --git a/src/chrome/content/rules/GentooBugzilla.xml b/src/chrome/content/rules/GentooBugzilla.xml
new file mode 100644
index 0000000..e338767
--- /dev/null
+++ b/src/chrome/content/rules/GentooBugzilla.xml
@@ -0,0 +1,3 @@
+<ruleset name="GentooBugzilla">
+  <rule from="^http://bugs\.gentoo\.org/" to="https://bugs.gentoo.org/"/>
+</ruleset>
diff --git a/src/chrome/content/rules/Noisebridge.xml b/src/chrome/content/rules/Noisebridge.xml
new file mode 100644
index 0000000..a5a1063
--- /dev/null
+++ b/src/chrome/content/rules/Noisebridge.xml
@@ -0,0 +1,4 @@
+<ruleset name="Noisebridge">
+  <rule from="^http://www\.noisebridge\.net/" to="https://www.noisebridge.net/"/>
+  <rule from="^http://noisebridge\.net/" to="https://www.noisebridge.net/"/>
+</ruleset>
diff --git a/src/chrome/content/rules/zGentooBugzilla.xml b/src/chrome/content/rules/zGentooBugzilla.xml
deleted file mode 100644
index e338767..0000000
--- a/src/chrome/content/rules/zGentooBugzilla.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<ruleset name="GentooBugzilla">
-  <rule from="^http://bugs\.gentoo\.org/" to="https://bugs.gentoo.org/"/>
-</ruleset>
diff --git a/src/chrome/content/rules/zNoisebridge.xml b/src/chrome/content/rules/zNoisebridge.xml
deleted file mode 100644
index a5a1063..0000000
--- a/src/chrome/content/rules/zNoisebridge.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<ruleset name="Noisebridge">
-  <rule from="^http://www\.noisebridge\.net/" to="https://www.noisebridge.net/"/>
-  <rule from="^http://noisebridge\.net/" to="https://www.noisebridge.net/"/>
-</ruleset>
-- 
1.7.1




More information about the tor-commits mailing list