]> git.ipfire.org Git - ipfire.org.git/commit - src/templates/base.html
Import of new website.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Dec 2010 10:33:34 +0000 (11:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Dec 2010 10:33:34 +0000 (11:33 +0100)
commit940227cbc964a420c04ecdf2f5e5a6c9b4f68042
tree22e130f9e5f8ebde4d528d76487ef8510ca282cb
parent19f86600957d952963d20586ff9ea15c4639dfce
Import of new website.
105 files changed:
www/banners.json [deleted file]
www/info.json [deleted file]
www/manager.py [new file with mode: 0644]
www/menu.json [deleted file]
www/mirrors.json [deleted file]
www/news.json [deleted file]
www/redirect.py [deleted file]
www/releases.json [deleted file]
www/static/css/style.css
www/static/images/banners/hetzner_hosted_by_1.jpg [new file with mode: 0644]
www/static/images/flags/unknown.png [new symlink]
www/templates/admin-accounts.html
www/templates/admin-base.html
www/templates/admin-login.html [new file with mode: 0644]
www/templates/admin-mirrors-create.html [new file with mode: 0644]
www/templates/admin-mirrors-details.html [new file with mode: 0644]
www/templates/admin-mirrors.html [new file with mode: 0644]
www/templates/admin-planet-compose.html
www/templates/admin-planet.html
www/templates/base-1.html [new file with mode: 0644]
www/templates/base-2.html [new file with mode: 0644]
www/templates/base.html
www/templates/download-mirror-detail.html [new file with mode: 0644]
www/templates/downloads-all.html
www/templates/downloads-development.html
www/templates/downloads-index.html [new file with mode: 0644]
www/templates/downloads-item.html [new file with mode: 0644]
www/templates/downloads-mirrors.html
www/templates/downloads-older.html [new file with mode: 0644]
www/templates/downloads.html
www/templates/error.html
www/templates/index.html
www/templates/mirrors-item.html [new file with mode: 0644]
www/templates/mirrors.html [new file with mode: 0644]
www/templates/modules/menu-item.html [deleted file]
www/templates/modules/menu.html
www/templates/modules/news-item.html
www/templates/modules/news-line.html [new file with mode: 0644]
www/templates/modules/news-preview.html [new file with mode: 0644]
www/templates/modules/planet-entry.html
www/templates/modules/release-item-short.html [new file with mode: 0644]
www/templates/modules/release-item.html
www/templates/modules/sidebar-banner.html
www/templates/modules/sidebar-release.html
www/templates/modules/tracker-peerlist.html [new file with mode: 0644]
www/templates/news-author.html [new file with mode: 0644]
www/templates/news-item.html [new file with mode: 0644]
www/templates/news.html
www/templates/planet-main.html
www/templates/planet-user.html
www/templates/stasy-base-1.html [new file with mode: 0644]
www/templates/stasy-base-2.html [new file with mode: 0644]
www/templates/stasy-index.html [new file with mode: 0644]
www/templates/stasy-profile.html [new file with mode: 0644]
www/templates/static/about.html [new file with mode: 0644]
www/templates/static/artwork.html
www/templates/static/cebit.html
www/templates/static/development.html
www/templates/static/donation.html
www/templates/static/features.html
www/templates/static/imprint.html
www/templates/static/screenshots.html
www/templates/static/support.html [new file with mode: 0644]
www/templates/tracker-torrent-detail.html [new file with mode: 0644]
www/templates/tracker-torrents.html [moved from www/templates/downloads-torrents.html with 66% similarity]
www/translations/de_DE.csv
www/webapp.py
www/webapp/__init__.py
www/webapp/backend/__init__.py [new file with mode: 0644]
www/webapp/backend/accounts.py [new file with mode: 0644]
www/webapp/backend/banners.py [new file with mode: 0644]
www/webapp/backend/databases.py [new file with mode: 0644]
www/webapp/backend/geoip.py [new file with mode: 0644]
www/webapp/backend/menu.py [new file with mode: 0644]
www/webapp/backend/mirrors.py [new file with mode: 0644]
www/webapp/backend/misc.py [new file with mode: 0644]
www/webapp/backend/news.py [new file with mode: 0644]
www/webapp/backend/planet.py [new file with mode: 0644]
www/webapp/backend/releases.py [new file with mode: 0644]
www/webapp/backend/settings.py [new file with mode: 0644]
www/webapp/backend/tracker.py [moved from www/webapp/datastore/tracker.py with 93% similarity]
www/webapp/datastore/__init__.py [deleted file]
www/webapp/datastore/banners.py [deleted file]
www/webapp/datastore/builds.py [deleted file]
www/webapp/datastore/config.py [deleted file]
www/webapp/datastore/connections.py [deleted file]
www/webapp/datastore/info.py [deleted file]
www/webapp/datastore/menu.py [deleted file]
www/webapp/datastore/mirrors.py [deleted file]
www/webapp/datastore/news.py [deleted file]
www/webapp/datastore/releases.py [deleted file]
www/webapp/db.py [deleted file]
www/webapp/handlers.py
www/webapp/handlers_admin.py [new file with mode: 0644]
www/webapp/handlers_base.py [new file with mode: 0644]
www/webapp/handlers_download.py [new file with mode: 0644]
www/webapp/handlers_mirrors.py [new file with mode: 0644]
www/webapp/handlers_news.py [new file with mode: 0644]
www/webapp/handlers_planet.py [new file with mode: 0644]
www/webapp/handlers_stasy.py [new file with mode: 0644]
www/webapp/handlers_tracker.py [new file with mode: 0644]
www/webapp/helpers.py [deleted file]
www/webapp/markdown.py [deleted file]
www/webapp/stasy.py [new file with mode: 0644]
www/webapp/ui_modules.py