Skip to content

Commit

Permalink
Update doc/manual/dryml-guide.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaragar authored and hbaragar committed Jan 8, 2013
1 parent 8dec3d4 commit 6c2a6bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/manual/dryml-guide.markdown
Expand Up @@ -3,9 +3,7 @@ The DRYML Guide

DRYML is a templating language based on the concept of composable parameterized tags. This makes it possible to create a complex tag (such as a whole web page) whose inner (parameterized) pieces can be customized differently on different invocations. For example, for every resouce (model-view-controller) created in application, hobo automatically creates an associated CRUD interface that is easily adaptable to meet the application's requirements. Indeed, most Hobo applications, even the ones with complex interfaces, simply use the generated interface with minor adaptions.

This chapter is devoted to the details of how to use, create and extend DRYML tags. If you have little or no experience with Hobo and DRYML, then it would be better for you to start with the Agility tutorial---to get an understanding of how DRYML is used---before staring on this chapter. If you are developing an application and want to customize part of the interface, then it would be better for you to start in the app/views/taglibs/auto/rapid/ directory of your application, where the automatically generated tags are stored. If you need more information about the tags used construct your application's interface, or need specialized tags, then you probably should be exploring the Tab Libraries (Taglibs). Fin
ally, if you need to create new tags, extend old tags, or need to call tags in a
non-simple way, then read on.
This chapter is devoted to the details of how to use, create and extend DRYML tags. If you have little or no experience with Hobo and DRYML, then it would be better for you to start with the Agility tutorial---to get an understanding of how DRYML is used---before staring on this chapter. If you are developing an application and want to customize part of the interface, then it would be better for you to start in the app/views/taglibs/auto/rapid/ directory of your application, where the automatically generated tags are stored. If you need more information about the tags used construct your application's interface, or need specialized tags, then you probably should be exploring the Tab Libraries (Taglibs). Finally, if you need to create new tags, extend old tags, or need to call tags in a non-simple way, then read on.



Expand Down

0 comments on commit 6c2a6bd

Please sign in to comment.