Skip to content

Commit

Permalink
Merge pull request #1 from fwilhe/improve-readme
Browse files Browse the repository at this point in the history
Improve README Files
  • Loading branch information
Sebastian Mancke committed Jun 18, 2016
2 parents 91f36be + 5be495e commit c8c6f62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ The library consists of the following packages:

- [composition](composition/README.md): The page composition.
- [util](util/README.md): Some common middleware handlers.
- [logging](util/README.md): Highlevel logging library.
- [logging](logging/README.md): Highlevel logging library.
6 changes: 3 additions & 3 deletions composition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Example: The Head Fragment contains `<title>The Title</title>`
</head>
```

#### Body Default Fragment
#### Body Default Fragment
All other elements fragments and those elements, marked with `uic-remove`, are removed from the body
and the remaining fragment is taken as Body Default Fragment. The Body Default Fragment is just a fragment with
the empty name (""). If there is a `uic-fragment` tag without the name in the body, this overwrites the default fragment.
Expand Down Expand Up @@ -181,7 +181,7 @@ There are some predefined variables, constructed out of the request.
}
```

#### Preloaded Includes
#### Preloaded Includes
On an unspecified include, the UI-Service has to load replace the include by a previously loaded fragment.

Example: Will be replaced by the Default Body Fragment of *example.com/foo*.
Expand All @@ -202,7 +202,7 @@ Example: Will be replaced by the *content* fragment of any random choosen page.
§[> #content]§
```

#### Loaded Includes
#### Loaded Includes
On a specified include, the UI-Service has to load the referenced page and has to replace the include with the referenced fragment.
Within the src attribute, there are also variable replacements possible.

Expand Down

0 comments on commit c8c6f62

Please sign in to comment.