===== manas ===== A community-driven knowledge sharing system. Features ======== - Allows anyone to submit and vote on ideas - Allows anyone submit, vote, and answer questions - Ideas update in real time using ``comet`` - Uses jQuery for ajaxy hotness - Powered by TurboGears2/Pylons Installation and Setup ====================== Generate egg-info:: python setup.py egg_info Tweak the config file as appropriate and then setup the application:: paster setup-app development.ini Start the orbited server orbited orbited.cfg Start our application paster serve development.ini