INACTIVE - http://mzl.la/ghe-archive - The server component supporting Firefox's "Share" feature.
Перейти к файлу
Mark Hammond fa48a95884 first cut at send 2010-09-02 16:29:21 +10:00
docs linkdrop 2010-09-01 17:41:39 +10:00
linkdrop first cut at send 2010-09-02 16:29:21 +10:00
misc a script for converting profile data to cachgrind format 2010-09-01 14:59:34 -07:00
web first cut at send 2010-09-02 16:29:21 +10:00
.hgignore linkdrop 2010-09-01 17:41:39 +10:00
MANIFEST.in linkdrop 2010-09-01 17:41:39 +10:00
README.txt linkdrop 2010-09-01 17:41:39 +10:00
development.ini add debugger and profiler middleware, these can be moved to their own 2010-09-01 14:33:03 -07:00
ez_setup.py linkdrop 2010-09-01 17:41:39 +10:00
setup.cfg linkdrop 2010-09-01 17:41:39 +10:00
setup.py add dependencies 2010-09-01 19:20:55 -07:00
test.ini linkdrop 2010-09-01 17:41:39 +10:00

README.txt

This file is for you to describe the linkdrop application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``linkdrop`` using easy_install::

    easy_install linkdrop

Make a config file as follows::

    paster make-config linkdrop config.ini

Tweak the config file as appropriate and then setup the application::

    paster setup-app config.ini

Then you are ready to go.