summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-01-15 13:52:07 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2019-02-24 12:58:40 -0500
commitef987eace70af441e0e242cfdbf3dc49091e28ab (patch)
treef7948103ebebfcba29e74adfc4596d242af277b0
parent7077f10e144b0d2f467dd016be2af87b734a3de8 (diff)
branding: Add README.BRANDING
-rw-r--r--README.BRANDING74
1 files changed, 74 insertions, 0 deletions
diff --git a/README.BRANDING b/README.BRANDING
new file mode 100644
index 00000000..1585f5a8
--- /dev/null
+++ b/README.BRANDING
@@ -0,0 +1,74 @@
+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, from the text side.
+
+Files used to configure branding/URL stuff
+------------------------------------------
+
+ * `settings.py`
+ * `packages/templatetags/jinja2.py`
+ * `main/templatetags/wiki.py`
+ * `main/templatetags/bugs.py`
+
+Files with minor Arch stuff that's just easier to patch
+-------------------------------------------------------
+
+`devel/fixtures/staff_groups.json`
+ * Mentions of Arch in "description" fields
+
+`templates/packages/flaghelp.html`
+ * link to "arch-general" mailing list
+
+`templates/packages/flag.html`
+ * link to "arch-general" mailing list
+
+`templates/packages/removed.html`
+ * link to AUR
+
+`templates/packages/search.html`
+ * link to AUR
+
+`urls.py`
+
+Files with a significant amount of Arch-specific content:
+---------------------------------------------------------
+
+`templates/base.html`
+ * main navbar
+ * link to `bbs.archlinux.org`
+ * link to the AUR
+ * logged in navbar
+ * link to "arch-dev" mailing list
+ * link to `stats.archlinux.org/munin`
+ * copyright statement is Arch-specific.
+
+`templates/public/index.html`
+ * The text in the intro box describes Arch Linux.
+ * sidebar
+ * Community
+ * link to `planet.archlinux.org`
+ * Support
+ * link to `schwag.archlinux.ca`
+ * link to `www.zazzle.com/archlinux*`
+ * link to `www.freewear.org/?page=list_items&org=Archlinux`
+ * Development
+ * 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.html`
+ * links to AUR
+ * links to feeds on `bugs.archlinux.org`
+
+Files with totally Arch-specific content:
+-----------------------------------------
+
+ * `templates/public/about.html`
+ * `templates/public/art.html`
+ * `templates/public/donate.html`
+ * `templates/public/download.html`
+ * `templates/public/svn.html`