README.BRANDING 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. It is now fairly easy to re-brand archweb.
  2. Replacing logos is still a bit of work.
  3. Here is a summary of the text files that need to be changed to
  4. re-brand it, from the text side.
  5. Files used to configure branding/URL stuff
  6. ------------------------------------------
  7. * `settings.py`
  8. * `packages/templatetags/jinja2.py`
  9. * `main/templatetags/wiki.py`
  10. * `main/templatetags/bugs.py`
  11. Files with minor Arch stuff that's just easier to patch
  12. -------------------------------------------------------
  13. `devel/fixtures/staff_groups.json`
  14. * Mentions of Arch in "description" fields
  15. `templates/packages/flaghelp.html`
  16. * link to "arch-general" mailing list
  17. `templates/packages/flag.html`
  18. * link to "arch-general" mailing list
  19. `templates/packages/removed.html`
  20. * link to AUR
  21. `templates/packages/search.html`
  22. * link to AUR
  23. `urls.py`
  24. Files with a significant amount of Arch-specific content:
  25. ---------------------------------------------------------
  26. `templates/base.html`
  27. * main navbar
  28. * link to `bbs.archlinux.org`
  29. * link to the AUR
  30. * logged in navbar
  31. * link to "arch-dev" mailing list
  32. * link to `stats.archlinux.org/munin`
  33. * copyright statement is Arch-specific.
  34. `templates/public/index.html`
  35. * The text in the intro box describes Arch Linux.
  36. * sidebar
  37. * Community
  38. * link to `planet.archlinux.org`
  39. * Support
  40. * link to `schwag.archlinux.ca`
  41. * link to `www.zazzle.com/archlinux*`
  42. * link to `www.freewear.org/?page=list_items&org=Archlinux`
  43. * Development
  44. * link to `projects.archlinux.org` ("Official Arch projects")
  45. * More Resources
  46. * link to wiki article "Arch Linux Press Review"
  47. * Below sidebar
  48. * Arch's donate button
  49. * Arch's sponsors
  50. `templates/public/feeds.html`
  51. * links to AUR
  52. * links to feeds on `bugs.archlinux.org`
  53. Files with totally Arch-specific content:
  54. -----------------------------------------
  55. * `templates/public/about.html`
  56. * `templates/public/art.html`
  57. * `templates/public/donate.html`
  58. * `templates/public/download.html`
  59. * `templates/public/svn.html`