[libsigc++2] Website: Update the reference API link.



commit 36713051af2117916fc86eacde3f1ba92446f0c1
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 6 10:05:22 2010 +0200

    Website: Update the reference API link.
    
    * docs/website/doc.shtml: Update the reference API link to use
        library.gnome.org. We should make sure that the tutorial docbook is there
        too.
        * docs/website/devel.shtml: Remove CVS-specific instructions, quickly
        mentioning the git module instead.
        However, the Makefile must be updated to cope with sourceforge's changes.
        I was not able to upload this yet.

 ChangeLog                |   12 ++++++++++++
 docs/website/ChangeLog   |    8 ++++++++
 docs/website/devel.shtml |   41 +----------------------------------------
 docs/website/doc.shtml   |    2 +-
 docs/website/link.shtml  |   20 ++------------------
 5 files changed, 24 insertions(+), 59 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ae8f8a8..272528d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-04-06  Murray Cumming  <murrayc murrayc com>
+ 
+    Website: Update the reference API link.
+
+	* docs/website/doc.shtml: Update the reference API link to use 
+    library.gnome.org. We should make sure that the tutorial docbook is there 
+    too.
+    * docs/website/devel.shtml: Remove CVS-specific instructions, quickly 
+    mentioning the git module instead.
+    However, the Makefile must be updated to cope with sourceforge's changes.
+    I was not able to upload this yet.
+
 2.2.5:
 
 2010-01-05  Daniel Elstner  <daniel kitta gmail com>
diff --git a/docs/website/ChangeLog b/docs/website/ChangeLog
index 298d9f3..693aa54 100644
--- a/docs/website/ChangeLog
+++ b/docs/website/ChangeLog
@@ -1,3 +1,11 @@
+2010-04-06  Murray Cumming  <murrayc murrayc-desktop>
+
+	reviewed by: <delete if not using a buddy>
+
+	* devel.shtml:
+	* doc.shtml:
+	* link.shtml:
+
 2005-03-18  Murray Cumming <murrayc murrayc com>
 
 	* index.shtml: Updated the list of supported 
diff --git a/docs/website/devel.shtml b/docs/website/devel.shtml
index f2a55c1..12582db 100644
--- a/docs/website/devel.shtml
+++ b/docs/website/devel.shtml
@@ -30,48 +30,9 @@ Submit a new libsigc++ bug <a href="http://bugzilla.gnome.org/enter_bug.cgi?prod
 </p>
 
 <p>
-Patches should be created with the "cvs diff -up" command, and you must patch the ChangeLog. See below for cvs instructions. Ask on the mailing list if you need help with this.
+libsigc++ is in the <a href="http://git.gnome.org/browse/libsigc++2/";>libsigc++2</a> module in gnome's git.
 </p>
 
-<a name="cvs"><h3>CVS</h3></a>
-CVS is a powerful tool for maintain version control with multiple
-developers produced by <a href="http://www.cyclic.com";>Cyclic</a>.
-Developer versions of Libsigc++ are housed in the 
-<a href="http://www.gnome.org";>Gnome</a> CVS repository. 
-<p>
-Documentation for CVS is available at 
-<a href="http://www.cyclic.com/cvs/doc-blandy-text.html";>Introduction to CVS</a> or the 
-<a href="http://www.loria.fr/~molli/cvs/doc/cvs_toc.html";>CVS manual</a>. CVS is available on a wide
-number of plaforms including Unix, Window 95/NT, and Macintosh. 
-<p>
-The main CVS repository is located at cvs.gnome.org and requires 
-a gnome developer login. For those who do not have a login on the
-gnome developer tree, anonymous CVS checkouts are available from 
-anoncvs.gnome.org.  Development versions from CVS may or may
-not work depending on the current state of revision.  Users
-who do not need some functionality being added should stick
-to a released version.
-<p>
-To obtain the latest development source for libsigc++:
-
-<br/>
-Stable branch:
-<pre>
-export CVSROOT=:pserver:anonymous anoncvs gnome org:/cvs/gnome
-cvs login 
-(hit return as the password)
-cvs -z3 co libsigc++-1.2
-</pre>
-
-<br/>
-Unstable branch:
-<pre>
-export CVSROOT=:pserver:anonymous anoncvs gnome org:/cvs/gnome
-cvs login 
-(hit return as the password)
-cvs -z3 co libsigc++2
-</pre>
-
 <!-- SSI fragments/footer.html_fragment begin -->
 <!--#include virtual="fragments/footer.html_fragment" -->
 <!-- SSI fragments/footer.html_fragment begin -->
