[cvs] [Wiki] changed: RampageFramework

Chuck Hagenbuch chuck at horde.org
Sun Jul 24 12:30:41 PDT 2005


chuck  Sun, 24 Jul 2005 12:30:41 -0700

Modified page: http://wiki.horde.org/RampageFramework
New Revision:  1.6
Change log:  add my view notes from while watiting for yesterday's haircut

@@ -57,13 +57,17 @@
 
 need basic classes for each backend (SQL, LDAP, Kolab, IMSP, etc) that provide a unified api
 try hard not to use more than that api; write specific adapters when necessary (Whups with encapsulated specialized Mapper objects, etc.).
 
-++ Display and templates
+++ Display and templates, Views and Components
 
-- Fields
-- html/xhtml/xml renderers
-- php5 xsl?
+* views/components should be nestable
+* need a concept of "slots" - where can a view put sub-views
+* copy java's layout managers? or is that too heavy? want to keep it simple
+* How much effort should be put into formats other than XHTML? probably different for data vs. components. Data should be available as a pdf, as rss feeds, in export formats. Components will still be xhtml, maybe wml for mobile device support, maybe php-gtk - more limited set.
+* Fields
+* html/xhtml/xml renderers
+* php5 xsl?
 
 !ViewBuilder/!PageBuilder custom views
 Web services, command line, GET/web layout should be identical
 App/Method/Params?


More information about the cvs mailing list