Changeset df20caedcb6bf9c5addec71745192b3c1cf38f49
- Timestamp:
- 06/18/11 19:57:59
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1308427079 -0400
- git-parent:
[9204e489885537dd7a3f75d030daab3243bfe5cf]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1308427079 -0400
- Message:
fix docs and online formatting
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re2ae3ee |
rdf20cae |
|
| 32 | 32 | </modules> |
|---|
| 33 | 33 | <database> |
|---|
| | 34 | <journal> |
|---|
| | 35 | <path>/var/log/stratcon.persist</path> |
|---|
| | 36 | </journal> |
|---|
| 34 | 37 | <dbconfig> |
|---|
| 35 | 38 | <host>db1</host> |
|---|
| rdb656f3 |
rdf20cae |
|
| 61 | 61 | <xsl:template match="/">= <xsl:value-of select="module/name"/> = |
|---|
| 62 | 62 | |
|---|
| 63 | | <xsl:call-template name="wrap-string"> |
|---|
| 64 | | <xsl:with-param name="str" select="module/description/*"/> |
|---|
| 65 | | <xsl:with-param name="break-mark" select="' '"/> |
|---|
| 66 | | <xsl:with-param name="wrap-col" select="'70'"/> |
|---|
| 67 | | </xsl:call-template> |
|---|
| | 63 | <xsl:for-each select="module/description/*"> |
|---|
| | 64 | <xsl:text xml:spacing="preserve"> </xsl:text> |
|---|
| | 65 | <xsl:call-template name="wrap-string"> |
|---|
| | 66 | <xsl:with-param name="str" select="."/> |
|---|
| | 67 | <xsl:with-param name="break-mark" select="' '"/> |
|---|
| | 68 | <xsl:with-param name="wrap-col" select="'70'"/> |
|---|
| | 69 | </xsl:call-template> |
|---|
| | 70 | <xsl:text xml:spacing="preserve"> |
|---|
| | 71 | |
|---|
| | 72 | </xsl:text> |
|---|
| | 73 | </xsl:for-each> |
|---|
| 68 | 74 | |
|---|
| 69 | 75 | loader: <xsl:value-of select="module/loader"/> |
|---|
| re2ae3ee |
rdf20cae |
|
| 17 | 17 | </modules> |
|---|
| 18 | 18 | <database> |
|---|
| | 19 | <journal> |
|---|
| | 20 | <path>/var/log/stratcon.persist</path> |
|---|
| | 21 | </journal> |
|---|
| 19 | 22 | <dbconfig> |
|---|
| 20 | 23 | <host>db1</host> |
|---|