FAQDOCSDOWNLOADSGALLERYJA-SIG LogoSourceForge.net Logo
What is HyperContent 2?
Compare Versions 1 & 2
HyperContent 2 Design
2 kinds of pipelines
AuthN, AuthZ and Groups
Form Handling
I18n and L10n
Request Handling
Authoring Tools
Unfinished for 2.0
Beyond 2.0
A request path is mapped to a pipeline according to pattern matching rules.

example:

FileAssetDefinition "Book" has pattern /docs/*/index.xml

"Book" has an HTML pipeline patterned /docs/*/index.html
"Book" has a PDF pipeline patterned /docs/*/index.pdf
"Book" has an accessible HTML pipeline patterned /acc/docs/*/index.html

A request for /acc/docs/manual/index.html is matched to the accessible HTML pipeline
and thus to the FileAsset /docs/manual/index.xml


New in HyperContent 2:
Want to be able to put a JPG file anywhere?

/**/*.jpg