Author: farra
Date: Sun Aug 30 15:44:34 2009
New Revision: 809359

URL: http://svn.apache.org/viewvc?rev=809359&view=rev
Log:
removing old versions of tzinfo and file_column plugins

Removed:
    labs/consite/trunk/conferences/vendor/plugins/file_column/
    labs/consite/trunk/conferences/vendor/plugins/tzinfo_timezone/
Modified:
    labs/consite/trunk/conferences/README
    labs/consite/trunk/conferences/conferences_extension.rb

Modified: labs/consite/trunk/conferences/README
URL: 
http://svn.apache.org/viewvc/labs/consite/trunk/conferences/README?rev=809359&r1=809358&r2=809359&view=diff
==============================================================================
--- labs/consite/trunk/conferences/README (original)
+++ labs/consite/trunk/conferences/README Sun Aug 30 15:44:34 2009
@@ -1,10 +1,12 @@
-= Conferences
-Simple conference management system for Radiant CMS 0.6.9.
 
-This extension was specifically designed for ApacheCon and may still
-contain several ApacheCon specific features.
+ Apache Labs: Radiant 'Conferences' Extension
+==============================================
 
-== Basic model organization
+This extension for the Radiant CMS includes models, forms and tags for
+managing a multi-track conference website.  It was originally written
+to support ApacheCon and may still contain several ApacheCon specific
+
+## Conference Model ##
 
  A Conference has one Venue with one or more Locations and one or more
  Tracks associated with a Location.  Users create Presentations which
@@ -15,7 +17,9 @@
  no associated User (such as a lunch or break).  Finally,
  Organizations can become Sponsors of a Conference.
 
-== Requirements
+
+ INSTALL
+---------
 
 The following other extensions or plugins should also be installed in
 Radiant:
@@ -26,7 +30,9 @@
 - file_column (rails plugin)
 - tzinfo_timezone (rails plugin)
 
-== To Do
+
+ TODO
+------
 
 - The current set of migrations need refactored to work for a clean install
 - RSpec tests need written

Modified: labs/consite/trunk/conferences/conferences_extension.rb
URL: 
http://svn.apache.org/viewvc/labs/consite/trunk/conferences/conferences_extension.rb?rev=809359&r1=809358&r2=809359&view=diff
==============================================================================
--- labs/consite/trunk/conferences/conferences_extension.rb (original)
+++ labs/consite/trunk/conferences/conferences_extension.rb Sun Aug 30 15:44:34 
2009
@@ -4,7 +4,7 @@
 require File.dirname(__FILE__) + "/lib/acts_as_cache_clearing"
 
 class ConferencesExtension < Radiant::Extension
-  version "1.0"
+  version "0.2.0"
   description "Manage conference events, speakers, presentations and tracks."
   url "http://cubiclemuses.com/cm";
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to