You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2006/01/22 00:44:22 UTC

svn commit: r371136 - in /httpd/site/trunk/xdocs: contributors/index.xml dev/devnotes.xml images/noirin.jpg info/apache_books.html info/apache_users.html library/index.html

Author: noirin
Date: Sat Jan 21 15:44:14 2006
New Revision: 371136

URL: http://svn.apache.org/viewcvs?rev=371136&view=rev
Log:
General tidying up, fixing a few dead links, closing the odd tag, minor niggles

Added:
    httpd/site/trunk/xdocs/images/noirin.jpg   (with props)
Modified:
    httpd/site/trunk/xdocs/contributors/index.xml
    httpd/site/trunk/xdocs/dev/devnotes.xml
    httpd/site/trunk/xdocs/info/apache_books.html
    httpd/site/trunk/xdocs/info/apache_users.html
    httpd/site/trunk/xdocs/library/index.html

Modified: httpd/site/trunk/xdocs/contributors/index.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/contributors/index.xml?rev=371136&r1=371135&r2=371136&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/contributors/index.xml (original)
+++ httpd/site/trunk/xdocs/contributors/index.xml Sat Jan 21 15:44:14 2006
@@ -151,6 +151,10 @@
   <td>Apache and APR for NetWare</td>
 </tr>
 <tr valign="top">
+  <td><strong><a href="#noirin">Noirin Plunkett</a></strong></td>
+  <td>Documentation</td>
+</tr>
+<tr valign="top">
   <td><strong><a href="#orlikowski">Victor J. Orlikowski</a></strong></td>
   <td />
 </tr>
@@ -827,6 +831,18 @@
 <strong>Contributions:</strong>  Apache 1.3, 2.0 and APR for NetWare<br />
 </p>
 
+<p>
+ 
+<img src="../images/noirin.jpg" align="right" alt="Noirin Plunkett" width="120" height="160" />
+<strong>Name:</strong> <a name="noirin">Noirin Plunkett</a><br />
+<strong>Email:</strong> <a href="mailto:noirin@apache.org">noirin@apache.org</a><br />
+<strong>URL:</strong> <a href="http://www.nerdchic.net/">http://www.nerdchic.net/</a><br />
+<strong>Organization:</strong> Trinity College, Dublin<br />
+<strong>Occupation:</strong> Student<br />
+<strong>Location:</strong> Munich, Germany<br />
+<strong>Comments:</strong> "Yes, but it's no good if no one can understand it!"<br />
+<strong>Contributions:</strong> Documentation<br />
+</p>
 
 <p>
 

Modified: httpd/site/trunk/xdocs/dev/devnotes.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/dev/devnotes.xml?rev=371136&r1=371135&r2=371136&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/dev/devnotes.xml (original)
+++ httpd/site/trunk/xdocs/dev/devnotes.xml Sat Jan 21 15:44:14 2006
@@ -57,13 +57,13 @@
 <section>
 <title>Maintaining the Sources</title>
 
-<p>Almost all files relating to Apache, either the actual sources or the
+<p>Almost all files relating to Apache, both the actual sources and the
 files that aren't part of the distribution, are now maintained in an
 <a href="http://subversion.tigris.org/">SVN</a> repository.  Here is the way
 in which changes are applied:</p>
 
   <ol>
-   <li>Developer checks out a copy of the files on which it wants to
+   <li>Developer checks out a copy of the files on which he wants to
     work (in this case, the trunk), into a private working directory
     called <samp>httpd-trunk</samp>:
     <p>
@@ -79,7 +79,7 @@
     of <samp>https</samp> on the checkout, to save themselves headaches later.
     </p>
    </li>
-   <li>Developer keeps his/her working directory synchronised with changes
+   <li>Developer keeps his working directory synchronised with changes
     made to the repository:
     <p>
     <dl>
@@ -92,7 +92,7 @@
     periods of high activity.
     </p>
    </li>
-   <li>Developer makes changes to its working copies, makes sure they
+   <li>Developer makes changes to his working copies, makes sure they
     work, and generates a patch so others can apply the changes to test
     them:
     <p>
@@ -104,9 +104,9 @@
     <p>
     The <samp>/tmp/foo</samp> file is mailed to the
     <a href="http://httpd.apache.org/lists.html#http-dev">developers list</a> so
-    they can consider the value/validity of the patch.  It is also worth
-    making sure your code follows the Apache style, as described by the
-    GNU indent flags in the .indent.pro file in every source directory.
+    they can consider the value/validity of the patch.  It is worth
+    making sure your code follows the Apache style, as described in the
+    <a href="styleguide.html">style guide</a>.
     </p>
    </li>
    <li>Once other developers have agreed that the change is a Good
