commit-gnue
[Top][All Lists]
Advanced

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

r5494 - in trunk/www/web: community developers shared


From: jcater
Subject: r5494 - in trunk/www/web: community developers shared
Date: Wed, 24 Mar 2004 00:31:00 -0600 (CST)

Author: jcater
Date: 2004-03-24 00:30:59 -0600 (Wed, 24 Mar 2004)
New Revision: 5494

Added:
   trunk/www/web/developers/_extra_menu.php
   trunk/www/web/developers/involve.php
Removed:
   trunk/www/web/community/involve.php
Modified:
   trunk/www/web/shared/_menu.php
Log:
Added left menu to developer's corner; moved involve.php

Deleted: trunk/www/web/community/involve.php
===================================================================
--- trunk/www/web/community/involve.php 2004-03-24 06:26:11 UTC (rev 5493)
+++ trunk/www/web/community/involve.php 2004-03-24 06:30:59 UTC (rev 5494)
@@ -1,115 +0,0 @@
-<?php $BASEDIR="..";
-      $MODULE="project";
-      $TITLE="Get Involved!";
-      include ("$BASEDIR/shared/_header.php"); ?>
-
-<div id="body">
-<h1>Get Involved!</h1>
-
-<p>The GNUe project is almost entirely a volunteer project,
-made up of a wide range of people with IT and business
-skillsets, from many different countries. We are always
-keen to welcome new volunteers to help out with various
-project tasks, whatever level of commitment you can offer
-us.</p>
-
-<p>If you are new to free software projects, you might
-like to read Havoc Pennington's article, <i>Working on
-Free Software</i>, at
-<a href="http://www106.pair.com/rhp/hacking.html";>
-http://www106.pair.com/rhp/hacking.html</a>. Not
-everything in this article is
-necessarily true of GNUe (for instance, we tend to use
-<a href="irc.php">IRC</a> much more than
-<a href="mail.php">mailing lists</a>, and can make good
-use not just of coders but all kinds of people), but it's
-still a good overall introduction.</p>
-
-<h2>Coding</h2>
-
-<p>The full GNUe code base can be checked out using
-Anonymous <a href="../developers/svn.php">Subversion</a> access. We
-willingly accept patches to existing functionality, or you can view our
-roadmaps to see what features we are planning, and volunteer
-to help out with these.</p>
-
-<p>All of the GNUe tools are written in python. If you
-don't know python yet, don't let that put you off.
-If you have experience of any other progamming language, you
-will probably be able to learn python very quickly, whether you
-are coming from C, C+, perl, php, or Basic...</p>
-
-<p>Even if you are not a coder (or are looking for a break from
-coding), there are many other ways to get involved in
-GNUe.</p>
-
-<h2>Package Proposals</h2>
-
-<p>At the moment, we only have proposals for some of the GNUe
-packages, and those that we do have could always do with
-further input. This is an area where people with a business
-background, rather than IT, can be absolutely invaluable.</p>
-
-<h2>CVS bug testing</h2>
-
-<p>All of the tools are continually being developed. Although the
-core developers do alpha-testing as they go, and are active users
-of the product themselves, they cannot cover all possible bases,
-and active testers of <a href="cvs.php">CVS</a> are therefore
-encouraged.</p>
-
-<p>Details of how to report bugs, via e-mail or DCL, are
-<a href="bugs.php">here</a>.</p>
-
-<h2>Pre-release testing</h2>
-
-<p>In the rush for a new release, pre-release candidates will be made
-available for testing. Testing of these
-<a 
href="http://www.gnuenterprise.org/downloads/prereleases.php";>pre-releases</a>
-is an important part of our final bug-squishing before release.</p>
-
-<p>Because the pre-release testing cycle is normally a bit frantic,
-the preferred way to report bugs is via
-<a href="irc.php">IRC</a>.</p>
-
-<h2>Cross-platform testing</h2>
-
-<p>In both cases, we are especially keen for testers for platforms which
-are under-represented among the core developers, most of whom use
-Debian GNU/Linux. Testers for 'minority' platforms like RedHat
-GNU/Linux, SUSe GNU/Linux and Microsoft Windows (95, 98, 2000, NT,
-XP) are therefore especially welcome.</p>
-
-<h2>Documentation patches</h2>
-
-<p>Spot an error in <a href="../project/docs-all.php">documentation</a>?
-E-mail <a href="mailto:address@hidden";>address@hidden</a>.</p>
-
-<h2>Web site patches</h2>
-
-<p>Spot an error on this website? E-mail
-<a href="mailto:address@hidden";>address@hidden</a>.</p>
-
-<h2>New documentation</h2>
-
-<p>New documentation is welcome in whatever format - we use a mixture of
-plain text, Texinfo, Docbook, LaTex, or OpenOffice for documentation formats,
-and will willingly convert documentation from other formats. Documentation
-does not have to be large to be useful - a well-crafted, topic-specifc
-HOWTO can be a very valuable addition to the community.</p>
-
-<h2>Or even...</h2>
-
-<p>If nothing else, you could hang out in <a href="irc.php">IRC</a>
-and keep the core developers enthused and amused...</p>
-
-<h2>Copyright issues</h2>
-
-<p>If you are contributing significant amounts of code or
-documentation, we will need
-<a href="../developers/copyleft.php">copyright assignment</a> from you.</p>
-
-
-</div>
-
-<?php include "$BASEDIR/shared/_footer.php"; ?>

Added: trunk/www/web/developers/_extra_menu.php
===================================================================
--- trunk/www/web/developers/_extra_menu.php    2004-03-24 06:26:11 UTC (rev 
5493)
+++ trunk/www/web/developers/_extra_menu.php    2004-03-24 06:30:59 UTC (rev 
5494)
@@ -0,0 +1,5 @@
+    <h3><a href="<?php print "$BASEDIR"; ?>/developers/" >Developer's 
Corner</a></h3>
+      <ul>
+        <li><a href="<?php print "$BASEDIR"; ?>/developers/svn.php" >Accessing 
Source Code</a></li>
+        <li><a 
href="http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/gnue/trunk/";>ViewCVS</a></li>
+      </ul>

Copied: trunk/www/web/developers/involve.php (from rev 5492, 
trunk/www/web/community/involve.php)

Modified: trunk/www/web/shared/_menu.php
===================================================================
--- trunk/www/web/shared/_menu.php      2004-03-24 06:26:11 UTC (rev 5493)
+++ trunk/www/web/shared/_menu.php      2004-03-24 06:30:59 UTC (rev 5494)
@@ -9,7 +9,7 @@
         <li><a href="<?php print "$BASEDIR"; ?>/gallery/screenshots.php" 
>Screenshots</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/community/bugs.php" >Bug 
Tracking</a></li>
 <!--        <li><a href="<?php print "$BASEDIR"; ?>/project/media.php" >Media 
Resources</a></li>  -->
-        <li><a href="<?php print "$BASEDIR"; ?>/community/involve.php" >Get 
Involved!</a></li>
+        <li><a href="<?php print "$BASEDIR"; ?>/developers/involve.php" >Get 
Involved!</a></li>
         <li><a href="http://www.gnuenterprise.org/twiki/"; >Community 
Wiki</a></li>
         <li><a href="<?php print "$BASEDIR"; ?>/developers/" >Developer's 
Corner</a></li>        <li><a href="<?php print "$BASEDIR"; 
?>/project/search.php" >Search</a></li>
       </ul>





reply via email to

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