AUTHORS
CHANGES
COPYING
INSTALL
MANIFEST.in
README
RELEASE_PROCESS.txt
UPGRADE
setup.cfg
setup.py
bin/kforge-admin
bin/kforge-makeconfig
bin/kforge-test
docs/cli_shell.txt
docs/faq.txt
docs/guide.txt
docs/index.html
docs/kforge_system_overview.txt
docs/plugin_system.txt
docs/plugin_system_diagram.txt
src/svn-add-test-file.txt
src/kforge/__init__.py
src/kforge/accesscontrol.py
src/kforge/accesscontroltest.py
src/kforge/apachetest.py
src/kforge/applicationtest.py
src/kforge/builder.py
src/kforge/commandtest.py
src/kforge/coretest.py
src/kforge/dictionary.py
src/kforge/dictionarytest.py
src/kforge/dictionarywords.py
src/kforge/domtest.py
src/kforge/exceptions.py
src/kforge/filesystem.py
src/kforge/filesystemtest.py
src/kforge/handlerstest.py
src/kforge/ioc.py
src/kforge/kuitest.py
src/kforge/migrate.py
src/kforge/plugintest.py
src/kforge/regexps.py
src/kforge/registry.py
src/kforge/soleInstance.py
src/kforge/testrunner.py
src/kforge/testunit.py
src/kforge/unittesttest.py
src/kforge/url.py
src/kforge/urltest.py
src/kforge/utilstest.py
src/kforge.egg-info/PKG-INFO
src/kforge.egg-info/SOURCES.txt
src/kforge.egg-info/dependency_links.txt
src/kforge.egg-info/entry_points.txt
src/kforge.egg-info/not-zip-safe
src/kforge.egg-info/requires.txt
src/kforge.egg-info/top_level.txt
src/kforge/apache/__init__.py
src/kforge/apache/apacheconfig.py
src/kforge/apache/apacheconfigtest.py
src/kforge/apache/urlpermission.py
src/kforge/apache/urlpermissiontest.py
src/kforge/application/__init__.py
src/kforge/cli/__init__.py
src/kforge/cli/admin.py
src/kforge/cli/admintest.py
src/kforge/cli/data.py
src/kforge/cli/datatest.py
src/kforge/command/__init__.py
src/kforge/command/backup.py
src/kforge/command/backuptest.py
src/kforge/command/emailpassword.py
src/kforge/command/emailpasswordtest.py
src/kforge/command/initialise.py
src/kforge/command/initialisetest.py
src/kforge/command/license.py
src/kforge/command/member.py
src/kforge/command/membertest.py
src/kforge/command/project.py
src/kforge/command/projecttest.py
src/kforge/command/projectwithadministrator.py
src/kforge/command/projectwithadministratortest.py
src/kforge/command/service.py
src/kforge/command/servicetest.py
src/kforge/django/__init__.py
src/kforge/django/apps/__init__.py
src/kforge/django/apps/kui/__init__.py
src/kforge/django/apps/kui/models/__init__.py
src/kforge/django/apps/kui/models/kui.py
src/kforge/django/apps/kui/test/__init__.py
src/kforge/django/apps/kui/test/base.py
src/kforge/django/apps/kui/test/member.py
src/kforge/django/apps/kui/test/person.py
src/kforge/django/apps/kui/test/project.py
src/kforge/django/apps/kui/test/service.py
src/kforge/django/apps/kui/test/admin/__init__.py
src/kforge/django/apps/kui/test/admin/domainObject.py
src/kforge/django/apps/kui/test/admin/hasMany.py
src/kforge/django/apps/kui/urls/__init__.py
src/kforge/django/apps/kui/urls/kui.py
src/kforge/django/apps/kui/views/__init__.py
src/kforge/django/apps/kui/views/accesscontrol.py
src/kforge/django/apps/kui/views/admin.py
src/kforge/django/apps/kui/views/base.py
src/kforge/django/apps/kui/views/kui.py
src/kforge/django/apps/kui/views/manipulator.py
src/kforge/django/apps/kui/views/member.py
src/kforge/django/apps/kui/views/person.py
src/kforge/django/apps/kui/views/project.py
src/kforge/django/apps/kui/views/projectHasMany.py
src/kforge/django/apps/kui/views/service.py
src/kforge/django/apps/kui/views/testunit.py
src/kforge/django/apps/kui/views/test/__init__.py
src/kforge/django/apps/kui/views/test/base.py
src/kforge/django/apps/kui/views/test/manipulator.py
src/kforge/django/apps/kui/views/test/member.py
src/kforge/django/apps/kui/views/test/person.py
src/kforge/django/apps/kui/views/test/project.py
src/kforge/django/apps/kui/views/test/service.py
src/kforge/django/apps/kui/views/test/welcome.py
src/kforge/django/apps/kui/views/test/admin/__init__.py
src/kforge/django/media/css/display.css
src/kforge/django/media/css/forms.css
src/kforge/django/media/css/master.css
src/kforge/django/media/css/navigation.css
src/kforge/django/media/css/print.css
src/kforge/django/media/css/structure.css
src/kforge/django/media/images/bull.png
src/kforge/django/media/images/favicon.ico
src/kforge/django/media/images/icon-delete.png
src/kforge/django/media/images/icon-edit.png
src/kforge/django/media/images/nav-hook.png
src/kforge/django/media/images/top-grad.png
src/kforge/django/media/images/captchas/FreeMono.ttf
src/kforge/django/media/images/captchas/README
src/kforge/django/media/scripts/behaviour.js
src/kforge/django/media/scripts/master.js
src/kforge/django/media/scripts/prototype.js
src/kforge/django/settings/__init__.py
src/kforge/django/settings/admin.py
src/kforge/django/settings/main.py
src/kforge/django/settings/urls/__init__.py
src/kforge/django/settings/urls/admin.py
src/kforge/django/settings/urls/kui.py
src/kforge/django/settings/urls/main.py
src/kforge/django/templates/500.html
src/kforge/django/templates/accessDenied.html
src/kforge/django/templates/index.html
src/kforge/django/templates/login.html
src/kforge/django/templates/logout.html
src/kforge/django/templates/master.html
src/kforge/django/templates/pageNotFound.html
src/kforge/django/templates/admin/create.html
src/kforge/django/templates/admin/createHasMany.html
src/kforge/django/templates/admin/delete.html
src/kforge/django/templates/admin/deleteHasMany.html
src/kforge/django/templates/admin/index.html
src/kforge/django/templates/admin/list.html
src/kforge/django/templates/admin/listHasMany.html
src/kforge/django/templates/admin/master.html
src/kforge/django/templates/admin/model.html
src/kforge/django/templates/admin/read.html
src/kforge/django/templates/admin/readHasMany.html
src/kforge/django/templates/admin/update.html
src/kforge/django/templates/admin/updateHasMany.html
src/kforge/django/templates/member/create.html
src/kforge/django/templates/member/delete.html
src/kforge/django/templates/member/list.html
src/kforge/django/templates/member/master.html
src/kforge/django/templates/member/update.html
src/kforge/django/templates/person/create.html
src/kforge/django/templates/person/delete.html
src/kforge/django/templates/person/error_create.html
src/kforge/django/templates/person/list.html
src/kforge/django/templates/person/master.html
src/kforge/django/templates/person/post_create.html
src/kforge/django/templates/person/read.html
src/kforge/django/templates/person/search.html
src/kforge/django/templates/person/update.html
src/kforge/django/templates/project/create.html
src/kforge/django/templates/project/delete.html
src/kforge/django/templates/project/error_create.html
src/kforge/django/templates/project/error_edit.html
src/kforge/django/templates/project/list.html
src/kforge/django/templates/project/master.html
src/kforge/django/templates/project/post_create.html
src/kforge/django/templates/project/post_edit.html
src/kforge/django/templates/project/read.html
src/kforge/django/templates/project/search.html
src/kforge/django/templates/project/update.html
src/kforge/django/templates/service/create.html
src/kforge/django/templates/service/delete.html
src/kforge/django/templates/service/list.html
src/kforge/django/templates/service/master.html
src/kforge/django/templates/service/read.html
src/kforge/django/templates/service/update.html
src/kforge/django/templates/serviceExtn/create.html
src/kforge/django/templates/serviceExtn/update.html
src/kforge/django/templates/snippets/background.html
src/kforge/django/templates/snippets/feedentries.html
src/kforge/django/templates/snippets/introduction.html
src/kforge/django/templates/snippets/introduction_okfn.html
src/kforge/django/templates/snippets/sitesummary.html
src/kforge/django/templates/snippets/userlinks.html
src/kforge/dom/__doc__.py
src/kforge/dom/__init__.py
src/kforge/dom/builder.py
src/kforge/dom/feedentry.py
src/kforge/dom/feedentrytest.py
src/kforge/dom/license.py
src/kforge/dom/member.py
src/kforge/dom/membertest.py
src/kforge/dom/person.py
src/kforge/dom/persontest.py
src/kforge/dom/plugin.py
src/kforge/dom/project.py
src/kforge/dom/projecttest.py
src/kforge/dom/service.py
src/kforge/dom/servicetest.py
src/kforge/dom/testunit.py
src/kforge/handlers/__init__.py
src/kforge/handlers/apachecodes.py
src/kforge/handlers/apachecodestest.py
src/kforge/handlers/kforgevirtualenvhandlers.py
src/kforge/handlers/modpython.py
src/kforge/handlers/modpythontest.py
src/kforge/handlers/projecthost.py
src/kforge/handlers/projecthosttest.py
src/kforge/handlers/kui/__init__.py
src/kforge/handlers/kui/modpython.py
src/kforge/handlers/kui/wsgi.py
src/kforge/plugin/__init__.py
src/kforge/plugin/accesscontrol.py
src/kforge/plugin/accesscontroltest.py
src/kforge/plugin/apacheconfig.py
src/kforge/plugin/apacheconfigtest.py
src/kforge/plugin/base.py
src/kforge/plugin/basetest.py
src/kforge/plugin/dav.py
src/kforge/plugin/davtest.py
src/kforge/plugin/example.py
src/kforge/plugin/example_non_service.py
src/kforge/plugin/example_single_service.py
src/kforge/plugin/factory.py
src/kforge/plugin/factory_test.py
src/kforge/plugin/git.py
src/kforge/plugin/joomla.py
src/kforge/plugin/mailman.py
src/kforge/plugin/mailmantest.py
src/kforge/plugin/mercurial.py
src/kforge/plugin/mercurial_test.py
src/kforge/plugin/mointest.py
src/kforge/plugin/notify.py
src/kforge/plugin/notifytest.py
src/kforge/plugin/svn.py
src/kforge/plugin/svntest.py
src/kforge/plugin/testingexample.py
src/kforge/plugin/tractest.py
src/kforge/plugin/wordpress.py
src/kforge/plugin/wordpresstest.py
src/kforge/plugin/www.py
src/kforge/plugin/wwwtest.py
src/kforge/plugin/moin/__init__.py
src/kforge/plugin/trac/__init__.py
src/kforge/plugin/trac/command.py
src/kforge/plugin/trac/commandtest.py
src/kforge/plugin/trac/dom.py
src/kforge/plugin/trac/domtest.py
src/kforge/test/__init__.py
src/kforge/test/test_setup_py.py
src/kforge/test/all/__init__.py
src/kforge/test/core/__init__.py
src/kforge/test/core/customer.py
src/kforge/test/core/developer.py
src/kforge/test/customer/__init__.py
src/kforge/test/customer/deployed_site_test.py
src/kforge/test/customer/deployed_svn_test.py
src/kforge/test/customer/deployment.py
src/kforge/test/customer/project_front_controller.py
src/kforge/test/customer/trac_test.py
src/kforge/test/customer/functional/__init__.py
src/kforge/test/customer/functional/web_test.py
src/kforge/test/developer/__init__.py
src/kforge/test/plugin/__init__.py
src/kforge/test/plugin/customer.py
src/kforge/test/plugin/developer.py
src/kforge/utils/__init__.py
src/kforge/utils/admin.py
src/kforge/utils/admintest.py
src/kforge/utils/backup.py
src/kforge/utils/backup_test.py
src/kforge/utils/captcha.py
src/kforge/utils/db.py
src/kforge/utils/dbtest.py
src/kforge/utils/mailer.py
src/kforge/utils/mailertest.py
src/kforge/utils/password.py
src/kforge/utils/upgrade.py
src/kforge/utils/upgradetest.py