This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Tryton.org.xml * Clarify comment * Reformat comments * Cleanup comments
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- | ||
Mismatched: | ||
- demo*.tryton.org (subdomain for each version, e.g. demo5.0.tryton.org) | ||
- doc.tryton.org | ||
- tub2013.tryton.org | ||
- tub2016.tryton.org | ||
- tuba2015.tryton.org | ||
- tul2014.tryton.org | ||
- videos.tryton.org | ||
- debian.tryton.org | ||
--> | ||
<ruleset name="Tryton.org"> | ||
<target host="tryton.org" /> | ||
<target host="www.tryton.org" /> | ||
<target host="amagama.tryton.org" /> | ||
<target host="bugs.tryton.org" /> | ||
<target host="codereview.tryton.org" /> | ||
<target host="discuss.tryton.org" /> | ||
<target host="doc.tryton.org" /> | ||
<target host="docs.tryton.org" /> | ||
<target host="downloads.tryton.org" /> | ||
<target host="drone.tryton.org" /> | ||
<target host="git.tryton.org" /> | ||
<target host="goocalendar.tryton.org" /> | ||
<target host="hg.tryton.org" /> | ||
<target host="pootle.tryton.org" /> | ||
<target host="python-sql.tryton.org" /> | ||
<target host="relatorio.tryton.org" /> | ||
<target host="trydevpi.tryton.org" /> | ||
<target host="trypod.tryton.org" /> | ||
<target host="tul2017.tryton.org" /> | ||
|
||
<rule from="^http://doc\.tryton\.org/" to="https://docs.tryton.org/" /> | ||
<rule from="^http:" to="https:" /> | ||
</ruleset> |