From 91c451821ce7000cbc268cec8427d208a6cedd7e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 21 Apr 2013 01:30:47 -0400 Subject: update README.BRANDING --- README.BRANDING | 95 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 57 insertions(+), 38 deletions(-) diff --git a/README.BRANDING b/README.BRANDING index 1f9a1db0..00d2d1b0 100644 --- a/README.BRANDING +++ b/README.BRANDING @@ -1,52 +1,71 @@ -templates/base.html +It is now fairly easy to re-brand archweb. +Replacing logos is still a bit of work. +Here is a summary of the text files that need to be changed to +re-brand it. + +Files used to configure branding/url stuff +------------------------------------------ + + * `settings.py` + * `templates/templatetags/package_extras.py` + * `main/templatetags/wiki.py` + +Files with minor Arch stuff that's just easier to patch +------------------------------------------------------- + +`releng/views.py` + * link to `https://bugs.archlinux.org/index.php?project=6` + +`templates/packages/opensearch.xml` + * `` includes `archlinux` + +`templates/packages/flaghelp.html` + * link to "arch-general" mailing list + +`templates/packages/flag.html` + * link to "arch-general" mailing list + +`templates/packages/search.html` + * link to AUR + +`templates/public/feeds.html` + * links to AUR + * links to feeds on `bugs.archlinux.org` + +Files with a significant amount of Arch-specific content: +--------------------------------------------------------- + +`templates/base.html` * main navbar - * links to `bbs.archlinux.org` - * links to `bugs.archlinux.org` - * links to the AUR + * link to `bbs.archlinux.org` + * link to the AUR * logged in navbar - * links to `mailman.archlinux.org` - * links to `stats.archlinux.org/munin` + * link to "arch-dev" mailing list + * link to `stats.archlinux.org/munin` * copyright statement is Arch-specific. -templates/public/index.html +`templates/public/index.html` * The text in the intro box describes Arch Linux. * sidebar * Community - * links to `mailman.archlinux.org` - * links to `planet.archlinux.org` ("Planet Arch") + * link to `planet.archlinux.org` * Support - * links to `schwag.archlinux.ca` - * links to `www.zazzle.com/archlinux*` - * links to `www.freewear.org/?page=list_items&org=Archlinux` + * link to `schwag.archlinux.ca` + * link to `www.zazzle.com/archlinux*` + * link to `www.freewear.org/?page=list_items&org=Archlinux` * Development - * links to `projects.archlinux.org` ("Official Arch projects") + * link to `projects.archlinux.org` ("Official Arch projects") + * More Resources + * link to wiki article "Arch Linux Press Review" * Below sidebar * Arch's donate button * Arch's sponsors -templates/public/feeds - * 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 - * `` includes `archlinux` +Files with totally Arch-specific content: +----------------------------------------- -templates/packages/flag.html - * links to `mailman.archlinux.org` - * links to `bugs.archlinux.org` + * `templates/public/about.html` + * `templates/public/art.html` + * `templates/public/donate.html` + * `templates/public/download.html` + * `templates/public/svn.html` -- cgit v1.2.3