<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,22 +1,11 @@
 
-django-faq v.1.0
-================
-
-An extremely simple FAQ application for your Django powered site. I also made
-note to provide this app as an example of creating a reusable app following
-best practices - allowing for template overrides, extra_context arguments,
-etc. So in theory you should be able to drop it on your Python path and get
-going pretty easy. I noted where appropriate some of the details. Search for
-'#NOTE' to see where I left those tidbits of info that provide some more
-details within the code.
-
-Djangop-FAQ v.1.2
+Djangop-FAQ
 =================
 
 This is a simple faq application for your Django powered site.
 This app follows several &quot;best practices&quot; for reusable apps by allowing for template overrides and extra_context arguments and such.
 
-New in this version
+Features
 ===================
 
 Question Headers can be created that can be used to group related questions into sections.
@@ -39,6 +28,7 @@ Installation
    custom 'template_name' arguments by creating your own view wrappers around
    the 'faq' app views. I show how to do the latter in the 'example' project
    included - look at the views.py file to see the details.
+4. If you'd like to load some example data then execute ./manage.py loaddata example_data.json
 
 Example Site
 ============
@@ -54,11 +44,13 @@ There is a stand-alone example site in the projects/example directory. to try it
 
 2. Execute './manage.py syncdb' (This assumes that sqlite3 is available as it is set as the default database with the DATABASE_NAME = 'faq.db'.)
 
-3. Execute './manage.py runserver' and you will have the example site up and running. The home page will have links to get to the available views as well as to the admin (assuming that you have the admin installed and it uses the &quot;/admin/&quot; utl.) 
+3. If you'd like to load some example data then execute ./manage.py loaddata example_data.json
 
-4. After logging into the admin you will notice an additional question appears in the FAQ. That question is &quot;protected&quot; and therefore not presented to non-authenticated users.
+4. Execute './manage.py runserver' and you will have the example site up and running. The home page will have links to get to the available views as well as to the admin (assuming that you have the admin installed and it uses the &quot;/admin/&quot; utl.) 
 
-5. The capability to submit an FAQ is available and works whether or not you are a logged in user. Note that a staff member will have to use the admin and review any submitted FAQs and clean them up and set them to active before they are viewable by the end user views.
+5. After logging into the admin you will notice an additional question appears in the FAQ. That question is &quot;protected&quot; and therefore not presented to non-authenticated users.
+
+6. The capability to submit an FAQ is available and works whether or not you are a logged in user. Note that a staff member will have to use the admin and review any submitted FAQs and clean them up and set them to active before they are viewable by the end user views.
 
 Pinax Example Site
 ==================
@@ -83,6 +75,8 @@ To try out the Pinax example:
 
 4. Execute ./manage.py syncdb and then ./manage.py runserver and the app should come up.
 
+5. If you'd like to load some example data then execute ./manage.py loaddata example_data.json
+
 The home page that appears is the nominal Pinax home page. To get to the FAQ you can either:
 
 1. Edit your browser URL to point at localhost:8000/faq/</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>85ccdbac2dfa32d2b3aae7d353321bad4fe3bd31</id>
    </parent>
  </parents>
  <author>
    <name>kevin fricovsky</name>
    <email>kevin@howiworkdaily.com</email>
  </author>
  <url>http://github.com/howiworkdaily/django-faq/commit/7714ff9018ef12fd345bba2ee3095c39c1ae5369</url>
  <id>7714ff9018ef12fd345bba2ee3095c39c1ae5369</id>
  <committed-date>2008-12-24T06:29:48-08:00</committed-date>
  <authored-date>2008-12-24T06:29:48-08:00</authored-date>
  <message>added instructions for loadding example data via example_data.json</message>
  <tree>bbc21fbec91745a6098c3a4461b121b0f0d3a93d</tree>
  <committer>
    <name>kevin fricovsky</name>
    <email>kevin@howiworkdaily.com</email>
  </committer>
</commit>
