diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-19 19:11:04 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-19 19:11:04 -0400 |
commit | 4ab05a025f424c0b5ce140ff68182e20595b04a2 (patch) | |
tree | d4f2f44a38b29b4aad7cd5d2427716519adb5967 /README.BRANDING | |
parent | fcf5c3aaf087b2131bae34bdb7f1e08b292a0357 (diff) |
manually replace more instances of the Arch name
Diffstat (limited to 'README.BRANDING')
-rw-r--r-- | README.BRANDING | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/README.BRANDING b/README.BRANDING new file mode 100644 index 00000000..d5c43aa8 --- /dev/null +++ b/README.BRANDING @@ -0,0 +1,60 @@ +templates/base.html + * main navbar + * links to `bbs.archlinux.org` + * links to `bugs.archlinux.org` + * links to the AUR + * logged in navbar + * links to `wiki.achlinux.org/index.php/DeveloperWiki` + * links to `mailman.archlinux.org` + * links to `stats.archlinux.org/munin` + * copyright statement is Arch-specific. + +templates/public/index.html + * The text in the intro box describes Arch Linux. + * sidebar + * Documentation + * links to `wiki.archlinux.org` + * Community + * links to `mailman.archlinux.org` + * links to `wiki.archlinux.org` + * links to `planet.archlinux.org` ("Planet Arch") + * Support + * links to `schwag.archlinux.ca` + * links to `www.zazzle.com/archlinux*` + * links to `www.freewear.org/?page=list_items&org=Archlinux` + * Development + * links to `projects.archlinux.org` ("Official Arch projects") + * links to `wiki.archlinux.org` + * More Resources + * links to `wiki.archlinux.org` + * Below sidebar + * Arch's donate button + * Arch's sponsors + +templates/public/feeds + * links to Arch Wiki + * links to AUR + * links to `bugs.archlinux.org` + +templates/public/art.html + * entire page is Arch-specific + +templates/public/donate.html + * entire page is Arch-specific + +templates/public/about.html + * entire page is Arch-specific + +templates/public/download.html + * entire page is Arch-specific + +templates/packages/flaghelp.html + * links to `mailman.archlinux.org` + * links to `bugs.archlinux.org` + +templates/packages/opensearch.xml + * `<Tags>` includes `archlinux` + +templates/packages/flag.html + * links to `mailman.archlinux.org` + * links to `bugs.archlinux.org` |