projectsHere are some community projects which I have benefited from and wish to contribute my resources to.
Summer of Code ProposalMotivationIn building a content-oriented website, people need a way to specify Most existing tools for site-structuring and navigation in Drupal are problematic for two main reasons:
Sun, 2007-03-25 21:54 | eric
Useful Drupal Links
Thu, 2007-08-09 19:37 | root
Large organization authoring environmentcck, groups, categories hybridCategories represent areas of influence. They don’t correspond directly to location, rather locations are constructed by intersecting vocabularies and providing a means of display for the resulting nodes. Groups can be associated with categories, as a single node. This node is also a cck node.
This last is a work by Earl providing an API for node access modules to interoperate. Currently, access modules directly insert records into the node_access table. If any module has inserted a “yes” record, access is granted. na_arbitrator provides. Currently, there exists in the package a module workflow_access which ties node access to workflow state by role. Relationships
For each category/group, there are 3 local “roles”:
A content item lives in the intersection of the union of each set of categories which share a container For example: ?? (FAQs) AND (History OR Math) AND (“History: Early 20th” OR “Math: Trigonomery”) ?? Here, the first category is the content type. Each content type has fields, workflow, and behavior. Type determines workflow. This makes workflow and behavior global in the sense that it is the same in all departments. This is true at least in our first prototype. It would be possible to add more “roles” to a group type using CCK user ref fields. Behaviors could then be associated with these local roles using a na_arbitrator node access module.
Mon, 2006-07-24 23:38 | eric
View Arguments in MenuMy immediate use-case is taxonomy browsing, but it would be very useful for all kinds of views.
Mon, 2006-07-17 20:22 | eric
4.8 on the Move: CCK MergeIt is very useful for a CMS to allow site creators to define new content types. This functionality is nicely implemented in Drupal with CCK, also known as content.module. CCK actually allows new types to be defined TTW (Through The Web). For the 4.7 series, CCK has been developed parallel to core as a set of contrib modules. As the CCK feature set stabilizes, changes are made in core to ease the merge.
Thu, 2006-07-13 19:40 | eric
|
