]> git.ipfire.org Git - ipfire.org.git/commit - templates/static/features/vpn.html
Rework the /about page on www.ipfire.org.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 Jul 2011 18:23:16 +0000 (20:23 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 Jul 2011 18:23:16 +0000 (20:23 +0200)
commit54b8df1a1e6e114512015c1c5b40481af617f37e
tree87bd14d8a59dd550ea4004e0d1dc92fe258a69aa
parentaef1932355fabb1ca92d0f04c3cd0b9461a7db67
Rework the /about page on www.ipfire.org.

Add some screenshots, rewording.
56 files changed:
www/static/css/style.css
www/static/fancybox/blank.gif [new file with mode: 0644]
www/static/fancybox/fancy_close.png [new file with mode: 0644]
www/static/fancybox/fancy_loading.png [new file with mode: 0644]
www/static/fancybox/fancy_nav_left.png [new file with mode: 0644]
www/static/fancybox/fancy_nav_right.png [new file with mode: 0644]
www/static/fancybox/fancy_shadow_e.png [new file with mode: 0644]
www/static/fancybox/fancy_shadow_n.png [new file with mode: 0644]
www/static/fancybox/fancy_shadow_ne.png [new file with mode: 0644]
www/static/fancybox/fancy_shadow_nw.png [new file with mode: 0644]
www/static/fancybox/fancy_shadow_s.png [new file with mode: 0644]
www/static/fancybox/fancy_shadow_se.png [new file with mode: 0644]
www/static/fancybox/fancy_shadow_sw.png [new file with mode: 0644]
www/static/fancybox/fancy_shadow_w.png [new file with mode: 0644]
www/static/fancybox/fancy_title_left.png [new file with mode: 0644]
www/static/fancybox/fancy_title_main.png [new file with mode: 0644]
www/static/fancybox/fancy_title_over.png [new file with mode: 0644]
www/static/fancybox/fancy_title_right.png [new file with mode: 0644]
www/static/fancybox/fancybox-x.png [new file with mode: 0644]
www/static/fancybox/fancybox-y.png [new file with mode: 0644]
www/static/fancybox/fancybox.png [new file with mode: 0644]
www/static/fancybox/jquery.easing-1.3.pack.js [new file with mode: 0644]
www/static/fancybox/jquery.fancybox-1.3.4.css [new file with mode: 0644]
www/static/fancybox/jquery.fancybox-1.3.4.js [new file with mode: 0644]
www/static/fancybox/jquery.fancybox-1.3.4.pack.js [new file with mode: 0644]
www/static/fancybox/jquery.mousewheel-3.0.4.pack.js [new file with mode: 0644]
www/static/images/screenshots/en/concept/index-detail-1.png [moved from www/static/images/screenshots/en/firewall/index-detail-1.png with 100% similarity]
www/static/images/screenshots/en/concept/index-detail-1_thumb.png [new file with mode: 0644]
www/static/images/screenshots/en/concept/traffic-graph-1_thumb.png [new file with mode: 0644]
www/static/images/screenshots/en/firewall/connections-1.png [new file with mode: 0644]
www/static/images/screenshots/en/firewall/connections-1_thumb.png [new file with mode: 0644]
www/static/images/screenshots/en/firewall/dmz-holes-1_thumb.png [new file with mode: 0644]
www/static/images/screenshots/en/firewall/edit-portfw-rule-1_thumb.png [new file with mode: 0644]
www/static/images/screenshots/en/hardware/hwtemp-1.png [new file with mode: 0644]
www/static/images/screenshots/en/hardware/hwtemp-1_thumb.png [new file with mode: 0644]
www/static/images/screenshots/en/p2p-block-1.png [new file with mode: 0644]
www/static/images/screenshots/en/pakfire/addon-services-1.png [new file with mode: 0644]
www/static/images/screenshots/en/pakfire/addon-services-1_thumb.png [new file with mode: 0644]
www/static/images/screenshots/en/pakfire/pakfire-overview-1.png [new file with mode: 0644]
www/static/images/screenshots/en/pakfire/pakfire-overview-1_thumb.png [new file with mode: 0644]
www/static/images/screenshots/en/system-information-1.png [new file with mode: 0644]
www/static/images/screenshots/en/virtualization/virt-manager-1.png [new file with mode: 0644]
www/static/images/screenshots/en/virtualization/virt-manager-1_thumb.png [new file with mode: 0644]
www/templates/base-feature.html [new file with mode: 0644]
www/templates/base.html
www/templates/index.html
www/templates/static/about.html
www/templates/static/about/firewall.html [new file with mode: 0644]
www/templates/static/about/hardware.html [new file with mode: 0644]
www/templates/static/about/itsfree.html [new file with mode: 0644]
www/templates/static/about/pakfire.html [new file with mode: 0644]
www/templates/static/about/security.html [new file with mode: 0644]
www/templates/static/about/virtualization.html [new file with mode: 0644]
www/templates/static/about/vpn.html [new file with mode: 0644]
www/webapp/handlers.py
www/webapp/handlers_base.py