~~ Djagios 0.1.3 Release codename Katala ~~

Katala is probably last 0.1 release with following changes:

Features:
    - (model) Beta import servicedependency
    - (model) Deserialization: preparation to allow the import of a json/python/yaml formatted configuration
    - (template) Added an overview of your hosts on the homepage of the default template
    - (template) Added /<json|yaml|python>/<objecttype>/<name> to fetch json/yaml/python serialized object

Bug fixes:
    - (model) Fixed the negative hosts to be exported correctly
    - (model) Service Export only export attributes that need to be exported (as opposed to all)
    - (model) Exporter removes the nagios.cfg before exporting
    - (model) Fix incorrect export of contactgroup and contact
    - (model) Removed all FKs to Command and CheckCommand from NagiosCfg
    - (model) Removed the symmetrical m2m's where needed
    - (website) Order services alphabetical
    - (website) Improved the installation docs

~~ Djagios 0.1.x Release codename milamber ~~

At this time Djagios is in development stage. The current release was
made more to establish a release model as to have a functional release.
However the 0.1.x code should be fully working with following
functionalities:

- working import/export for all objects except hostextinfo, servicedependency,
  serviceescalation, hostdependency, servicedependency
- working webfunctions are: add host, add service to host, remove
  service from host, remove host.
- admin section fully working

