<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>agenda/__init__.py</filename>
    </added>
    <added>
      <filename>agenda/models.py</filename>
    </added>
    <added>
      <filename>agenda/urls.py</filename>
    </added>
    <added>
      <filename>agenda/views.py</filename>
    </added>
    <added>
      <filename>demo/agenda</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 (c) Copyright 2008 Mathijs de Bruin
 
-Metaphore is free software: you can
+Django-agenda is free software: you can
 redistribute it and/or modify it under
 the terms of the GNU General Public
 License as published by the Free
@@ -8,7 +8,7 @@ Software Foundation, either version 3 of
 the License, or (at your option) any
 later version.
 
-Metaphore is distributed in the hope
+Django-agenda is distributed in the hope
 that it will be useful, but WITHOUT ANY
 WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS</diff>
      <filename>COPYRIGHT</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-The django-calendar app is a generic
+The django-agenda app is a generic
 implementation of a web-based calendar
 with events.
 
@@ -7,5 +7,5 @@ Eventual feautures will include:
 - Feeds
 - Sitemaps
 
-The django-calendar app is released 
+The django-agenda app is released 
 under the GPL version 3.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -108,5 +108,6 @@ INSTALLED_APPS = (
     'django.contrib.sites',
     'django.contrib.admin',
     'django.contrib.admindocs',
+    'agenda'
 )
 </diff>
      <filename>demo/settings.py</filename>
    </modified>
    <modified>
      <diff>@@ -13,5 +13,7 @@ else:
 urlpatterns += patterns('',
     # Django Admin
     (r'^admin/doc/', include('django.contrib.admindocs.urls')),
-    (r'^admin/(.*)', admin.site.root)
+    (r'^admin/(.*)', admin.site.root),
+    
+    (r'^/', include('agenda.urls')),
 )</diff>
      <filename>demo/urls.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>87d561edde60cd03ee6848cdfd3165f4375cbea9</id>
    </parent>
  </parents>
  <author>
    <name>Mathijs de Bruin</name>
    <email>mathijs@visualspace.nl</email>
  </author>
  <url>http://github.com/dokterbob/django-agenda/commit/7c877ca7f57c7b2a45855e360051fab1277af4d9</url>
  <id>7c877ca7f57c7b2a45855e360051fab1277af4d9</id>
  <committed-date>2008-09-28T07:30:45-07:00</committed-date>
  <authored-date>2008-09-28T07:30:45-07:00</authored-date>
  <message>Changed name to django-agenda and started clean app.</message>
  <tree>a6fbecbbc791233abd75d63f3b82b108eae26adf</tree>
  <committer>
    <name>Mathijs de Bruin</name>
    <email>mathijs@visualspace.nl</email>
  </committer>
</commit>
