gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/docs/xdocs/xdocs installation.xml, 1.21, 1.22 in


From: tom
Subject: [Gforge-commits] gforge/docs/xdocs/xdocs installation.xml, 1.21, 1.22 introduction.xml, 1.7, 1.8
Date: Fri, 16 Jan 2004 11:57:07 -0600

Update of /cvsroot/gforge/gforge/docs/xdocs/xdocs
In directory db.perdue.net:/tmp/cvs-serv1532/xdocs

Modified Files:
        installation.xml introduction.xml 
Log Message:
Several fixes contributed by Kevin Bulgrien

Index: installation.xml
===================================================================
RCS file: /cvsroot/gforge/gforge/docs/xdocs/xdocs/installation.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- installation.xml    16 Jan 2004 17:26:34 -0000      1.21
+++ installation.xml    16 Jan 2004 17:57:05 -0000      1.22
@@ -54,18 +54,16 @@
     <section name="Installation">
 <subsection name="Installing the software">
 <p>
-<b>Note for Debian users</b>:<br/>
-Debian Users can simply add <a 
href="http://people.debian.org/~bayle/";>http://people.debian.org/~bayle</a>
- to /etc/apt/sources.list and type "apt-get install gforge" to install a 
working GForge system, thanks to Christian Bayle and the Debian-SF project.
-<p/>
+<b>Note for Debian users</b>: You can simply add <a 
href="http://people.debian.org/~bayle/";>http://people.debian.org/~bayle</a> to 
/etc/apt/sources.list and type "apt-get install gforge" to install a working 
GForge system, thanks to Christian Bayle and the Debian-SF project.</p>
+
+<p>
 To install GForge, follow these steps:
 <ol>
 <li>Login as root user</li>
 <li>cd to <code>/var/www/</code></li>
-<li>Extract the content of gforge-3.21.tar.bz2 to the current directory:<br/>
+<li>Extract the content of gforge-3.21.tar.bz2 to the current directory:
 <code>
 bzip2 -dc gforge-3.21.tar.bz2 | tar xvf -
-<br/>
 </code>
 </li>
 </ol>
@@ -79,11 +77,9 @@
 <ol>
 <li>Open <code> /etc/httpd/conf/httpd.conf </code>:</li>
 <li>Change the DocumentRoot to point to the <code>www</code> directory:
-<code><br/>
-<br/>
+<code>
 DocumentRoot "/var/www/gforge-3.21/www"
-<br/>
-<br/></code>
+</code>
 
 </li>
 <li>
@@ -347,7 +343,14 @@
 <ol>
 <li>open <code>/etc/php.ini</code></li>
 <li>if the PHP version you're using is 4.2.0 or later, enable the 
register_globals variable:
-<br><code>register_globals = On</code></br>
+<source>
+register_globals = On
+</source>
+</li>
+<li>Ensure that file uploads are allowed:
+<source>
+file_uploads = On
+</source>
 </li>
 <li> and configure the include_path directive as follows:
 <source>

Index: introduction.xml
===================================================================
RCS file: /cvsroot/gforge/gforge/docs/xdocs/xdocs/introduction.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- introduction.xml    12 Jan 2004 12:25:16 -0000      1.7
+++ introduction.xml    16 Jan 2004 17:57:05 -0000      1.8
@@ -1,71 +1,55 @@
 <?xml version="1.0"?>
 <document>
-
   <properties>
     <author email="address@hidden">Reinhard Spisser</author>
     <title>Introduction</title>
   </properties>
-
   <body>
 
-
  <section name="Introduction">
-      <p>
-<p/>
-GForge is a software for collaborative development for the software community. 
It provides a full configured development system with versioning, a project web 
site and tools for communication between members of a development team.  The 
tools provided by GForge allows team members to communicate and organize their 
work; this allows the creation of a knowledgebase.
-</p><p>
-A complete configurated GForge system will give you the following features:
+<p>GForge is a software for collaborative development for the software 
community. It provides a full configured development system with versioning, a 
project web site and tools for communication between members of a development 
team.  The tools provided by GForge allows team members to communicate and 
organize their work; this allows the creation of a knowledgebase.</p>
+
+<p> A complete configurated GForge system will give you the following features:
 
 <ol>