@@ -203,8 +203,8 @@
     copied to www.apache.org.</p>
    <p>The SVN URL is
     <samp>https://svn.apache.org/repos/asf/httpd/httpd/dist</samp>.</p>
-   <p>Committers would generally deal with this subtree when "rolling" a
-    release.  This is a series of steps that comprise an actual new
+   <p>Committers will generally deal with this subtree when "rolling" a
+    release.  This is a series of steps taken to create a complete new
     release of the Apache httpd software.  Amongst other things, the
     key to this subtree is the <samp>tools/</samp> directory, which
     contains the <samp>release.sh</samp> shell script.  More information

Added: httpd/site/trunk/xdocs/images/noirin.jpg
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/images/noirin.jpg?rev=371136&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/site/trunk/xdocs/images/noirin.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Modified: httpd/site/trunk/xdocs/info/apache_books.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/info/apache_books.html?rev=371136&r1=371135&r2=371136&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/info/apache_books.html (original)
+++ httpd/site/trunk/xdocs/info/apache_books.html Sat Jan 21 15:44:14 2006
@@ -25,7 +25,7 @@
 
 <P>Another list of books can be found at the <a
 href="http://opensource2.atlassian.com/confluence/oss/display/BOOKS/Books+about+Httpd">Apache
-Bookstore.</P>
+Bookstore</a>.</P>
 
 <HR>
 
@@ -77,8 +77,6 @@
     ISBN: 4-7741-1799-4
     <BR>
     Language: Japanese
-    <BR>
-    Note:
    </DD>
   </DL>
  </LI>
@@ -133,8 +131,6 @@
     ISBN: 1-861007-76-0
     <BR>
     Language: English
-    <BR>
-    Note: 
    </DD>
   </DL>
  </LI>
@@ -155,8 +151,6 @@
     ISBN: 0-6723-2274-9 
     <BR>
     Language: English
-    <BR>
-    Note: 
    </DD>
   </DL>
  </LI>
@@ -172,8 +166,6 @@
     ISBN: 0-0722-2344-8
     <BR>
     Language: English
-    <BR>
-    Note: 
    </DD>
   </DL>
  </LI>
@@ -189,8 +181,6 @@
      ISBN: 0-596-00203-3
      <BR>
      Language: English
-     <BR>
-     Note: 
    </DD>
   </DL>
  </LI>
@@ -286,8 +276,6 @@
     ISBN: 0-6723-2355-9
     <BR>
     Language: English
-    <BR>
-    Note: 
    </DD>
   </DL>
  </LI>
@@ -589,8 +577,8 @@
  </LI>
  <LI>
   <DL>
-   <DT><A HREF="http://www.oreilly.com/catalog/apache2/index.html">
-       <STRONG>Apache: The Definitive Guide, 2nd Edition</STRONG></A></DT>
+   <DT><A HREF="http://www.oreilly.com/catalog/apache2/index.html"
+    ><STRONG>Apache: The Definitive Guide, 2nd Edition</STRONG></A></DT>
    <DD>Author: Ben Laurie, Peter Laurie
      <BR>
      Published by: O'Reilly and Associates
@@ -650,8 +638,8 @@
  </LI>
  <LI>
   <DL>
-   <DT><A HREF="http://www.oreilly.com/catalog/wrapmod/index.html">
-       <STRONG>Writing Apache Modules with Perl and C</STRONG></A></DT>
+   <DT><A HREF="http://www.oreilly.com/catalog/wrapmod/index.html"
+   ><STRONG>Writing Apache Modules with Perl and C</STRONG></A></DT>
    <DD>Author: Lincoln Stein &amp; Doug MacEachern
      <BR>
      Published by: O'Reilly and Associates

Modified: httpd/site/trunk/xdocs/info/apache_users.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/info/apache_users.html?rev=371136&r1=371135&r2=371136&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/info/apache_users.html (original)
+++ httpd/site/trunk/xdocs/info/apache_users.html Sat Jan 21 15:44:14 2006
@@ -555,7 +555,7 @@
 <DT><A HREF="http://www.sierraclub.org/">Sierra Club</A></DT>
   <DD>A non-profit organization promoting conservation of the environment</DD>
 
-<DT><A HREF="http://skynet.ul.ie/">Skynet</A></DT>
+<DT><A HREF="http://www.skynet.ie/">Skynet</A></DT>
   <DD>The University of Limerick Comp. Soc., appreciating Apache's performance</DD>
 
 <DT><A HREF="http://soilcrop.tamu.edu">Soil & Crop Sciences, TAMU</A></DT>

