Repository: incubator-freemarker-site Updated Branches: refs/heads/master 149fc6ad2 -> 0d33ef472
Mentioning the GitHub mirror. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/0d33ef47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/0d33ef47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/0d33ef47 Branch: refs/heads/master Commit: 0d33ef4726b2faee0a0ef5672d02c7b392ff5696 Parents: 149fc6a Author: ddekany <[email protected]> Authored: Sat Oct 10 18:36:34 2015 +0200 Committer: ddekany <[email protected]> Committed: Sat Oct 10 18:36:34 2015 +0200 ---------------------------------------------------------------------- src/main/docgen/book.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/0d33ef47/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 8b22688..f7d31d8 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -1179,16 +1179,20 @@ two freemarker.jar-s and unpredictable behavior! <section xml:id="sourcecode"> <title>Source code (Git)</title> - <para>As of 2015-09-02, most of the project repositories have moved from - the <olink targetdoc="githubProject">earlier GitHub project</olink> to - the <link xlink:href="http://incubator.apache.org/">Apache - Incubation</link> repositories:</para> + <para>The key project repositories are at the Apache Software + Foundation, as part of the <link + xlink:href="http://incubator.apache.org/">Apache Incubation</link> + effort. These Apache repositories are mirrored back to GitHub + (read-only), which is practical for sending patches via usual GitHub + forking and pull requests. The key repositories are:</para> <itemizedlist> <listitem> <para><literal>freemarker</literal>: The engine itself (i.e., <literal>freemarker.jar</literal>) and the documentation. URL: <link xlink:href="https://git-wip-us.apache.org/repos/asf/incubator-freemarker.git">https://git-wip-us.apache.org/repos/asf/incubator-freemarker.git</link>. + GitHub mirror: <link + xlink:href="https://github.com/apache/incubator-freemarker">https://github.com/apache/incubator-freemarker</link>. Relevant branches (as of 2015-09-04):</para> <itemizedlist> @@ -1221,22 +1225,26 @@ two freemarker.jar-s and unpredictable behavior! <para><literal>freemarker-site</literal>: Web site (freemarker.org) contents. URL: <link xlink:href="https://git-wip-us.apache.org/repos/asf/incubator-freemarker-site.git">https://git-wip-us.apache.org/repos/asf/incubator-freemarker-site.git</link>. + GitHub mirror: <link + xlink:href="https://github.com/apache/incubator-freemarker-site">https://github.com/apache/incubator-freemarker-site</link>. Relevant branches: <literal>master</literal></para> </listitem> <listitem> <para><literal>freemarker-docgen</literal>: DocBook transformation - used for generating both the FreeMarker Manual and the web site. + used for generating both the FreeMarker Manual and the Web site. URL: <link xlink:href="https://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen.git">https://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen.git</link>. + GitHub mirror: <link + xlink:href="https://github.com/apache/incubator-freemarker-docgen">https://github.com/apache/incubator-freemarker-docgen</link>. Relevant branches: <literal>master</literal></para> </listitem> </itemizedlist> <para>There are some other FreeMarker-related repositories, such FMPP and Tutorials, which you can only find on the <olink - targetdoc="githubProject">GitHub project</olink> page, as they aren't - part of the ongoing Apache Incubation effort.</para> + targetdoc="githubProject">old GitHub project</olink> page, as they + aren't part of the ongoing Apache Incubation effort.</para> <para><emphasis>Disclaimer: Apache FreeMarker is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is
