[libxml++] website: Change the mailing list location, because I moved it.



commit cf899adb8d1749755f5255bae492d9187d32fdfe
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 14 15:49:13 2010 +0200

    website: Change the mailing list location, because I moved it.
    
    * docs/index.html: The mailing list is now at gnome.org.

 ChangeLog       |   32 +++++++++++++++++++-------------
 docs/index.html |   10 +++-------
 2 files changed, 22 insertions(+), 20 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9db0db6..bb41f7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-14  Murray Cumming  <murrayc murrayc com>
+
+	website: Change the mailing list location, because I moved it.
+
+	* docs/index.html: The mailing list is now at gnome.org.
+
 2010-10-03  Armin Burgmeier  <armin arbur net>
 
 	* MSVC_Net2005/README:
@@ -79,52 +85,52 @@
 
 	Node::find(): Check xmlNode::type for a XML_NAMESPACE_DECL.
 
-	* libxml++/nodes/node.cc: find_impl(): if the xmlNode has type 
-	XML_NAMESPACE_DECL then it is actually a xmlNs, which is not like a xmlNode 
-	at all (thanks to the awful undocumented libxml++ system of struct 
+	* libxml++/nodes/node.cc: find_impl(): if the xmlNode has type
+	XML_NAMESPACE_DECL then it is actually a xmlNs, which is not like a xmlNode
+	at all (thanks to the awful undocumented libxml++ system of struct
 	inheritance).
-	So we just igore these items. We need to decide what the caller really 
+	So we just igore these items. We need to decide what the caller really
 	expects.
 
 2010-06-13  Murray Cumming  <murrayc murrayc com>
 
 	Node::find(): Revert some of my previous change because it breaks some code.
 
-	* libxml++/nodes/node.cc: find_impl(): Restore the previous behaviour, 
+	* libxml++/nodes/node.cc: find_impl(): Restore the previous behaviour,
 	because the strange use of _private only seems to happen sometimes.
 
 2010-06-13  Murray Cumming  <murrayc murrayc com>
 
 	Node::find(): Cope with weird use of _private in xmlNodeSet.
 
-	* libxml++/nodes/node.cc: The xmlNodeSet seems to contain extra xmlNodes that 
-	were never given to on_libxml_construct(). Those xmlNodes seem to abuse 
+	* libxml++/nodes/node.cc: The xmlNodeSet seems to contain extra xmlNodes that
+	were never given to on_libxml_construct(). Those xmlNodes seem to abuse
 	private_, where we find our real xmlNodes containing our C++ Nodes.
-	This fixes bug #386013 (Max Kirillov) though it depends on undocumented 
+	This fixes bug #386013 (Max Kirillov) though it depends on undocumented
 	libxml behaviour.
 
 2010-06-13  Murray Cumming  <murrayc murrayc com>>
 
 	Node::find(): Use libxml functions instead of direct C access.
 
-	* libxml++/nodes/node.cc: Use xmlXPathNodeSetIsEmpty(), 
-	xmlXPathNodeSetGetLength() and xmlXPathNodeSetItem() instead of direct 
+	* libxml++/nodes/node.cc: Use xmlXPathNodeSetIsEmpty(),
+	xmlXPathNodeSetGetLength() and xmlXPathNodeSetItem() instead of direct
 	xmlNodeSet struct access.
 
 2010-06-13  Murray Cumming  <murrayc murrayc com>
 
 	Manual: Use git.gnome.org as the link to the examples source code.
 
-	* docs/manual/libxml++_without_code.xml: Use git.gnome.org for the examples 
+	* docs/manual/libxml++_without_code.xml: Use git.gnome.org for the examples
 	url base, as we do in gtkmm-documentation.
 
 2010-06-13  Murray Cumming  <murrayc murrayc com>
 
 	Restore the mm-common make target and update a link.
 
-	* Makefile.am: Restore (and update) the post-html target that was lost when 
+	* Makefile.am: Restore (and update) the post-html target that was lost when
 	we redid the build system for mm-common.
-	* docs/index.html: Change the link to the manual to point to its new location 
+	* docs/index.html: Change the link to the manual to point to its new location
 	at library.gnome.org.
 
 2.30.1:
diff --git a/docs/index.html b/docs/index.html
index 9373349..681c455 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -37,15 +37,11 @@ libxml++ is a C++ wrapper for the <a href="http://www.xmlsoft.org";>libxml</a> XM
 <h2>Development</h2>
 <p>Libxml++ uses the GNOME <a href="http://git.gnome.org/browse/libxml++/";>git repository</a>.</p>
 <p>Bugs and patches are tracked in GNOME's bugzilla. Here is a list of <a href="https://bugzilla.gnome.org/browse.cgi?product=libxml%2B%2B";>open bugs</a>. Add new bugs <a href="https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B";>here</a>.</p>
-<p>
-The <a href="http://sourceforge.net/mail/?group_id=12999";>mailing list</a> is hosted on
-<a href="http://sourceforge.net/projects/libxmlplusplus/";>sourceforge</a>.</p>
 <h2>Contact</h2>
-<p>Use the <a href="mailto:libxmlplusplus-general lists sourceforge net">mailing
-list</a>, archived (unreliably) <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=12784";>here</a>.</p>
-<p>You can subscribe <a href="http://lists.sourceforge.net/lists/listinfo/libxmlplusplus-general";>here</a></p>
+<p>Please use the <a href="http://mail.gnome.org/mailman/listinfo/libxmlplusplus-list";>libxmlplusplus-list mailing
+list</a> or bugzilla. Please do not just email the developers directly.</p>
 <p>
-<a href="http://sourceforge.net";> 
+<a href="http://sourceforge.net";>
 <img src="http://sourceforge.net/sflogo.php?group_id=1161&amp;type=1"; alt="*SOURCEFORGE*" width="88" height="31" border="0" /></a>
 </p>
 </body>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]