[gnomeweb-wml] Updated anjuta website



commit 0c4f5162f9bd72ceb655fa3f146b9a8a2c8e29f6
Author: Johannes Schmid <jhs gnome org>
Date:   Wed Apr 29 13:57:51 2009 +0200

    Updated anjuta website
---
 projects.gnome.org/anjuta/development.shtml |   34 +++------
 projects.gnome.org/anjuta/downloads.shtml   |  109 +++++++--------------------
 projects.gnome.org/anjuta/features.shtml    |    7 +-
 3 files changed, 41 insertions(+), 109 deletions(-)

diff --git a/projects.gnome.org/anjuta/development.shtml b/projects.gnome.org/anjuta/development.shtml
index 3d9430d..01dfe68 100644
--- a/projects.gnome.org/anjuta/development.shtml
+++ b/projects.gnome.org/anjuta/development.shtml
@@ -11,40 +11,26 @@
 <!--#include virtual="layout.shtml" -->
 <div id="body">
 <div id="content">
-	<h3>Getting Anjuta from the GNOME Subversion server</h3>
+	<h3>Getting Anjuta from the GNOME git server</h3>
 	<p>
-		Subversion is a powerful tool that allows many developers to work on the
-		same source code.  With Subversion, each developer checks out a copy of
-		the current source code and independently works on
-		his or her own personal copy of the sources. When the developer has made
-		changes, he or she commits them back to the Subversion repository. 
-		The Subversion server then takes care of things like trying
-		to merge each developer's changes with those of others.  When that doesn't work, the
-		developer is notified, and he or she must do a hand merge of the conflicts.
-		</p>
-		<p>First, you need to set up the EDITOR environment variable, for example:
-		</p>
-		<div class="terminal">
-			$ export EDITOR='emacs'
-		</div>
+		Git is a very powerfull distributed version control system. To learn more about git
+		check <a href="http://live.gnome.org/Git";>the GNOME wiki</a>.
 
 		<p>Make sure you have all dependencies of Anjuta installed and ready.
 		Now, grab the <code>anjuta</code> and <code>gdl</code> modules from the repository:</p>
 		
 		<div class="terminal">
-		$ svn checkout http://svn.gnome.org/svn/gdl/trunk gdl <br/>
-		$ svn checkout http://svn.gnome.org/svn/libgda/trunk libgda <br/>
-		$ svn checkout http://svn.gnome.org/svn/anjuta/trunk anjuta
+		$ git clone git.gnome.org/git/anjuta <br/>
+		$ git clone git.gnome.org/git/gdl <br/>
 		</div>
 
 		<p>That only gives read access to the repository. If you have an account
