news.eclipse.org is shutting down, the reference needs to be removed
(bug 500797)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=500797
Change-Id: Ibd0f18ac8664c748f76004325f02bf58623d944b
diff --git a/_projectCommon.php b/_projectCommon.php
index 779e741..b550251 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -30,7 +30,7 @@
$Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/index.php/Subversive", "_self", 1);
$Nav->addNavSeparator("Support", "/subversive/support.php");
- $Nav->addCustomNav("Newsgroup", "/subversive/newsgroup.php", "_self", 1);
+ $Nav->addCustomNav("Community forum", "https://www.eclipse.org/forums/index.php/f/73/", "_self", 1);
$Nav->addCustomNav("Mailing Lists", "/subversive/mailinglists.php", "_self", 1);
$Nav->addCustomNav("Issues (Bugzilla)", "https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED", "_self", 1);
$Nav->addCustomNav("Report a Bug", "https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Subversive&rep_platform=All&op_sys=All", "_self", 1);
diff --git a/documentation/faq.php b/documentation/faq.php
index af0a77f..6235b29 100644
--- a/documentation/faq.php
+++ b/documentation/faq.php
@@ -95,9 +95,10 @@
<br/>
<h3>How can I participate in Subversive improvement?</h3>
<p id="improve">
- We cordially invite everyone in the Subversive community to get involved with the project newsgroup at <a href ="news://news.eclipse.org/eclipse.technology.subversive">news://news.eclipse.org/eclipse.technology.subversive</a> (more below). This is crucial if we want to reach the eventual goal of inclusion of Subversive in the Eclipse IDE. Synergy of the Subversive team and the Community will lead the way towards defining the expectations of the potential user community, adjusting the project's goals accordingly, and eventually accomplishing those goals.<br/><br/>
+ We cordially invite everyone in the Subversive community to get involved with the project community forum at <a href ="https://www.eclipse.org/forums/index.php/f/73/">Subversive Community forum</a> (more below). This is crucial if we want to reach the eventual goal of inclusion of Subversive in the Eclipse IDE. Synergy of the Subversive team and the Community will lead the way towards defining the expectations of the potential user community, adjusting the project's goals accordingly, and eventually accomplishing those goals.<br/><br/>
<u>How to participate in discussion</u><br/>
- You can send your comments about the Subversive project proposal or share you vision about the Subversive as a whole, to the <a href="news://news.eclipse.org/eclipse.technology.subversive">news://news.eclipse.org/eclipse.technology.subversive</a> newsgroup.<br/><br/>
+ You can send your comments about the Subversive project proposal or share you vision about the Subversive as a whole, to the <a href="https://www.eclipse.org/forums/index.php/f/73/">Subversive Community forum</a>.<br/><br/>
+ <?/*?>
In order to participate in discussions you should request a free password to access the newsgroups by filling the registration form on <a href="http://www.eclipse.org/newsgroups/register.php">http://www.eclipse.org/newsgroups/register.php</a>. You'll receive login credentials by e-mail shortly after registering. You can work with newsgroups using simple web interface or setup your favorite NNTP news reader like Outlook, Thunderbird, etc.<br/><br/>
<u>Access through Web interface</u><br/>
Eclipse.org provides simple and useful web interface, which allows reading posts and writing answers. Use following link to access the Subversive newsgroup on eclipse.org: <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.subversive">http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.subversive</a><br/><br/>
@@ -124,6 +125,7 @@
Port: <i>119, or 80 for firewalled users</i><br/>
SSL: <i>no</i></br>
UserID and Password are provided during subscription.
+ <?*/?>
</p>
<br/>
<br/>
diff --git a/support.php b/support.php
index e414902..f665d06 100644
--- a/support.php
+++ b/support.php
@@ -26,7 +26,7 @@
Use the following resources to get a support from the Subversive team and the Subversive community.
</p>
<ul>
- <li><a href="/subversive/newsgroup.php">Newsgroup</a> - Subversive newsgroup is a place where our community can discuss general topics related with the project. It's a right place to ask questions about Subversive usage, share feedback and request a help.</li>
+ <li><a href="https://www.eclipse.org/forums/index.php/f/73/">Community forum</a> - Subversive Community forum is a place where our community can discuss general topics related with the project. It's a right place to ask questions about Subversive usage, share feedback and request a help.</li>
<li><a href="/subversive/mailinglists.php">Mailing Lists</a> - it is a primary communication channel with Subversive developers regarding Subversive development and integration issues. If you are interested in getting announcements for new versions, or want to participate in discussions of the development or integration topics, then you can subscribe to one of the project's mailing lists.</li>
<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Subversive&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">Issues (Bugzilla)</a> - Review opened Subversive bugs on Eclipse Bugzilla.</li>
<li><a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Subversive&rep_platform=All&op_sys=All">Report a Bug</a> - Submit a new Subversive bug to Eclipse Bugzilla.</li>