[Argil-svn] SF.net SVN: argil: [498] trunk/docs/Roadmap
Status: Alpha
Brought to you by:
tswicegood
|
From: <tsw...@us...> - 2007-02-22 15:32:16
|
Revision: 498
http://argil.svn.sourceforge.net/argil/?rev=498&view=rev
Author: tswicegood
Date: 2007-02-22 07:32:13 -0800 (Thu, 22 Feb 2007)
Log Message:
-----------
Remove Pipes references
Modified Paths:
--------------
trunk/docs/Roadmap
Modified: trunk/docs/Roadmap
===================================================================
--- trunk/docs/Roadmap 2007-02-21 17:50:29 UTC (rev 497)
+++ trunk/docs/Roadmap 2007-02-22 15:32:13 UTC (rev 498)
@@ -1,6 +1,6 @@
-Pipes - PHP In Pipes Express Scaffolding
-========================================
-Pipes is an OO MVC framework built in PHP 5 designed to quickly and easily build
+Argil Framework
+===============
+Argil is an OO MVC framework built in PHP 5 designed to quickly and easily build
a MVC application around database tables created using your favorite MySQL
client. This document outlines the intended features through version 1.0 with
a few additional features that are anticipated in post 1.0 releases.
@@ -12,16 +12,16 @@
code and return it in a compressed archive form.
* Add support for mixins in Controllers
* Move Controller authorization into a mixin
- * Add in Pipes_Dispatcher to take the place of Pipes_Controller::run()
+ * Add in Argil_Dispatcher to take the place of Argil_Controller::run()
* Make all Controller::action*() methods public and have them return View_Result
objects by default
- * Add Pipes_Controller::findExecutable($route, $credentials) for use by Dispatcher
+ * Add Argil_Controller::findExecutable($route, $credentials) for use by Dispatcher
Version 0.4
-----------
* Implement RSS/Atom PageTypes
- * Start Pipes_Services code
- * Implement Pipes_Http to wrap access to Zend, PEAR, Pecl, and Curl
+ * Start Argil_Services code
+ * Implement Argil_Http to wrap access to Zend, PEAR, Pecl, and Curl
* Implement ability to map URLs to 'name' field instead of 'id' field.
Version 0.5
@@ -30,7 +30,7 @@
release until Version 1.1
* Ability to create complex MVC code directly from the command line by setting
up a database with the tables and relationships that you need and calling
- 'pipes create all' from the command line.
+ 'argil create all' from the command line.
Version 0.6
-----------
@@ -39,7 +39,7 @@
Version 0.7
-----------
- * Documentation release - contains narrative documentation on how to use Pipes
+ * Documentation release - contains narrative documentation on how to use Argil
for various tasks. Will focus on use cases rather than API.
Version 0.9
@@ -65,7 +65,7 @@
### Version 0.1
* Ability to create basic CRUD (Create, Retrieve, Update, Delete) directly from
commandline
- * Implement executable script called "pipes" which takes two parameters
+ * Implement executable script called "argil" which takes two parameters
- 'create <table_name>': creates the Model, Controller, and
View for basic applications based on the table in a MySQL database.
* All new Models are stored with an ID based on universal sequences table
@@ -83,8 +83,8 @@
### Version 0.2
* Implement basic Authorization Decorator to allow multiple Authorization
types
- * Implement first AJAX interface via 'pipes' Javascript object that provides
- basic API for performing Pipes related commands (see [PipesAjaxApi](./PipesAjaxApi))
+ * Implement first AJAX interface via 'argil' Javascript object that provides
+ basic API for performing Argil related commands (see [ArgilAjaxApi](./ArgilAjaxApi))
* Include initial Javascript effects libraries as part of release
* Implement PageTypes based on file extension (i.e. bookmarks/browse.html)
which is used to load a PageType wrapper to wrap Controller generated content
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|