AUTHORS
CHANGES
COPYING
INSTALL
MANIFEST.in
README
RELEASE_PROCESS.txt
UPGRADE
setup.cfg
setup.py
bin/kforge-admin
bin/kforge-makeconfig
bin/kforge-ssh-handler
bin/kforge-test
bin/kforgevirtualenvhandlers.py
doc/old/cli_shell.txt
doc/old/faq.txt
doc/old/guide.txt
doc/old/index.html
doc/old/kforge_system_overview.txt
doc/old/plugin_system.txt
doc/old/plugin_system_diagram.txt
doc/source/admin-guide.rst
doc/source/cli_shell.rst.txt
doc/source/conf.py
doc/source/design-guide.rst
doc/source/faq.rst
doc/source/index.rst
doc/source/install-guide.rst
doc/source/introduction.rst
doc/source/plugin-guide.rst
doc/source/plugin_system_diagram.rst
doc/source/user-guide.rst
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/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/migratetest.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/not-zip-safe
src/kforge.egg-info/requires.txt
src/kforge.egg-info/top_level.txt
src/kforge/apache/__init__.py
src/kforge/apache/config.py
src/kforge/apache/configtest.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/cli/makeconfig.py
src/kforge/cli/ssh.py
src/kforge/cli/test.py
src/kforge/command/__init__.py
src/kforge/command/backup.py
src/kforge/command/backuptest.py
src/kforge/command/emailjoinrequest.py
src/kforge/command/emailjoinrequesttest.py
src/kforge/command/emailmailmanpassword.py
src/kforge/command/emailmailmanpasswordtest.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/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/api.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/personHasMany.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/sshKey.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/accesscontrol.py
src/kforge/django/apps/kui/views/test/api.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/mobile.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/ajax-loader.gif
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/about.html
src/kforge/django/templates/accessDenied.html
src/kforge/django/templates/home.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/recover.html
src/kforge/django/templates/welcome.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/approve.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/reject.html
src/kforge/django/templates/member/update.html
src/kforge/django/templates/person/apikey.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/read.html
src/kforge/django/templates/person/search.html
src/kforge/django/templates/person/tickets.html
src/kforge/django/templates/person/tracsearch.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/join.html
src/kforge/django/templates/project/list.html
src/kforge/django/templates/project/master.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/deleteconfirmbtn.html
src/kforge/django/templates/snippets/deleteconfirmfields.html
src/kforge/django/templates/snippets/feedentries.html
src/kforge/django/templates/snippets/formerrors.html
src/kforge/django/templates/snippets/introduction.html
src/kforge/django/templates/snippets/introduction_okfn.html
src/kforge/django/templates/snippets/kforgeclub.html
src/kforge/django/templates/snippets/memberstable.html
src/kforge/django/templates/snippets/newticketlinks.html
src/kforge/django/templates/snippets/pendingmemberstable.html
src/kforge/django/templates/snippets/peopleindex.html
src/kforge/django/templates/snippets/peoplesearchform.html
src/kforge/django/templates/snippets/peopletable.html
src/kforge/django/templates/snippets/projectsindex.html
src/kforge/django/templates/snippets/projectssearchform.html
src/kforge/django/templates/snippets/projectstable.html
src/kforge/django/templates/snippets/quicklinks.html
src/kforge/django/templates/snippets/servicestable.html
src/kforge/django/templates/snippets/sitesummary.html
src/kforge/django/templates/snippets/ticketrow.html
src/kforge/django/templates/snippets/ticketsearchform.html
src/kforge/django/templates/snippets/tickettable.html
src/kforge/django/templates/snippets/tracsearchform.html
src/kforge/django/templates/snippets/tracsearchformnextprev.html
src/kforge/django/templates/snippets/tracsearchtable.html
src/kforge/django/templates/snippets/welcome.html
src/kforge/django/templates/sshKey/create.html
src/kforge/django/templates/sshKey/delete.html
src/kforge/django/templates/sshKey/master.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/dom/ticket.py
src/kforge/handlers/__init__.py
src/kforge/handlers/apachecodes.py
src/kforge/handlers/apachecodestest.py
src/kforge/handlers/base.py
src/kforge/handlers/modpython.py
src/kforge/handlers/modpythontest.py
src/kforge/handlers/modwsgi.py
src/kforge/handlers/modwsgitest.py
src/kforge/handlers/projecthost.py
src/kforge/handlers/projecthosttest.py
src/kforge/handlers/tracmodpython.py
src/kforge/handlers/tracticket.py
src/kforge/handlers/wsgitest.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/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/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/mercurialtest.py
src/kforge/plugin/moin.py
src/kforge/plugin/mointest.py
src/kforge/plugin/notify.py
src/kforge/plugin/notifytest.py
src/kforge/plugin/ssh.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/trac/__init__.py
src/kforge/plugin/trac/basetest.py
src/kforge/plugin/trac/commandtest.py
src/kforge/plugin/trac/dictionarywords.py
src/kforge/plugin/trac/dom.py
src/kforge/plugin/trac/domtest.py
src/kforge/plugin/trac/exceptions.py
src/kforge/plugin/trac/command/__init__.py
src/kforge/plugin/trac/command/admin.py
src/kforge/plugin/trac/command/admintest.py
src/kforge/plugin/trac/command/base.py
src/kforge/plugin/trac/command/basetest.py
src/kforge/plugin/trac/command/config.py
src/kforge/plugin/trac/command/configtest.py
src/kforge/plugin/trac/command/db.py
src/kforge/plugin/trac/command/dbtest.py
src/kforge/plugin/trac/command/perm.py
src/kforge/plugin/trac/command/permtest.py
src/kforge/plugin/trac/command/pref.py
src/kforge/plugin/trac/command/preftest.py
src/kforge/plugin/trac/command/search.py
src/kforge/plugin/trac/command/searchtest.py
src/kforge/plugin/trac/command/ticket.py
src/kforge/plugin/trac/command/tickettest.py
src/kforge/test/__init__.py
src/kforge/test/all.py
src/kforge/test/developer.py
src/kforge/test/customer/__init__.py
src/kforge/test/customer/base.py
src/kforge/test/customer/kui/__init__.py
src/kforge/test/customer/kui/api.py
src/kforge/test/customer/kui/base.py
src/kforge/test/customer/kui/member.py
src/kforge/test/customer/kui/person.py
src/kforge/test/customer/kui/project.py
src/kforge/test/customer/kui/service.py
src/kforge/test/customer/kui/welcome.py
src/kforge/test/customer/kui/admin/__init__.py
src/kforge/test/customer/kui/admin/domainObject.py
src/kforge/test/customer/kui/admin/hasMany.py
src/kforge/test/customer/plugin/__init__.py
src/kforge/test/customer/plugin/base.py
src/kforge/test/customer/plugin/dav.py
src/kforge/test/customer/plugin/git.py
src/kforge/test/customer/plugin/mailman.py
src/kforge/test/customer/plugin/mercurial.py
src/kforge/test/customer/plugin/moin.py
src/kforge/test/customer/plugin/ssh.py
src/kforge/test/customer/plugin/svn.py
src/kforge/test/customer/plugin/trac.py
src/kforge/test/customer/plugin/wordpress.py
src/kforge/test/customer/plugin/www.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/upgrade.py
src/kforge/utils/upgradetest.py