]> git.ipfire.org Git - ipfire.org.git/commit
Changes on the CMS.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Jul 2009 18:53:53 +0000 (20:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Jul 2009 18:53:53 +0000 (20:53 +0200)
commitdba657a84b11e491b39ee4566f7ff17d0b9938f1
tree5d16ab66629ae605c57828d9fbedfb80d002b657
parenteb83e5e16d4379ad021222496d3c730c6c6721d3
Changes on the CMS.

There is a new Javascript class and the web module is derived
into many files. ipfire.py behaves different and there is
a new info.json file that should make some things easier.

I also hope that it will be faster or even as fast as it has
been before these changes.
19 files changed:
www/include/jquery.min.js [moved from www/include/jquery.js with 100% similarity]
www/info.json [new file with mode: 0644]
www/ipfire.py [changed mode: 0644->0755]
www/pages/cluster/__init__.py
www/pages/news.rss/__init__.py
www/pages/source/__init__.py
www/pages/static/__init__.py
www/pages/static/download.xml
www/pages/static/index.xml
www/template.inc
www/web/__init__.py
www/web/banners.py [new file with mode: 0644]
www/web/elements.py [new file with mode: 0644]
www/web/info.py [new file with mode: 0644]
www/web/javascript.py [new file with mode: 0644]
www/web/json.py [new file with mode: 0644]
www/web/lang.py [new file with mode: 0644]
www/web/menu.py [new file with mode: 0644]
www/web/news.py [new file with mode: 0644]