This is an automated email from the ASF dual-hosted git repository. ddekany pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/freemarker-site.git
commit a36a1d56e5418131c4f87f2737aff120adfd3b7d Author: ddekany <[email protected]> AuthorDate: Sun Feb 16 17:14:20 2020 +0100 Removed some release steps, and mailing list references related to the sourceforge.net project, as we lost control over the project over there. --- src/main/docgen/book.xml | 44 -------------------------------------------- src/main/docgen/docgen.cjson | 2 -- 2 files changed, 46 deletions(-) diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 30e6265..ec361de 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -509,13 +509,6 @@ two freemarker.jar-s and unpredictable behavior! </section> <section> - <title><olink targetdoc="oldBugTracker">Bugs still in the old - tracker</olink></title> - - <para/> - </section> - - <section> <title><olink targetdoc="newStackOverflowQuestion">Ask help on Stack Overflow</olink></title> @@ -644,30 +637,6 @@ two freemarker.jar-s and unpredictable behavior! <para>The mailing list archive can be found <olink targetdoc="devMailingListArchive">here...</olink></para> - - <simplesect> - <title>Retired mailing lists</title> - - <para>These are the lists on sourceforge.net, which - <emphasis>shouldn't be used anymore</emphasis>.</para> - - <para>Archives of <emphasis>retired</emphasis> lists:</para> - - <itemizedlist> - <listitem> - <para><olink - targetdoc="oldUserMailingListArchive">[email protected]</olink></para> - </listitem> - - <listitem> - <para><olink - targetdoc="oldDevelMailingListArchive">[email protected]</olink></para> - </listitem> - </itemizedlist> - - <para><olink targetdoc="oldMailingListSubscription">Manage - <emphasis>retired</emphasis> list subscriptions...</olink></para> - </simplesect> </section> <section xml:id="poweredBy"> @@ -1534,14 +1503,6 @@ two freemarker.jar-s and unpredictable behavior! </listitem> <listitem> - <para>The same two artifacts should also be released (uploaded for - download) on <link - xlink:href="https://sourceforge.net/projects/freemarker/">https://sourceforge.net/projects/freemarker/</link>. - We add a note there to indicate that the canonical download is the - one from Apache.</para> - </listitem> - - <listitem> <para>Releases should have a usual jar artifact, an src artifact and javadoc artifact either in the Apache Maven staging repository (for RC-s), or in the Maven Central Repository (for @@ -1878,11 +1839,6 @@ two freemarker.jar-s and unpredictable behavior! <para>On <link xlink:href="https://twitter.com/freemarker">https://twitter.com/freemarker</link></para> </listitem> - - <listitem> - <para>On the old FreeMarker mailing lists: freemarker-user, - freemarker-devel, freemarker-announce</para> - </listitem> </itemizedlist> </listitem> diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson index f92ae0c..2c26893 100644 --- a/src/main/docgen/docgen.cjson +++ b/src/main/docgen/docgen.cjson @@ -85,11 +85,9 @@ olinks: { devMailingListArchive: "https://lists.apache.org/[email protected]" notificationsMailingListSubscribe: "mailto:[email protected]" notificationsMailingListUnsubscribe: "mailto:[email protected]" - oldMailingListSubscription: "https://sourceforge.net/p/freemarker/mailman/" oldUserMailingListArchive: "http://news.gmane.org/gmane.comp.web.freemarker.user" oldDevelMailingListArchive: "http://news.gmane.org/gmane.comp.web.freemarker.devel" newBugReport: "https://issues.apache.org/jira/browse/FREEMARKER/" - oldBugTracker: "https://sourceforge.net/p/freemarker/bugs/" newStackOverflowQuestion: "https://stackoverflow.com/questions/ask?tags=freemarker" asfSponsorship: "http://www.apache.org/foundation/sponsorship.html" asfThanks: "http://www.apache.org/foundation/thanks.html"
