Skip to content

Commit 4d15544

Browse files
ivysronoJ0WI
authored andcommitted
Update SourceForge.xml (EFForg#8787)
* Update SourceForge.xml * Delete SourceForge-mismatches.xml * Create SF.net.xml * Create SourceForge.jp.xml * Update and rename SourceForge.xml to SourceForge.net.xml * Update SF.net.xml * Update SourceForge.net.xml * Update SourceForge.net.xml * Update SourceForge.jp.xml * Update SF.net.xml
1 parent 2761ac9 commit 4d15544

5 files changed

Lines changed: 113 additions & 163 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
Related:
3+
SourceForge.net.xml
4+
5+
Failed:
6+
(projectname).sf.net
7+
e.g. https://doublecmd.sf.net/
8+
9+
Mismatched:
10+
*.cvs.sf.net
11+
*.git.sf.net
12+
*.svn.sf.net ( equal to *.svn.sourceforge.com )
13+
svn.sf.net
14+
apps.sf.net
15+
goparallel.sf.net
16+
images.sf.net
17+
lists.sf.net
18+
-->
19+
20+
<ruleset name="SF.net">
21+
<!-- Directly: -->
22+
<target host="sf.net" />
23+
<target host="www.sf.net" />
24+
<target host="downloads.sf.net" />
25+
<target host="p.sf.net" />
26+
<target host="prdownloads.sf.net" />
27+
28+
<!-- Complications: -->
29+
<target host="apps.sf.net" />
30+
<target host="goparallel.sf.net" />
31+
<target host="images.sf.net" />
32+
<target host="lists.sf.net" />
33+
<rule from="^http://(apps|goparallel|images|lists)\.sf\.net/"
34+
to="https://$1.sourceforge.net/" />
35+
36+
<target host="*.svn.sf.net" />
37+
<rule from="^http://(\w+)\.svn\.sf\.net/"
38+
to="https://$1.svn.sourceforge.net/" />
39+
<test url="http://docbook.svn.sf.net/svnroot/docbook/trunk/xsl" />
40+
<test url="http://jmagick.svn.sf.net/svnroot/jmagick@17" />
41+
<test url="http://yap.svn.sf.net/svnroot/yap/trunk@1565" />
42+
43+
<rule from="^http:" to="https:" />
44+
</ruleset>

src/chrome/content/rules/SourceForge-mismatches.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
Related:
3+
SourceForge.net.xml
4+
5+
Mismatched:
6+
www.sourceforge.jp
7+
(projectname).sourceforge.net
8+
e.g. https://doublecmd.sourceforge.jp/
9+
-->
10+
11+
<ruleset name="SourceForge.jp">
12+
<target host="sourceforge.jp" />
13+
<target host="static.sourceforge.jp" />
14+
15+
<target host="www.sourceforge.jp" />
16+
<rule from="^http://www\.sourceforge\.jp/" to="https://sourceforge.jp/" />
17+
18+
<rule from="^http:" to="https:" />
19+
</ruleset>
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!--
2+
Related:
3+
SF.net.xml
4+
SourceForge.jp.xml
5+
6+
Failed:
7+
(projectname).sourceforge.net
8+
e.g. http://doublecmd.sourceforge.net/
9+
10+
Mismatched:
11+
*.cvs.sourceforge.net
12+
*.git.sourceforge.net
13+
heanet.dl.sourceforge.net
14+
p.sourceforge.net
15+
16+
Refused:
17+
*.hg.sourceforge.net
18+
-->
19+
20+
<ruleset name="SourceForge.net">
21+
<!-- Directly: -->
22+
<target host="sourceforge.net" />
23+
<target host="www.sourceforge.net" />
24+
<target host="apps.sourceforge.net" />
25+
<target host="deals.sourceforge.net" />
26+
<target host="downloads.sourceforge.net" />
27+
<target host="goparallel.sourceforge.net" />
28+
<target host="images.sourceforge.net" />
29+
<target host="lists.sourceforge.net" />
30+
<target host="prdownloads.sourceforge.net" />
31+
<target host="sflogo.sourceforge.net" />
32+
33+
<!-- Complications: -->
34+
<target host="*.dl.sourceforge.net" />
35+
<test url="http://netix.dl.sourceforge.net/project/kreogist-mu/Releases/0.9.9.3/Windows/mu_0.9.9.3_win64_intel_d9b5f2d.zip" />
36+
<test url="http://excellmedia.dl.sourceforge.net/" />
37+
<test url="http://jaist.dl.sourceforge.net/" />
38+
<test url="http://netcologne.dl.sourceforge.net/" />
39+
<test url="http://superb-sea2.dl.sourceforge.net/" />
40+
<test url="http://svwh.dl.sourceforge.net/" />
41+
<test url="http://ufpr.dl.sourceforge.net/" />
42+
43+
<target host="*.svn.sourceforge.net" />
44+
<rule from="^http://(\w+)\.svn\.sourceforge\.net/"
45+
to="https://$1.svn.sourceforge.net/" />
46+
<test url="http://ancestrar.svn.sourceforge.net/svnroot/ancestrar" />
47+
<test url="http://scummvm.svn.sourceforge.net/svnroot/scummvm/" />
48+
49+
<rule from="^http:" to="https:" />
50+
</ruleset>

src/chrome/content/rules/SourceForge.xml

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)