-<li><b>A Web site for every project</b><br/></li>
-<li><b>Versioning via CVS</b><br/></li>
-<li><b>Shell access to the server for the developers</b><br/></li>
-<li><b>A web site for project coordination and comunication between team 
members:</b><br/>
+<li><b>A Web site for every project</b></li>
+<li><b>Versioning via CVS</b></li>
+<li><b>Shell access to the server for the developers</b></li>
+<li><b>A web site for project coordination and comunication between team 
members:</b>
 
 <ol>
-<li><b>Discussion Forums</b><br/>For discussions between team members</li>
-<li><b>Bug tracking</b><br/>Allow registration and administration of bugs</li>
-<li><b>Support requests, patch submissions, and enhancement 
requests</b><br/></li>
-<li><b>Comunication between project members using mailing lists</b><br/></li>
-<li><b>Sharing of documentation</b><br/></li>
-<li><b>Handling of todo lists, tasks, etc</b><br/></li>
-<li><b>File uploads/releases</b><br/></li>
-<li><b>Posting of news</b><br/>Every project can have its own news items.</li>
-<li><b>Code Snippets</b><br/>Provides of a basic knowledgebase that can 
contain code fragments, HOWTOs, etc.</li>
+<li><b>Discussion Forums</b> - For discussions between team members</li>
+<li><b>Bug tracking</b> - Allow registration and administration of bugs</li>
+<li><b>Support requests, patch submissions, and enhancement requests</b></li>
+<li><b>Comunication between project members using mailing lists</b></li>
+<li><b>Sharing of documentation</b></li>
+<li><b>Handling of todo lists, tasks, etc</b></li>
+<li><b>File uploads/releases</b></li>
+<li><b>Posting of news</b> - Every project can have its own news items.</li>
+<li><b>Code Snippets</b> - Provides of a basic knowledgebase that can contain 
code fragments, HOWTOs, etc.</li>
 </ol>
-
 </li>
-
 </ol>
-
 </p>
 
 <p>The tasks and the tracker items (to track bugs, patches, support requests, 
enhancement requests) can be classified using status, priority, category.</p>
 
-<p><br/>The system provides also a classification system of the projects, a 
user profile, and a user rating system.</p>
+<p>The system provides also a classification system of the projects, a user 
profile, and a user rating system.</p>
 </section>
 
 <section name="GForge History">
 <p>
 GForge is a fork of the 2.61 SourceForge code, which was only available via 
anonymous CVS from VA (Research|Linux|Software).
-<br/>
 <a href="http://gforge.org";>gforge.org</a> is not a project hosting platform, 
it is merely an implementation of the GForge code.
-<br/>
 We believe that the GForge functionality is important not only to the Open 
Source community, but to the wider business community. Since VA has not 
released the source in over one year, despite their promises to the contrary, a 
fork was necessary to ensure a viable open source version of the codebase.
-<br/>
 The GForge project was formed and is maintained by Tim Perdue, the original 
author of much of the original SourceForge web code.
-<br/>
 Major changes are present in the current GForge codebase:
 <ul>
-<li><b>Jabber Support</b><br/>System events, such as bug submissions, are 
optionally sent via jabber and email</li>
-<li><b>Radically easier to install</b><br/>By removing SF.net-specific code, 
like caching and image servers, many install dependencies have been 
eliminated.</li>
-<li><b>New interface</b><br/>The interface makes it easier to navigate as well 
as know your present location.</li>
-<li><b>Code cleanup</b><br/>Since GForge does not need to scale to 500,000+ 
users, many hacks and optimizations have been removed</li>
-<li><b>Foundries and related nonsense have been removed</b><br/></li>
+<li><b>Jabber Support</b> - System events, such as bug submissions, are 
optionally sent via jabber and email</li>
+<li><b>Radically easier to install</b> - By removing SF.net-specific code, 
like caching and image servers, many install dependencies have been 
eliminated.</li>
+<li><b>New interface</b> - The interface makes it easier to navigate as well 
as know your present location.</li>
+<li><b>Code cleanup</b> - Since GForge does not need to scale to 500,000+ 
users, many hacks and optimizations have been removed</li>
+<li><b>Foundries and related nonsense have been removed</b></li>
 </ul>
-
 </p>
-
-</section>
-</body>
-</document>
+</section> </body> </document>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]