]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commit - www/webapp/backend/releases.py
Huge website update.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2012 18:01:43 +0000 (20:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2012 18:01:43 +0000 (20:01 +0200)
commit7771acea4753abc9f4544e214e6a012ba6939ad8
tree227226ac74cafe910a8ab4ea43372dcedca0f2d0
parent441c39f5cfe2687fb583c721115a3c308a7ff51c
Huge website update.

Redecorated the front page. Added wishlist.
42 files changed:
www/static/css/bootstrap-responsive.min.css
www/static/css/bootstrap.min.css
www/static/css/style.css
www/templates/base.html
www/templates/download-splash.html
www/templates/downloads-index.html
www/templates/downloads-item.html
www/templates/downloads.html
www/templates/index.html
www/templates/modules/donation-box.html [new file with mode: 0644]
www/templates/modules/download-button.html
www/templates/modules/menu.html
www/templates/modules/news-table.html [new file with mode: 0644]
www/templates/modules/news-year-nav.html [new file with mode: 0644]
www/templates/modules/planet-entry.html
www/templates/modules/release-item.html
www/templates/news-year.html [new file with mode: 0644]
www/templates/news.html
www/templates/stasy-index.html
www/templates/stasy-stats.html
www/templates/static/donation.html
www/templates/static/getinvolved.html
www/templates/static/imprint.html
www/templates/wishlist/donate.html [new file with mode: 0644]
www/templates/wishlist/index.html [new file with mode: 0644]
www/templates/wishlist/modules/wish.html [new file with mode: 0644]
www/templates/wishlist/modules/wishlist.html [new file with mode: 0644]
www/templates/wishlist/terms.html [new file with mode: 0644]
www/templates/wishlist/wish.html [new file with mode: 0644]
www/translations/de_DE/LC_MESSAGES/webapp.po
www/translations/webapp.pot
www/webapp/__init__.py
www/webapp/backend/__init__.py
www/webapp/backend/news.py
www/webapp/backend/releases.py
www/webapp/backend/wishlist.py [new file with mode: 0644]
www/webapp/handlers.py
www/webapp/handlers_base.py
www/webapp/handlers_download.py
www/webapp/handlers_news.py
www/webapp/handlers_wishlist.py [new file with mode: 0644]
www/webapp/ui_modules.py