<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,5 @@
 
-For more information on codex, see http://codex.rubyforge.org
-
-NOTE: Change this information in PostInstall.txt 
-You can also delete it if you don't want it.
-
-
+To create new presentations:
+	
+		codex path/to/presentation/folder
+		</diff>
      <filename>PostInstall.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,11 @@
+Codex
+-----
+
+http://github.com/pragdave/codex
+
+Description
+===========
+
 This is a remarkably trivial package that makes simply HTML-based presentations from
 a set up source files written using Textile. It's designed to help when creating
 slides that contain lots of code, as it allows code to be embedded from external source files. 
@@ -6,12 +14,25 @@ This means that the code that you embed can come from running (and tested) progr
 The code in the resulting slides is syntax highlighted, and is hyperlinked to the original
 source file, allowing that file to be brought up in Textmate.
 
-To get started
+Requirements
+============
+
+* make sure you have Ruby 1.8.6 installed and RubyGems
+, along with the Rake and redcloth gems
+
+Installation
+============
+
+		gem install codex
+
+Usage
+=====
 
-* make sure you have Ruby 1.8.6 installed, along with the Rake and redcloth gems
 * type 'rake all' in the same directory as this README file
 * open html/all.html
 
+License
+=======
 
-See the file LICENSE for details on how this all may be used.
+See the file LICENSE.txt for details on how this all may be used.
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,15 @@
 require 'codex/version'
 
-AUTHOR = 'Dr Nic Williams'  # can also be an array of Authors
-EMAIL = &quot;drnicwilliams@gmail.com&quot;
-DESCRIPTION = &quot;description of gem&quot;
+AUTHOR = 'Dave Thomas'  # can also be an array of Authors
+EMAIL = &quot;dave@pragprog.com&quot;
+DESCRIPTION = &quot;Simple tool for creating source-code intensive presentations and courses&quot;
 GEM_NAME = 'codex' # what ppl will type to install your gem
 RUBYFORGE_PROJECT = 'codex' # The unix name for your project
 HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
 DOWNLOAD_PATH = &quot;http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}&quot;
 EXTRA_DEPENDENCIES = [
-#  ['activesupport', '&gt;= 1.3.1']
+ ['rake', '&gt;= 0.8.1'],
+ ['RedCloth', '&gt;= 3.0.4']
 ]    # An array of rubygem dependencies [name, version]
 
 @config_file = &quot;~/.rubyforge/user-config.yml&quot;</diff>
      <filename>config/hoe.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9544c631e5cbd0771f29498bacb0f2a4418d7b4b</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/pragdave/codex/commit/4a41401072dcb56fd856be715bb6c4393b136b8e</url>
  <id>4a41401072dcb56fd856be715bb6c4393b136b8e</id>
  <committed-date>2008-05-18T16:02:51-07:00</committed-date>
  <authored-date>2008-05-18T16:02:51-07:00</authored-date>
  <message>updated gem config + postinstall</message>
  <tree>cc71252ce7953156c5941a4259c49b59a02d1bb9</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
