From d66c23c4394900d8156034316ac269c4bcbe2d7c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Oct 2012 12:49:15 -0400 Subject: fix things --- .gitignore | 4 +++- local_settings.py.example | 4 ++-- templates/public/art.html | 6 +++--- templates/public/index.html | 12 ++++++------ 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index a8b709a1..109f07ae 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,9 @@ local_settings.py archweb.db archweb.db-* +tags collected_static/ testing/ +env/ repos/ -lib/ +uploads/ diff --git a/local_settings.py.example b/local_settings.py.example index e5988c8d..c18a83d5 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -65,10 +65,10 @@ CACHE_MIDDLEWARE_SECONDS = 300 SESSION_COOKIE_SECURE = False ## location for saving dev pictures -MEDIA_ROOT = '/srv/http/media/devs/' +MEDIA_ROOT = '/srv/http/web/collected_static/devs' ## web url for serving image files -MEDIA_URL = '/media/' +MEDIA_URL = '/static/devs/' ## Make this unique, and don't share it with anybody. SECRET_KEY = '00000000000000000000000000000000000000000000000' diff --git a/templates/public/art.html b/templates/public/art.html index 3a92b8b4..08acf764 100644 --- a/templates/public/art.html +++ b/templates/public/art.html @@ -25,12 +25,12 @@ {% comment %} Also available in print-quality - PNG and scalable - SVG formats.

- Parabola PNG logo @ 90dpi

Two-color inverted version (for dark backgrounds)
diff --git a/templates/public/index.html b/templates/public/index.html index 0ecea0e2..2cfec9e2 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -39,7 +39,7 @@ RSS Feed + class="rss-icon">RSS Feed {% for news in news_updates %} {% if forloop.counter0 < 5 %} @@ -92,7 +92,7 @@ title="Browse all of the latest packages">more) RSS Feed + class="rss-icon">RSS Feed {% for update in pkg_updates %} @@ -186,23 +186,23 @@
- GNU Chile - Donates the .org domain - Venenux GNU/Linux - Donates the repo, wiki and lists hosting - NaltĂș - Donates the website, bugs, projects and ABSLibre hosting - Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture -- cgit v1.2.3