diff --git a/docs/website/doc.shtml b/docs/website/doc.shtml
index d4f8bcb..cada3ed 100644
--- a/docs/website/doc.shtml
+++ b/docs/website/doc.shtml
@@ -5,7 +5,7 @@
 <a name="doc"><h3>Documentation</h3></a>
 
 <p>
-We have both <a href="libsigc2/docs/manual/html/index.html">tutorial-style</a> and <a href="libsigc2/docs/index.html">reference</a> documentation.</p>
+We have both <a href="libsigc2/docs/manual/html/index.html">tutorial-style</a> and <a href="http://library.gnome.org/devel/libsigc++/stable/";>reference</a> documentation.</p>
 
 
 <a name="glossary"><h3>Glossary of terms</h3></a>
diff --git a/docs/website/link.shtml b/docs/website/link.shtml
index dbfa803..9fa8c73 100644
--- a/docs/website/link.shtml
+++ b/docs/website/link.shtml
@@ -19,6 +19,7 @@ Libsigc++ is part of the greater GNOME code base.
 There are a number of other C++ callback systems
 and publications on construction of callback systems.
 <ul>
+ <li><a href="www.boost.org/doc/html/signals.html">Boost Signals</li>
  <li><a href="http://www.troll.no/qt/metaobjects.html";>Trolltech signal system</a> (part of <a href="http://www.troll.no";>Qt widget set</a>)</li>
  <li>(Send us a link you find worth mentioning here.)</li>
 </ul>
@@ -41,6 +42,7 @@ library.
 Here is a list of some of the projects that use libsigc++.
 (Have a project which is using libsigc++?  Mail us.)
 <ul>
+ <li><a href="http://www.gtkmm.org";>glibmm and gtkmm</a></li>
  <li><a href="http://ex-code.com/propcpp/";>Libpropc++: Creating
 and effective using properties in C++</a></li>
  <li><a href="http://ucxx.sourceforge.net/";>Yehia: Extension library with support for cross-threaded signal emission.</a></li>
@@ -50,24 +52,6 @@ and effective using properties in C++</a></li>
 </ul>
 </p>
 
-<a name=""><h3>Listings</h3></a>
-
-<p>
-This is just a list of sites that point to libsigc++.  It 
-should help you find similar libraries and 
-related resources.  (somewhat sorted by relevance) 
-<ul>
- <li><a href="http://sunsite.auc.dk/linuxgames/";>Linux Game Development Center</a></li>
- <li><a href="http://www.geocities.com/SiliconValley/Vista/7184/guitool.html";>The GUI Toolkit/Framework Page</a></li>
- <li><a href="http://www.trumphurst.com/cpplibs/cpplibs.phtml";>Available C++ Libraries FAQ</a></li>
- <li><a href="http://www.freshmeat.net";>Freshmeat</a></li>
- <li><a href="http://www.linuxberg.com";>Linux Berg</a></li>
- <li><a href="http://www.linuxlinks.com";>Linux Links</a></li>
- <li><a href="http://www.mathtools.net";>Mathtools.net</a></li>
-</ul>
-</p>
-
-
 <!-- SSI fragments/footer.html_fragment begin -->
 <!--#include virtual="fragments/footer.html_fragment" -->
 <!-- SSI fragments/footer.html_fragment begin -->



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