<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>solu</name>
<shortdesc>Self-service Office resource Locator and Updater</shortdesc>
<description>====
Solu
====

Solu is a simple web application meant for making it easy to
find colleagues, meeting rooms and other resources in an office. It has a self
service model without any authentication or permission checks, where anyone
can find and update any resource's information. 

The name "Solu" comes from  "Self-service Office Locator and Updater". It
is also a word in the Finnish language and means "cell" (biology).

Install
-------

- ``easy_install solu``
- (OR if you don't have ``setuptools`` installed, download the sources and then:
  ``python setup.py install``)

Demo
----

- ``solu deploy``
- ``solu demodb``
- ``solu runserver localhost 8080``

Deploy
------

- Create the database and write settings to ini file:
  ``solu deploy --url="sqlite:///solu.db" --data="./data"`` (you might want to
  use a different database engine and absolute ``data`` url)
- Copy your office map file into ``./data/maps/map.png`` file
- Either serve with Werkzeug_'s webserver, for example:
  ``solu runserver localhost 8080``
- Or create a WSGI configuration file that gets invoked with your favorite
  WSGI gateway. Sample configuration::
  
    from solu.application import Solu
    application = Solu('/path/to/deploy.ini')

.. _Werkzeug: http://werkzeug.pocoo.org/</description>
<homepage rdf:resource="http://www.heikkitoivonen.net/solu/" />
<maintainer><foaf:Person><foaf:name>Heikki Toivonen</foaf:name>
<foaf:mbox_sha1sum>58be6e0decf84d6f85079ed0c09d77dd2fb17c10</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>