[gnomeweb-wml] anjuta-web: Fixed typos, dead links and added conveninece top nav.



commit dc5604297ff781e772e043eff7da2ec91c72d3be
Author: Naba Kumar <naba gnome org>
Date:   Thu Apr 22 18:58:42 2010 +0300

    anjuta-web: Fixed typos, dead links and added conveninece top nav.

 projects.gnome.org/anjuta/development.page |    2 +-
 projects.gnome.org/anjuta/features.page    |   18 +++++++++++++++++-
 projects.gnome.org/anjuta/layout.xsl       |    4 ++--
 3 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/projects.gnome.org/anjuta/development.page b/projects.gnome.org/anjuta/development.page
index d49d820..c7a817e 100644
--- a/projects.gnome.org/anjuta/development.page
+++ b/projects.gnome.org/anjuta/development.page
@@ -47,7 +47,7 @@
   <p>Then if you need more advanced stuffs to use your project, you can
     create plugins to do them. Follow this nice
     <a href="http://library.gnome.org/devel/libanjuta/stable/writing-plugins.html";>tutorial to create anjuta plugins</a>.
-    Or you can pick up one of existing plugins and start adating it for
+    Or you can pick up one of existing plugins and start adapting it for
     your project. Plugins have to be distributed separately since they are
     quite specific to your project. You can see some good examples of how
     it is done in
diff --git a/projects.gnome.org/anjuta/features.page b/projects.gnome.org/anjuta/features.page
index e56b6aa..6cc3a2d 100644
--- a/projects.gnome.org/anjuta/features.page
+++ b/projects.gnome.org/anjuta/features.page
@@ -2,6 +2,7 @@
 
   <div class="table-of-contents">
     <p class="table-of-contents-heading">Contents</p>
+
       <ol>
         <li><a href="#anjuta-scoop">The scoop on Anjuta DevStudio </a>
         <ol>
@@ -26,7 +27,7 @@
         </li>
       </ol>
   </div>
-  
+	<a name="top"/>  
 <a name="anjuta-scoop"/>
 <h1>The scoop on Anjuta DevStudio</h1>
 <p>
@@ -58,6 +59,8 @@ views appear as icons on the left side of the main window. You can configure all
 either by typing when the cursor is over a menu item (the usual GNOME way) or through
 a dedicated shortcut configuration user interface.
 </p>
+<p align="right"><a href="#top">top</a></p>
+
 
 <a name="anjuta-plugins"/>
 <h2>Plugins</h2>
@@ -70,6 +73,7 @@ Using plugins, you can extend Anjuta with your own features. As Anjuta is writte
 <p>
 All plugins in Anjuta are easily replaceable with different plugins implementing similar features. This allows you, for example, to choose from multiple editors (so far, we have the Scintilla and GtkSourceView editors) or to implement a new one suiting your taste (vim/Emacs, anyone?). This applies to any plugin. If Anjuta finds that there are multiple plugins satisfying the same feature requirement, it will prompt the user to select one and will remember the selection.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-file-manager"/>
 <h2>File Manager</h2>
@@ -82,6 +86,7 @@ The default action (double-clicking) on any file will open it, either within Anj
 <p>
 In addition, the file manager context menu also lists actions associated with other plugins, such as build actions (associated with the build system plugin), CVS/Subversion actions (associated with version control system plugins) and project actions (associated with the project manager plugin). This allows you to conveniently perform all actions from within the file manager.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-project-manager"/>
 <h2>Project Manager</h2>
@@ -122,12 +127,14 @@ Just like the file manager, the project manager view also has convenience action
 (accessible from the context menu) for source
 files and targets.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-wizards"/>
 <h2>Project wizards</h2>
 <p>
 The project wizard plugin uses a powerful template processing engine called <a href="http://autogen.sourceforge.net/";>autogen</a>. All new projects are created from templates that are written in autogen syntax. The project wizard lets you create new projects from a selection of project templates. The selection includes simple generic, flat (no subdirectory), GTK+, GNOME, Java, Python projects and more. New templates can be easily downloaded and installed since each template is just a collection of text files.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-editor"/>
 <h2>Source Code Editor</h2>
