web-devel-2 r4629 - in trunk: . content/tools content/tools/scripts



Author: murrayc
Date: Tue Oct 14 16:58:33 2008
New Revision: 4629
URL: http://svn.gnome.org/viewvc/web-devel-2?rev=4629&view=rev

Log:
2008-10-14  Murray Cumming  <murrayc murrayc com>

* content/tools/cvs.html: Removed. It was not linked from 
anywhere.
* content/tools/bug.html: Removed. Linked to live.gnome.org instead.
* content/tools/glade.html: Removed. Linked to library.gnome.org instead.

* content/tools/scripts/Makefile:
* content/tools/scripts/cryptit.pl:
* content/tools/scripts/list_translators.sh: Removed. Moved to live.gnome.org 
and linked to that instead.

* content/tools/svn.html: Removed. Moved to live.gnome.org 
and linked to that instead.

* content/tools/main.in:
* content/tools/Makefile:
* content/tools/tree.in: Adapted.

Removed:
   trunk/content/tools/bug.html
   trunk/content/tools/cvs.html
   trunk/content/tools/glade.html
   trunk/content/tools/scripts/
   trunk/content/tools/svn.html
Modified:
   trunk/ChangeLog
   trunk/content/tools/Makefile
   trunk/content/tools/main.in
   trunk/content/tools/tree.in

Modified: trunk/content/tools/Makefile
==============================================================================
--- trunk/content/tools/Makefile	(original)
+++ trunk/content/tools/Makefile	Tue Oct 14 16:58:33 2008
@@ -1,15 +1,9 @@
 include ../../templates/Makefile.mk
 
-SUBDIRS = \
-	scripts
+SUBDIRS =
 
 FILES = \
-	cvs.html \
-	svn.html \
-        bug.html \
 	build.html \
-	glade.html \
-	scripts.html
 
 all:
 	${PREFIX}/scripts/makenode.pl

Modified: trunk/content/tools/main.in
==============================================================================
--- trunk/content/tools/main.in	(original)
+++ trunk/content/tools/main.in	Tue Oct 14 16:58:33 2008
@@ -1,19 +1,15 @@
 <!--#set var="last_modified" value="$Date: 2003/11/06 15:29:20 $" -->
 <h1>Development Tools</h1>
 
+<p>See also the <a href="http://library.gnome.org/devel/tools";>Development Tools section on library.gnome.org</a>.</p>
+
 <dl>
- <dt><a href="bug.html">GNOME Bug Tracker</a></dt>
+ <dt><a href="http://live.gnome.org/Bugzilla";>GNOME Bug Tracker</a></dt>
   <dd>
     The GNOME Bug Tracker allows you to send information about bugs
     you encounter to the GNOME developers in an organized manner.
   </dd>
 
- <dt><a href="glade.html">Glade Builder</a></dt>
-  <dd>
-    The graphical interface builder for GTK+ and GNOME programs. It is used to
-    rapidly prototype and build applications with.
-  </dd>
-
  <dt><a href="build.html">GNU Build Tools</a></dt>
   <dd>
     The GNU build tools are used to reduce the amount of time spent
@@ -21,13 +17,13 @@
     GNOME packages.
   </dd>
 
-  <dt><a href="scripts.html">Scripts</a></dt>
+  <dt><a href="http://live.gnome.org/DeveloperUtilitie";>Scripts</a></dt>
   <dd>
     A collection of useful scripts to help you accomplish simple (often
     repetitive) tasks.
   </dd>
 
- <dt><a href="svn.html">GNOME SVN</a></dt>
+ <dt><a href="http://live.gnome.org/SVN";>GNOME SVN</a></dt>
   <dd>
     The GNOME SVN Tree holds the latest development versions of the
     main GNOME packages, and allows coordination of GNOME development.

Modified: trunk/content/tools/tree.in
==============================================================================
--- trunk/content/tools/tree.in	(original)
+++ trunk/content/tools/tree.in	Tue Oct 14 16:58:33 2008
@@ -1,6 +1,2 @@
 Title;Tools
-Bug Tracker;bug.html
-Glade GUI Builder;glade.html
 GNU Build Tools;build.html
-Scripts;scripts.html
-SVN;svn.html



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