FreedomBox/LICENSES
Sunil Mohan Adapa 58d13e3ed8 Use Django dispatcher instead of CherryPy dispatcher
This commit is big because anything small breaks the code.

- Django dispatcher is based on regular expressions and does not need a tree structure
- Reduces a lot of unnecessary dependencies among modules
- Use Django sessions middlewear instead of CherryPy sessions
- Introduce dependency based modules instead of numeric load order
- Remove PagePlugin and simply use Django views
- Eliminate page rendering wrappers in favor of Django context processors
- Use custom auth for now until replaced by Django auth middlewear
- Use Django templated 404 and 500 error pages
2014-06-12 23:33:25 +05:30

105 lines
4.5 KiB
Plaintext

# -*- mode: org; mode: org-indent; mode: visual-line; -*-
For each of the files listed, the copyright specified for the file is
listed. "-" means "no license specified in the file," licenses are
specified and linked otherwise.
- actions.py :: -
- cfg.py :: -
- COPYING :: N/A
- COPYRIGHTS :: N/A
- fabfile.py :: -
- filedict.py :: [[http://erez.wikidot.com/filedict-0-1-code][CC-BY-SA 3.0]]
- INSTALL :: -
- logger.py :: -
- Makefile :: -
- menu.py :: -
- model.py :: -
- NOTES :: -
- plinth :: -
- plinth.config :: -
- plinth.py :: [[file:plinth.py::__license__%20%3D%20"GPLv3%20or%20later"]["GPLv3 or later"]]
- plinth.sample.config :: -
- plugin_mount.py :: [[http://martyalchin.com/2008/jan/10/simple-plugin-framework/][CC-BY-SA 3.0]]
- README :: -
- start.sh :: -
- test.sh :: -
- TODO :: -
- util.py :: different parts under different licenses:
- [[file:util.py::def%20mkdir(newdir):][def mkdir(newdir):]] :: [[http://code.activestate.com/recipes/82465/][mkdir]] (PSF license), should be replaced with =os.makedirs()=
- other parts :: -
- actions/echo :: -
- actions/hostname-change :: -
- actions/id :: -
- actions/owncloud-setup :: -
- actions/timezone-change :: -
- actions/xmpp-register :: -
- actions/xmpp-setup :: -
- doc/colophon.mdwn :: -
- doc/faq.mdwn :: -
- doc/footer.html :: -
- doc/hacking.mdwn :: -
- doc/header.html :: -
- doc/Makefile :: -
- doc/modules.mdwn :: -
- doc/scripts.mdwn :: -
- doc/security.mdwn :: -
- doc/themes.mdwn :: -
- modules/apps/apps.py :: -
- modules/config/config.py :: -
- modules/diagnostics/diagnostics.py :: -
- modules/expert_mode/expert_mode.py :: -
- modules/first_boot/first_boot.py :: -
- modules/help/help.py :: -
- modules/lib/auth_page.py :: -
- modules/lib/auth.py :: -
- modules/lib/user_store.py :: -
- modules/owncloud/owncloud.py :: -
- modules/packages/packages.py :: -
- modules/santiago/santiago.py :: -
- modules/system/system.py :: -
- modules/tor/tor.py :: -
- modules/users/users.py :: -
- modules/xmpp/xmpp.py :: -
- setup/86_plinth :: -
- share/apache2/plinth.conf :: -
- share/apache2/plinth-ssl.conf :: -
- share/init.d/plinth :: -
- sudoers/plinth :: -
- templates/base.html :: [[file:templates/base.tmpl::the%20<a%20href%3D"http:/www.gnu.org/licenses/agpl.html"%20target%3D"_blank">GNU%20Affero%20General%20Public][GNU Affero General Public License, Version 3 or later]]
- templates/err.html :: -
- templates/login_nav.html :: -
- templates/two_col.html :: -
- tests/actions_test.py :: -
- tests/auth_test.py :: -
- tests/testdata/users.sqlite3 :: -
- tests/user_store_test.py :: -
- themes/default/FreedomBox-Identity-Manual.pdf :: -
- themes/default/FreedomBox-Logo.7z :: [[http://thread.gmane.org/gmane.linux.debian.freedombox.user/4124/focus=4439][GPL3+/CC-BY-SA]]
- themes/default/readme.md :: [[file:themes/default/readme.md::This%20theme%20is%20free%20software%20offered%20to%20you%20under%20the%20terms%20of%20the%20GNU%20Affero%20General%20Public%20License,%20Version%203%20or%20later:][GNU Affero General Public License Version 3]]
- themes/default/screenshot.png :: -
- themes/default/img/apple-touch-icon-114px-precomposed.png :: -
- themes/default/img/apple-touch-icon-57px-precomposed.png :: -
- themes/default/img/apple-touch-icon-72px-precomposed.png :: -
- themes/default/img/apple-touch-icon.xcf :: -
- themes/default/img/favicon-32px.ico :: -
- themes/default/img/favicon.ico :: -
- themes/default/img/freedombox-logo-200px.png :: -
- themes/default/img/freedombox-logo-250px.png :: -
- themes/default/img/freedombox-logo-32px.png :: -
- themes/default/img/FreedomBox-logo-grayscale-negative.png :: -
- themes/default/img/FreedomBox-logo-grayscale-negative.svg :: -
- themes/default/img/FreedomBox-logo-grayscale.png :: -
- themes/default/img/FreedomBox-logo-grayscale.svg :: -
- themes/default/img/FreedomBox-logo-lineart-negative.png :: -
- themes/default/img/FreedomBox-logo-lineart-negative.svg :: -
- themes/default/img/FreedomBox-logo-lineart.png :: -
- themes/default/img/FreedomBox-logo-lineart.svg :: -
- themes/default/img/FreedomBox-logo-standard.png :: -
- themes/default/img/FreedomBox-logo-standard.svg :: -
- themes/default/img/freedombox-logotype.png :: -
- themes/default/img/glyphicons-halflings.png :: -
- themes/default/img/glyphicons-halflings-white.png :: -
- themes/default/js/libs/jquery.min.js :: Symlink to external target: [[file:themes/default/js/libs/jquery.min.js::*%20Dual%20licensed%20under%20the%20MIT%20or%20GPL%20Version%202%20licenses.][MIT/GPL2]]
- themes/default/js/libs/modernizr.min.js :: Symlink to external target: MIT