Modified: httpd/site/trunk/xdocs/library/index.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/library/index.html?rev=371136&r1=371135&r2=371136&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/library/index.html (original)
+++ httpd/site/trunk/xdocs/library/index.html Sat Jan 21 15:44:14 2006
@@ -26,7 +26,7 @@
     <LI><STRONG>IETF Working Groups</STRONG></LI>
     <UL>
         <LI><A HREF="http://www.ics.uci.edu/pub/ietf/http/">HTTP</A></LI>
-        <LI><A HREF="http://www-ns.rutgers.edu/www-security/">HTTP-Security</A></LI>
+        <LI><A HREF="http://www.ietf.org/html.charters/OLD/wts-charter.html">Web Transaction Security</A></LI>
         <LI><A HREF="http://www.ics.uci.edu/pub/ietf/webdav/">WebDAV (HTTP Distributed Authoring and Versioning)</A></LI>
         <LI><A HREF="http://www.ics.uci.edu/pub/ietf/dasl/">DASL (DAV Searching &amp; Locating)</A></LI>
         <LI><A HREF="http://www.ics.uci.edu/pub/ietf/html/">HTML</A></LI>
@@ -59,7 +59,7 @@
 
 <H3>Frequently Asked Questions (FAQs)</H3>
 <UL>
-<LI><A HREF="http://ps.superb.net/FAQ/">FAQ Finder</A></LI>
+<LI><A HREF="http://web.superb.net/FAQ/">FAQ Finder</A></LI>
 <LI><A HREF="http://www.boutell.com/faq/">World Wide Web FAQ</A></LI>
 </UL>
 



Re: svn commit: r371136 - in /httpd/site/trunk/xdocs: contributors/index.xml dev/devnotes.xml images/noirin.jpg info/apache_books.html info/apache_users.html library/index.html

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/22/2006 02:00 AM, Colm MacCarthaigh wrote:
> On Sun, Jan 22, 2006 at 01:16:22AM +0100, Ruediger Pluem wrote:
> 
>>Sorry for the nitpicking, but shouldn't your name be listed a little
>>bit lower to maintain alphabetic order :-)?
> 
> 
> I don't think Noirin reads httpd-dev often, docs@ is probably a safer
> bet - for a docs related patch too.
> 

Thanks for the hint. I just pressed the reply button as usual and did
not take care of this :-).

Regards

Rüdiger

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: svn commit: r371136 - in /httpd/site/trunk/xdocs: contributors/index.xml dev/devnotes.xml images/noirin.jpg info/apache_books.html info/apache_users.html library/index.html

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/22/2006 02:00 AM, Colm MacCarthaigh wrote:
> On Sun, Jan 22, 2006 at 01:16:22AM +0100, Ruediger Pluem wrote:
> 
>>Sorry for the nitpicking, but shouldn't your name be listed a little
>>bit lower to maintain alphabetic order :-)?
> 
> 
> I don't think Noirin reads httpd-dev often, docs@ is probably a safer
> bet - for a docs related patch too.
> 

Thanks for the hint. I just pressed the reply button as usual and did
not take care of this :-).

Regards

Rüdiger

Re: svn commit: r371136 - in /httpd/site/trunk/xdocs: contributors/index.xml dev/devnotes.xml images/noirin.jpg info/apache_books.html info/apache_users.html library/index.html

Posted by Colm MacCarthaigh <co...@stdlib.net>.
On Sun, Jan 22, 2006 at 01:16:22AM +0100, Ruediger Pluem wrote:
> Sorry for the nitpicking, but shouldn't your name be listed a little
> bit lower to maintain alphabetic order :-)?

I don't think Noirin reads httpd-dev often, docs@ is probably a safer
bet - for a docs related patch too.

-- 
Colm MacCárthaigh                        Public Key: colm+pgp@stdlib.net

Re: svn commit: r371136 - in /httpd/site/trunk/xdocs: contributors/index.xml dev/devnotes.xml images/noirin.jpg info/apache_books.html info/apache_users.html library/index.html

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/22/2006 12:44 AM, noirin@apache.org wrote:
> Author: noirin

[..cut..]

>    <td>Apache and APR for NetWare</td>
>  </tr>
>  <tr valign="top">
> +  <td><strong><a href="#noirin">Noirin Plunkett</a></strong></td>
> +  <td>Documentation</td>
> +</tr>
> +<tr valign="top">
>    <td><strong><a href="#orlikowski">Victor J. Orlikowski</a></strong></td>
>    <td />
>  </tr>
> @@ -827,6 +831,18 @@
>  <strong>Contributions:</strong>  Apache 1.3, 2.0 and APR for NetWare<br />
>  </p>

Sorry for the nitpicking, but shouldn't your name be listed a little bit lower to
maintain alphabetic order :-)?

Regards

Rüdiger

[..cut..]