Author: fmeschbe
Date: Sat Dec 15 20:56:09 2012
New Revision: 1422351
URL: http://svn.apache.org/viewvc?rev=1422351&view=rev
Log:
FELIX-3816 Replace Confluence {children} tag
Modified:
felix/site/trunk/content/documentation/community.mdtext
felix/site/trunk/content/documentation/development.mdtext
felix/site/trunk/content/documentation/subprojects/apache-felix-framework.mdtext
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide.mdtext
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted.mdtext
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools.mdtext
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide.mdtext
felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide.mdtext
felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide/sigil-repositories.mdtext
felix/site/trunk/content/documentation/tutorials-examples-and-presentations.mdtext
felix/site/trunk/content/miscellaneous/board-reports.mdtext
felix/site/trunk/content/miscellaneous/cat-scan-project-proposal.mdtext
felix/site/trunk/content/miscellaneous/cat-scan-project-proposal/cat-scan-002-profiles.mdtext
Modified: felix/site/trunk/content/documentation/community.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/community.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/community.mdtext (original)
+++ felix/site/trunk/content/documentation/community.mdtext Sat Dec 15 20:56:09
2012
@@ -1,5 +1,4 @@
-Title: Community
+Title: Community Documentation
-# Community Documentation
-
-{children}
\ No newline at end of file
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
\ No newline at end of file
Modified: felix/site/trunk/content/documentation/development.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/development.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/development.mdtext (original)
+++ felix/site/trunk/content/documentation/development.mdtext Sat Dec 15
20:56:09 2012
@@ -4,4 +4,5 @@ Title: Development
This page contains links related to Felix project development.
-{children}
\ No newline at end of file
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-framework.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-framework.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-framework.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-framework.mdtext
Sat Dec 15 20:56:09 2012
@@ -6,4 +6,5 @@ The Felix Framework subproject is an imp
## Framework documentation
-{children}
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide.mdtext
Sat Dec 15 20:56:09 2012
@@ -7,6 +7,7 @@ Title: apache-felix-ipojo-devguide
# iPOJO Developer Guide
*This page contains pages of the the iPOJO developer guide*
-{children}
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
{include:apache-felix-ipojo-footer}
\ No newline at end of file
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted.mdtext
Sat Dec 15 20:56:09 2012
@@ -8,7 +8,8 @@ Title: apache-felix-ipojo-gettingstarted
This page lists the tutorials for a "good" start with iPOJO framework.
-{children}
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
{include:apache-felix-ipojo-footer}
\ No newline at end of file
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools.mdtext
Sat Dec 15 20:56:09 2012
@@ -7,7 +7,8 @@ Title: apache-felix-ipojo-tools
# iPOJO Tools
This page contains the list of provided tools helping the development of iPOJO
applications:
-{children}
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
{include:apache-felix-ipojo-footer}
\ No newline at end of file
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide.mdtext
Sat Dec 15 20:56:09 2012
@@ -6,7 +6,8 @@ Title: apache-felix-ipojo-userguide
# User Guide
This page references pages composing the iPOJO User Guide:
-{children}
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
{include:apache-felix-ipojo-footer}
\ No newline at end of file
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide.mdtext
Sat Dec 15 20:56:09 2012
@@ -2,4 +2,5 @@ Title: Sigil User Guide
# Sigil User Guide
-{children}
\ No newline at end of file
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide/sigil-repositories.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide/sigil-repositories.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide/sigil-repositories.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-sigil/sigil-user-guide/sigil-repositories.mdtext
Sat Dec 15 20:56:09 2012
@@ -3,6 +3,7 @@ Title: Sigil Repositories
Repositories are where the external dependencies for your project live. Sigil
resolves and downloads dependencies for OSGi bundles via an extensible
repository interface.
Current implementations provided in Sigil are:
-{children}
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
To add a repository to your workspace go to the Eclipse preferences panel (OS
specific instructions) then navigate to Sigil -> Repositories. You can add,
edit or remove repositories from here.
\ No newline at end of file
Modified:
felix/site/trunk/content/documentation/tutorials-examples-and-presentations.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/tutorials-examples-and-presentations.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/tutorials-examples-and-presentations.mdtext
(original)
+++
felix/site/trunk/content/documentation/tutorials-examples-and-presentations.mdtext
Sat Dec 15 20:56:09 2012
@@ -2,4 +2,5 @@ Title: Tutorials, Examples, and Presenta
# Tutorials, Examples, and Presentations
-{children}
\ No newline at end of file
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
Modified: felix/site/trunk/content/miscellaneous/board-reports.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/miscellaneous/board-reports.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
--- felix/site/trunk/content/miscellaneous/board-reports.mdtext (original)
+++ felix/site/trunk/content/miscellaneous/board-reports.mdtext Sat Dec 15
20:56:09 2012
@@ -4,4 +4,5 @@ Title: Board Reports
The Apache Felix project must submit quarterly reports to the Apache board.
This page serves as a collection point for all submitted board reports. The
reports are listed in chronological order, so the most recent board reports is
last. Submitted board reports will be labeled as *\[SUBMITTED]({{
refs.submitted.path }})*, but the most recent board report may be labeled
*\[NOT SUBMITTED]* while it is being created; once finalized and submitted then
it will also be labeled as *\[SUBMITTED]*. The [Apache Felix Board Report
Template] provides a proper starting point for creating a board report.
-{children}
\ No newline at end of file
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
Modified:
felix/site/trunk/content/miscellaneous/cat-scan-project-proposal.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/miscellaneous/cat-scan-project-proposal.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
--- felix/site/trunk/content/miscellaneous/cat-scan-project-proposal.mdtext
(original)
+++ felix/site/trunk/content/miscellaneous/cat-scan-project-proposal.mdtext Sat
Dec 15 20:56:09 2012
@@ -8,4 +8,5 @@ Information that is collected in the for
### Table of Contents
-{children}
\ No newline at end of file
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
Modified:
felix/site/trunk/content/miscellaneous/cat-scan-project-proposal/cat-scan-002-profiles.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/miscellaneous/cat-scan-project-proposal/cat-scan-002-profiles.mdtext?rev=1422351&r1=1422350&r2=1422351&view=diff
==============================================================================
---
felix/site/trunk/content/miscellaneous/cat-scan-project-proposal/cat-scan-002-profiles.mdtext
(original)
+++
felix/site/trunk/content/miscellaneous/cat-scan-project-proposal/cat-scan-002-profiles.mdtext
Sat Dec 15 20:56:09 2012
@@ -4,6 +4,7 @@ It does not seem reasonable to expect th
### Profiles
-{children}
+{% for label, page in children %}* [{{ page.headers.title }}]({{ page.path }})
+{% endfor %}
{scrollbar}
\ No newline at end of file