-		in svn.gnome.org and want write access (you must have been granted write access
+		in git.gnome.org and want write access (you must have been granted write access
 		to the <code>anjuta</code> module as an Anjuta developer), you instead need to check out the source with:</p>
 		
 		<div class="terminal">
-		$ svn checkout svn+ssh://svn.gnome.org/svn/gdl/trunk gdl <br/>
-		$ svn checkout svn+ssh://svn.gnome.org/svn/libgda/trunk libgda <br/>
-		$ svn checkout svn+ssh://svn.gnome.org/svn/anjuta/trunk anjuta
+		$ git clone ssh://username git gnome org/git/anjuta <br/>
+		$ git clone ssh://username git gnome org/git/anjuta <br/>
 		</div>
 		
 		<p>Now you will want to build and install.  Run:</p>
@@ -63,10 +49,10 @@
 
 		<p>After you have checked the code out, you can use:</p>
                 <div class="terminal">
-			$ svn update (in the anjuta	top level directory)
+			$ git fetch (in the anjuta	top level directory)
                 </div>
 		<p>to update your personal copy of Anjuta to the latest version from the
-		Subversion repository and rebuild.
+		Git repository and rebuild.
                 </p>
 
         <h3>Prolog</h3>
diff --git a/projects.gnome.org/anjuta/downloads.shtml b/projects.gnome.org/anjuta/downloads.shtml
index dd122d3..2baef2f 100644
--- a/projects.gnome.org/anjuta/downloads.shtml
+++ b/projects.gnome.org/anjuta/downloads.shtml
@@ -11,33 +11,31 @@
 <!--#include virtual="layout.shtml" -->
 <div id="body">
 <div id="content">
-<h3>Latest unstable Anjuta 2.25.x releases</h3>
+<h3>Latest stable Anjuta 2.26.x releases</h3>
+
+        <p>
+        Latest stable release is <a href="http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/";>
+        Anjuta version 2.26</a>.
+        Please see <a href="http://anjuta.org/features";>features</a>for some details on this release.
+        This is a stable release of 2.26.x (Cyclone) series and is under constant bugfix.
+	     	We encourage to use it and help us with bug reports.
+	</p>
+	<p>
+		Older releases and documentations are available <a
+		href="http://ftp.gnome.org/pub/GNOME/sources/anjuta/";>here</a>
+	</p>
+<h3>Latest unstable Anjuta 2.27.x releases</h3>
 	<p>
 		Latest unstable release is
-		<a href="http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25"; >here</a>.
+		<a href="http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.27"; >here</a>.
 	
-		Anjuta now follows GNOME <a href="http://live.gnome.org/TwoPointTwentyfive";>release planning</a> and version numbering scheme. Unstable
+		Anjuta now follows GNOME <a href="http://live.gnome.org/TwoPointTwentyseven";>release planning</a> and version numbering scheme. Unstable
 		versions have a odd minor version number while stable version
 		have a even minor version number.
 		We encourage to use it and help us with <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta";>bug reports</a>.
                 Some more information can be found at <a
                 href="http://live.gnome.org/Anjuta";>Anjuta wiki</a>.
-        </p>
-
-<h3>Latest stable Anjuta 2.24.x releases (Cyclone)</h3>
-
-        <p>
-                Latest stable release is <a
-                href="http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/anjuta-2.24.2.tar.bz2";>
-                Anjuta version 2.24.2</a>.
-                Please see <a href="http://anjuta.org/features";>features</a>
-		for some details on this release.
-                This is a stable release of 2.24.x (Cyclone) series and is under constant bugfix.
-		We encourage to use it and help us with bug reports.
-	</p><p>
-		Older releases and documentations are available <a
-		href="http://ftp.gnome.org/pub/GNOME/sources/anjuta/";>here</a>
-	</p>
+  </p>
 <hr/>
 <h3>Anjuta 2.x Dependencies</h3>
         <p> You must have these to install Anjuta 2.x. In case, you are installing binary package,
@@ -45,16 +43,13 @@
         </p>
         <p>
                 <table border=1 cellspacing=1 cellpadding=4 width="100%">
-                        <tr><td nowrap><a href="http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/";>gdl</a></td>
-                        <td nowrap>0.7.7 or later</td>
+                        <tr><td nowrap><a href="http://ftp.gnome.org/pub/GNOME/sources/gdl/";>gdl</a></td>
+                        <td nowrap>2.26 or later</td>
                         <td>GNOME development library</td></tr>
 
-                        <tr><td nowrap><a href="http://ftp.gnome.org/pub/GNOME/sources/gnome-build/0.2/";>gnome-build</a></td>
-                        <td nowrap>0.2.0 or later</td>
-                        <td>GNOME build frame work (not needed anymore for Anjuta > 2.25.0)</td></tr>
                         <tr><td nowrap><a href="http://ftp.gnome.org/pub/GNOME/sources/libgda/3.99/";>libgda</a></td>
-                        <td nowrap>3.99.7 or later</td>
-                        <td>GNOME DB library (need for Anjuta > 2.25.0)</td></tr>
+                        <td nowrap>4.0 or later</td>
+                        <td>GNOME DB library</td></tr>
 
                         <tr><td nowrap><a href="http://sourceforge.net/project/showfiles.php?group_id=3593";>libopts</a></td>
                         <td nowrap>23.0.0 or later</td>
@@ -67,10 +62,6 @@
                         <tr><td nowrap><a href="http://sourceforge.net/project/showfiles.php?group_id=3593";>autogen</a></td>
                         <td nowrap>5.6.5 or later</td>
                         <td>Template processing engine</td></tr>
-
-                        <tr><td nowrap><a href="http://www.pcre.org/";>pcre</a></td>
-                        <td nowrap>3.9 or later</td>
-		        <td>Perl C regexp library. Most distributions already come with it.</td></tr>
                </table>
         <p>
         You can optionally have these to build extra (and very essential) plugins.
@@ -82,37 +73,20 @@
                         <td>Next generation glade UI designer</td></tr>
 						
                         <tr><td nowrap><a href="http://ftp.gnome.org/pub/GNOME/sources/devhelp/";>devhelp</a></td>
-                        <td nowrap>0.13 or later</td>
+                        <td nowrap>0.22 or later</td>
                         <td>Developers help system</td></tr>
 
                         <tr><td nowrap><a href="http://www.graphviz.org/Download.php";>graphviz</a></td>
                         <td nowrap>2.6.0 or later</td>
                         <td>Graph processing library (required for class inheritance diagram plugin)</td></tr>
-                        
-			<tr><td nowrap><a href="http://subversion.tigris.org/project_packages.html";>subversion</a></td>
-                        <td nowrap>1.0.2 or later</td>
+                       			
+												<tr><td nowrap><a href="http://subversion.tigris.org/project_packages.html";>subversion</a></td>
+                        <td nowrap>1.5.0 or later</td>
                         <td>Subversion version control (required for subversion plugin)</td></tr>
                 </table>
         <p>
 	<p>
 <hr/>
-<h3>Unofficial ubuntu feisty repository (only i386 and only binaries)</h3>
-         <ol>
-		<li> Add <b>deb http://anjuta.org/apt ./</b> in your <i>/etc/apt/sources.list</i> </li>
-		<li> sudo apt-get update </li>
-		<li> sudo apt-get install anjuta<br>
-		<li> sudo apt-get install anjuta-dev libgbf-dev libgdl-dev (if you want to write anjuta plugins or report bugs)</li>
-        </ol>
-<p>
-<h3>Ubuntu gusty repository</h3>
-         <ol>
-                <li> Add <b>deb http://ppa.launchpad.net/robster/ubuntu gutsy main</b> in your <i>/etc/apt/sources.list</i> </li>
-                <li> sudo apt-get update </li>
-                <li> sudo apt-get install anjuta<br>
-                <li> sudo apt-get install anjuta-dev libgbf-dev libgdl-dev (if you want to write anjuta plugins or report bugs)</li>
-           </ol>
-</p>
-<hr/>
 	<h3>GNOME Development suite</h3>
 	<p>
 		Anjuta can be used alone for general development, but to be able to use the
@@ -130,12 +104,12 @@
 			<td nowrap><i>current</i></td>
 			<td>GNOME Integrated Development Environment.</td></tr>
 			<tr><td><a href="http://glade.gnome.org/";>Glade</a></td>
-			<td nowrap>2.0.0 or later</td>
+			<td nowrap>3.6.0 or later</td>
 			<td>GTK/GNOME Graphical User Interface Editor.
 			You need this for developing GTK/GNOME applications in Anjuta (for
 			C language only).</td></tr>
 			<tr><td><a href="http://www.imendio.com/projects/devhelp/";>Devhelp</a></td>
-			<td nowrap>0.6.0 or later</td>
+			<td nowrap>0.22.0 or later</td>
 			<td>Developer's Help system. Required for context
 			sensitive API help and search.</td></tr>
 		</table>
@@ -151,22 +125,8 @@
 	</p>
 	<p>
 	<table border=1 cellspacing=1 cellpadding=4>
-		<tr><td><a href="http://home.wtal.de/petig/Gtk/";>glademm</a></td>
-		<td>Glade extention for c++ code generaltion.
-		You need this if you want to develop C++ GTK/GNOME applications in Anjuta.
-		You also need corresponding gtkmm/gnomemm libraries (see below).</td></tr>
 		<tr><td><a href="http://gtkmm.sourceforge.net/";>gtkmm</a></td>
-		<td>C++ wrapper for GTK. You need this (in addition
-		to Glade and glademm) for developing C++ GTK applications.</td></tr>
-		<tr><td><a href="http://gtkmm.sourceforge.net/";>gnomemm</a></td>
-		<td>C++ wrapper for GNOME.You need this (in addition
-		to Glade and glademm) for developing C++ GNOME applications.</td></tr>
-		<tr><td><a href="http://www.daa.com.au/~james/software/libglade/";>libglade</a></td>
-		<td>Dynamic GUI loader/creator based on Glade. You
-		need this (in addition to Glade) if you intend to create libglade based
-		projects in Anjuta. Learn more about this library before you start using
-		it (one of the things to learn is to avoid clicking 'Build' button in Glade).
-		</td></tr>
+		<td>C++ wrapper for GTK. You need this for developing C++ GTK applications.</td></tr>
 		<tr><td><a href="http://www.wxwindows.org";>WxWindows</a></td>
 		<td>Cross platform GUI toolkit. It uses
 		GTK+ for GNU/Linux systems. You need this for developing WxWindows based
@@ -202,19 +162,6 @@
 Anjuta maemo SDK+ plugin provides Anjuta IDE development environment for maemo based Internet tablets. The plugin generates a working C code template that is easy to extend into a full application. Code can be build, new source files added, and Debian packages generated directly from Anjuta.
             </td>
         </tr>
-
-        <tr>
-            <td nowrap="">
-                <a href="http://projects.openmoko.org/projects/preity-plugin/";>
-                    Preity Plugin </a>
-            </td>
-            <td>
-                Plugin for end-users to use, develop and package for OpenMoko.
-                (Works only on version Anjuta 2.2)
-            </td>
-
-        </tr> 
-
         <tr>
             <td nowrap="">
                 <a href="http://libanjutapython.sourceforge.net";>
diff --git a/projects.gnome.org/anjuta/features.shtml b/projects.gnome.org/anjuta/features.shtml
index 50fcb89..80a9459 100644
--- a/projects.gnome.org/anjuta/features.shtml
+++ b/projects.gnome.org/anjuta/features.shtml
@@ -53,7 +53,7 @@ All plugins in Anjuta are easily replaceable with different plugins implementing
 
 <h2>File Manager</h2>
 <p>
-The integrated file manager plugin behaves more or less like your typical file manager in a tree view. It lists all directories and files in the current project (or a pre-configured directory if there is no project open). You can choose not to list hidden files and/or files that are ignored by the version control system. You can also set a custom regular expression in the file manager preferences to select additional files to hide.
+The integrated file manager plugin behaves more or less like your typical file manager in a tree view. It lists all directories and files in the current project (or a pre-configured directory if there is no project open). You can choose not to list hidden files and/or files that are ignored by the version control system.
 </p>
 <p>
 The default action (double-clicking) on any file will open it, either within Anjuta if there is a plugin capable of handling it or with an external application configured in your standard desktop. A file can also be opened with other applications/plugins from the context menu which lists all plugins and applications that are able to open it.
@@ -151,10 +151,10 @@ There are two editors currently available in Anjuta; the Scintilla-based (classi
    
 <h2>Symbols view and navigation</h2>
 <p>
-The symbol browser plugin shows all symbols in your project organized by type. There are three views in the symbol browser: one showing the global symbol tree, another showing symbols in the current file and a third view for searching symbols. You can navigate to any symbol's definition or declaration.
+The symbol db plugin shows all symbols in your project organized by type. There are three views in the symbol browser: one showing the global symbol tree, another showing symbols in the current file and a third view for searching symbols. You can navigate to any symbol's definition or declaration.
 </p>
 <p>
-When Anjuta is started for the first time, it also indexes symbols from all installed libraries for autocompletion and calltips. This provides an instant reference to library functions used in the project. The libraries that should be referenced can be selected from the symbol browser preferences.
+When Anjuta is started for the first time, it also indexes symbols from all installed libraries for autocompletion and calltips. This provides an instant reference to library functions used in the project. The libraries that should be referenced can be selected from the symbol db preferences or will be read from the project configuration automatically.
 </p>
 <h2>Integrated Debugger</h2>
 <p>
@@ -215,7 +215,6 @@ The integrated valgrind plugin can be used to profile programs for memory leaks
 10. Interactive messaging system.
 
 -->
-(to be updated more)
 </div> <!-- content -->
 </div> <!-- body -->
 </body>



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