]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commit - webapp/backend/releases.py
Website update.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Jul 2012 09:18:08 +0000 (11:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Jul 2012 09:18:08 +0000 (11:18 +0200)
commit60024cc83467cca1116da16d04d744ef15334edb
tree6b17fe82312dc42b97d57344e43c37c57fd0f791
parentbf141f98c7d8eaf4177d354e89725b559d29d154
Website update.
136 files changed:
www/.gitignore [new file with mode: 0644]
www/Makefile [new file with mode: 0644]
www/static/css/bootstrap.min.css [new file with mode: 0644]
www/static/css/style.css
www/static/images/glyphicons-halflings-white.png [new file with mode: 0644]
www/static/images/glyphicons-halflings.png [new file with mode: 0644]
www/static/images/icons/social/facebook.png [new file with mode: 0644]
www/static/images/icons/social/rss.png [new file with mode: 0644]
www/static/images/icons/social/twitter.png [new file with mode: 0644]
www/static/images/page_icons/artwork.png [deleted file]
www/static/images/page_icons/development.png [deleted file]
www/static/images/page_icons/donation.png [deleted file]
www/static/images/page_icons/download-all.png [deleted file]
www/static/images/page_icons/download-developmemt.png [deleted file]
www/static/images/page_icons/download-mirrors.png [deleted file]
www/static/images/page_icons/download-mirrors_16.png [deleted file]
www/static/images/page_icons/download-torrents.png [deleted file]
www/static/images/page_icons/download-torrents_orginal.png [deleted file]
www/static/images/page_icons/downloads_torrents.png [deleted file]
www/static/images/page_icons/features.png [deleted file]
www/static/images/page_icons/imprint.png [deleted file]
www/static/images/page_icons/license.png [deleted file]
www/static/images/page_icons/news.png [deleted file]
www/static/images/page_icons/pr.png [deleted file]
www/static/images/page_icons/screenshots.png [deleted file]
www/static/images/page_icons/screenshots_orginal.png [deleted file]
www/static/js/bootstrap.min.js [new file with mode: 0644]
www/static/js/jquery.js
www/static/js/site.js [new file with mode: 0644]
www/templates/admin-base.html
www/templates/admin-downloads-base.html [new file with mode: 0644]
www/templates/admin-downloads-mirrors.html [new file with mode: 0644]
www/templates/admin-downloads.html [new file with mode: 0644]
www/templates/admin-index.html
www/templates/admin-login.html
www/templates/admin-planet-compose.html
www/templates/admin-planet.html
www/templates/base-1.html
www/templates/base-2.html
www/templates/base-feature.html
www/templates/base.html
www/templates/download-mirror-detail.html
www/templates/download-splash.html [new file with mode: 0644]
www/templates/downloads-all.html
www/templates/downloads-index.html
www/templates/downloads-mirrors.html
www/templates/downloads-older.html
www/templates/downloads.html
www/templates/error-500.html
www/templates/error.html
www/templates/index.html
www/templates/mirrors-item.html
www/templates/mirrors.html
www/templates/modules/download-button.html [new file with mode: 0644]
www/templates/modules/menu.html
www/templates/modules/mirrors-table.html
www/templates/modules/news-item.html
www/templates/modules/planet-entry.html
www/templates/modules/release-item.html
www/templates/modules/sidebar-release.html
www/templates/modules/stasy-table-devices.html
www/templates/modules/stasy-table-geo.html
www/templates/modules/stasy-table.html
www/templates/modules/tracker-peerlist.html
www/templates/news-author.html
www/templates/news-item.html
www/templates/news.html
www/templates/planet-main.html
www/templates/planet-posting.html
www/templates/planet-user.html
www/templates/stasy-index.html
www/templates/stasy-model-detail.html
www/templates/stasy-profile-detail.html
www/templates/stasy-profile-notfound.html
www/templates/stasy-profile.html
www/templates/stasy-stats-admin.html
www/templates/stasy-stats-cpu-flags.html
www/templates/stasy-stats-cpus.html
www/templates/stasy-stats-geo.html
www/templates/stasy-stats-memory.html
www/templates/stasy-stats-network.html
www/templates/stasy-stats-oses.html
www/templates/stasy-stats-virtual.html
www/templates/stasy-stats.html
www/templates/stasy-vendor-detail.html
www/templates/static/about.html [deleted file]
www/templates/static/artwork.html
www/templates/static/cebit.html
www/templates/static/chat.html [new file with mode: 0644]
www/templates/static/development.html
www/templates/static/donation.html
www/templates/static/features.html
www/templates/static/features/dial-in.html [deleted file]
www/templates/static/features/dialup.html [new file with mode: 0644]
www/templates/static/features/firewall.html
www/templates/static/features/hardware.html
www/templates/static/features/ids.html
www/templates/static/features/itsfree.html
www/templates/static/features/pakfire.html
www/templates/static/features/proxy.html
www/templates/static/features/proxy/content-filter.html
www/templates/static/features/proxy/update-accelerator.html
www/templates/static/features/proxy/virus-scanner.html
www/templates/static/features/qos.html
www/templates/static/features/security.html
www/templates/static/features/updates.html
www/templates/static/features/virtualization.html
www/templates/static/features/vpn.html
www/templates/static/features/vpn/ipsec.html
www/templates/static/features/vpn/openvpn.html
www/templates/static/features/wireless.html
www/templates/static/getinvolved.html [new file with mode: 0644]
www/templates/static/imprint.html
www/templates/static/pr.html [deleted file]
www/templates/static/press.html [new file with mode: 0644]
www/templates/static/screenshots.html [deleted file]
www/templates/static/support.html [deleted file]
www/templates/tracker-torrent-detail.html
www/templates/tracker-torrents.html
www/translations/de_DE.csv [deleted file]
www/translations/de_DE/LC_MESSAGES/webapp.po [new file with mode: 0644]
www/translations/webapp.pot [new file with mode: 0644]
www/webapp/__init__.py
www/webapp/backend/__init__.py
www/webapp/backend/accounts.py
www/webapp/backend/databases.py
www/webapp/backend/menu.py [deleted file]
www/webapp/backend/mirrors.py
www/webapp/backend/releases.py
www/webapp/backend/stasy.py
www/webapp/handlers.py
www/webapp/handlers_admin.py
www/webapp/handlers_base.py
www/webapp/handlers_download.py
www/webapp/handlers_nopaste.py [new file with mode: 0644]
www/webapp/ui_modules.py