@@ -172,6 +179,7 @@ There are two editors currently available in Anjuta; the Scintilla-based (classi
      
     <li> Change notifications: Anjuta notifies you when a file is modified outside Anjuta while it is open in Anjuta.</li>
 </ul>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-glade"/>
 <h2>Integrated Glade user interface designer</h2>
@@ -179,6 +187,7 @@ There are two editors currently available in Anjuta; the Scintilla-based (classi
 <a href="screenshots/anjuta-2.1.2-9.png"><img style="border: 0; padding: 10px" src="screenshots/anjuta-2.1.2-9-thumb.png" align="right"/></a>
 <a href="http://glade.gnome.org/";>Glade</a> is the GTK+/GNOME WYSIWYG graphical user interface designer which lets you create user interfaces (dialogs and windows) for your application visualy. Glade files can be directly edited within Anjuta. When a Glade file is opened or created, the Glade plugin is started and brings up the designer view, palettes, properties editor and widgets view. The project can have any number of Glade files and, conveniently, more than one can be opened simultaneously (however, only one can be edited at a time).
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-debugger"/>
 <h2>Integrated Debugger</h2>
@@ -188,6 +197,7 @@ Anjuta provides a full source-level debugger (currently backed by gdb, but there
 <p>
 You can control program execution under the debugger in various ways: you can single step, step over, step out, continue execution, run to the cursor, pause the program, or attach to a running process. All programs in a project can be started in a terminal window and can be provided arguments. When a program links shared libraries within a project, the debugger starts the program correctly using libtool to ensure that non-installed libraries are picked up rather than installed ones.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-devhelp"/>
 <h2>Integrated Devhelp API help browser</h2>
@@ -195,6 +205,7 @@ You can control program execution under the debugger in various ways: you can si
 <a href="screenshots/anjuta-2.1.2-8.png"><img style="border: 0; padding: 10px" src="screenshots/anjuta-2.1.2-8-thumb.png" align="right"/></a>
 <a href="http://developer.imendio.com/projects/devhelp";>Devhelp</a> is the GTK+/GNOME developer's help browser. It is conveniently integrated into Anjuta to give instant API help. Press Shift+F1 to jump to the API documentation of the symbol at the editor cursor. Make sure you have enabled the Devhelp plugin for the project. In Devhelp, you can browse all installed help documents from the tree view and can search for symbols in the search view.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-symbols"/>
 <h2>Symbols view and navigation</h2>
@@ -204,17 +215,21 @@ The symbol db plugin shows all symbols in your project organized by type. There
 <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 db preferences or will be read from the project configuration automatically.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-generator"/>
 <h2>Class generator and file wizard</h2>
 <p>
 With the class generator plugin, you can create C++ and GObject classes easily and add them to your projects. Similarly, the file wizard can create templates for new source files.
 </p>
+<p align="right"><a href="#top">top</a></p>
+
 <a name="anjuta-extras"/>
 <h1>Anjuta Extras features</h1>
 <p>
 Anjuta Extras release provides additional features that are not present in Anjuta core. These are the plugins that at some appropriate time will move to core release, but nevertheless provides some useful features. It can be installed from anjuta-extras package.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <a name="anjuta-inheritance"/>
 <h2>Class inheritance diagram</h2>
@@ -228,6 +243,7 @@ Class inheritance diagram plugin allows to view inheritance hierarchy of all cla
 <p>
 The integrated valgrind plugin can be used to profile programs for memory leaks and corruptions.
 </p>
+<p align="right"><a href="#top">top</a></p>
 
 <!--
     * Bookmarks: Navigate through all the bookmarks in the file.
diff --git a/projects.gnome.org/anjuta/layout.xsl b/projects.gnome.org/anjuta/layout.xsl
index d8486f0..ef909a7 100644
--- a/projects.gnome.org/anjuta/layout.xsl
+++ b/projects.gnome.org/anjuta/layout.xsl
@@ -147,8 +147,8 @@
             <li><a href="http://live.gnome.org/Anjuta";>Anjuta wiki</a> is a place to scribble new ideas.<br/><br/></li>
             <li><a href="http://git.gnome.org/browse/anjuta";>Anjuta git web</a> to browser source code online.<br/><br/></li>
             <li><a href="http://bugzilla.gnome.org/browse.cgi?product=anjuta";>Anjuta Bugzilla</a> is the place to track bugs, obviously.<br/><br/></li>
-            <li><a href="http://bugzilla.gnome.org/reports/patch-report.cgi?product=anjuta";>Pending Patches</a> are currently under review.<br/><br/></li>
-            <li><a href="http://bugzilla.gnome.org/simple-bug-guide.cgi?product=anjuta";>Submit a bug</a>, if you encounter one.<br/><br/></li>
+            <li><a href="https://bugzilla.gnome.org/page.cgi?id=patchreport.html&amp;product=anjuta&amp;patch-status=none";>Pending Patches</a> are currently under review.<br/><br/></li>
+            <li><a href="http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta";>Submit a bug</a>, if you encounter one.<br/><br/></li>
           </ul>
           <p><!--
             <A href="http://sourceforge.net";>



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