<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -67,42 +67,62 @@ module:
 
      ...and/or collaborate with the author of this Drupal module to build a
      snazzy, user-friendly UI for generating exhibit definitions.
-
-
+     
 EXHIBIT VIEWS
 -------------
-This module includes a module called 'Exhibit Views' that generates
-Exhibit-compatible JSON data feeds of views defined using the Views module,
+This module includes a module called 'Exhibit Views' that allows you to
+add Exhibit-compatible JSON data feeds to views defined using the Views module,
 available from:
 
   &lt;http://drupal.org/project/views&gt;
 
   1. Install and enable the two included modules 'Exhibit' and
-     'Exhibit Views'.
-
-  2. For any views you wish to utilize in exhibits, create data feeds with
-     URLs of the following form:
-
-       exhibit/views/&lt;NAME&gt;
-
-     Replace &lt;NAME&gt; with the unique view name of the view in question, e.g.
-     'tracker'.
-
-  3. The JSON feed will, by default, utilize the first view field as the
-     data items' label (the presence of a special label field is required by
-     Exhibit). To use another field, you can manually specify an additional
-     'label' query parameter in the data feed's URL as follows:
-
-       exhibit/views/&lt;NAME&gt;?label=&lt;LABEL_FIELD&gt;
-
-     Replace &lt;LABEL_FIELD&gt; with the internal field name, e.g.  'name'. It
-     is recommended you specify the full table-qualified name, such as
-     'users_name', if you know it; however, in most cases that are
-     unambiguous, the field name itself without the table-qualifier prefix,
-     such as 'name', will probably do fine.
-
-     Utilizing this option may require some familiarity with Views internals
-     as Views does not expose the required internal field name in its
-     administrative interface. In general, though, you may be able to either
-     guess the internal name (e.g. 'User: E-mail' has the internal name
-     'mail') or determine it by examining the JSON output.
+    'Exhibit Views'.
+
+  2. For any views you wish to utilize in exhibits, add a Feed display to the 
+    view by browsing to the view editor at:
+
+      admin/build/views/&lt;VIEW NAME&gt;
+
+    Replace &lt;NAME&gt; with the unique view name of the view in question, e.g.
+    'tracker'.  You can also browse for your view at:
+
+      admin/build/views
+
+  3. In the display list, select &quot;Feed&quot; from the drop down list and then click
+    on the &quot;Add display&quot; button.  Assign the feed an appropriate name (e.g. 
+    &quot;Exhibit Feed&quot;). Set the style to &quot;Exhibit JSON&quot; by click on the link
+    next to the &quot;Style&quot; label under the &quot;Basic Settings&quot; section.  After you
+    select Exhibit JSON, click on the &quot;update&quot; button.  You will be presented
+    with some options for the item type label and item type plural label.
+    These are used in the Exhibit feeds, and Exhibit itself, to describe the
+    types of items in your list.  So, if your displaying a list of Event node
+    types, use event and events for the type label and plural type label.
+    Click on the update button to save your settings.
+
+    Once you've selected the correct display style, click on the link next to
+    the &quot;Row style&quot; plugin, also found under the &quot;Basic Settings&quot; section
+    right below the Style settings.  Select the &quot;Fields (Exhibit)&quot; option and
+    then click on the update button.
+
+    Finally, assign a path that you would like this feed to be accessible
+    through under the &quot;Feed Settings&quot; and save your view.
+
+    It should be noted, that Exhibit expects dates to be in ISO 8601 format.
+    For each date or datetime field in your view that you want accessible
+    within your Exhibits, you must override the format settings to
+    &quot;Y-m-d\TH:i:s&quot;. To do this, make sure the Exhibit feed display is
+    selected, click on the date field you wish to override, and you will be
+    presented with the field options.  Click on the &quot;Override&quot; button in the
+    upper right hand corner of the settings form, choose &quot;Custom&quot; from the
+    &quot;Date format&quot; field and enter &quot;Y-m-d\TH:i:s&quot; without quotes into the
+    Custom date format field. You can use this override function for other
+    fields to if you want a different label or settings specifically for the
+    Exhibit JSON feed.
+
+    Now that your View Exhibit feed is configured, you should be able to
+    create or edit and Exhibit node and see this feed in the list.  The feed
+    will be name with the format &quot;view name: display title&quot;.  If your view was
+    &quot;Events&quot; and you named the Exhibit feed display &quot;Exhibit JSON&quot;, you would
+    see &quot;Events: Exhibit JSON&quot; in the list of available Exhibit feeds.  Feeds
+    titles from Views2 will link to their corresponding views.
\ No newline at end of file</diff>
      <filename>INSTALL.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b647f010722d1c3d18f8a07e142dbc59012d0e7c</id>
    </parent>
  </parents>
  <author>
    <name>Josh Huckabee</name>
    <email>joshhuckabee@gmail.com</email>
  </author>
  <url>http://github.com/jhuckabee/drupal-exhibit/commit/09c8398ab3c31f1eded6f0a0e54a6fcf083446e9</url>
  <id>09c8398ab3c31f1eded6f0a0e54a6fcf083446e9</id>
  <committed-date>2008-12-12T11:38:08-08:00</committed-date>
  <authored-date>2008-12-12T11:38:08-08:00</authored-date>
  <message>Updated documentation with new Views2 usage</message>
  <tree>3ca74ce1108933082acceacc2f429a6be48219ab</tree>
  <committer>
    <name>Josh Huckabee</name>
    <email>joshhuckabee@gmail.com</email>
  </committer>
</commit>
