[Grok-dev] "The weird classes we couldn't categorize yet"
Brandon Craig Rhodes
brandon at rhodesmill.org
Wed Jun 25 07:47:17 EDT 2008
(Replying to myself...)
And while we're at it, let's put the categories in the order that a
newbie user would be interested; that is, in the order they appear in
the Tutorial or some similar document, like (reordering them from the
email I just sent):
* Site structure
o grok.Site
o grok.Application
* Data storage
o grok.Model
o grok.Container
* Data search
o grok.Indexes
* Object rendering
o grok.View
o grok.JSON
o grok.XMLRPC
o grok.PageTemplate
o grok.PageTemplateFile
* Forms
o grok.Form
o grok.AddForm
o grok.EditForm
o grok.DisplayForm
* URL resolution (include grok.traversable(), describe the whole scheme?)
o grok.Traverser
* Security
o grok.Permission
o grok.Role
* Utilities
o grok.GlobalUtility
o grok.LocalUtility
* Adapters
o grok.Adapter
o grok.MultiAdapter
o grok.Annotation
All right, so that puts "Data Search" a bit early compared to most
people's learning curve; but it just looks so good next to "Data
Storage" itself that I can't bear to move it.
--
Brandon Craig Rhodes brandon at rhodesmill.org http://rhodesmill.org/brandon
More information about the Grok-dev
mailing list