Modified the way "source" and "binary" releases are described to be compliant with the description of a "valid release" for the ASF: http://www.apache.org/dev/release-publishing.html#valid
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/98d6eb9e Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/98d6eb9e Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/98d6eb9e Branch: refs/heads/master Commit: 98d6eb9ed23b33a36178c44eaba6da8a11956baf Parents: 2024fc5 Author: Jacopo Cappellato <[email protected]> Authored: Thu Jan 5 08:03:13 2017 +0100 Committer: Jacopo Cappellato <[email protected]> Committed: Thu Jan 5 08:03:13 2017 +0100 ---------------------------------------------------------------------- src/main/docgen/book.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/98d6eb9e/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index b1621d0..0de3d13 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -1389,9 +1389,11 @@ two freemarker.jar-s and unpredictable behavior! </listitem> <listitem> - <para>Releases should have both an src and bin tar.gz - (downloadable from the Apache Software Foundation, as - usual)</para> + <para>The official release is provided as source code to build + the project (src tar.gz). For the convenience of users the release + is also accompanied by compiled binaries (bin tar.gz). + Both artifacts are downloadable from the Apache Software Foundation, + as usual</para> </listitem> <listitem>
