You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/09/16 00:46:13 UTC

svn commit: r815538 - in /httpd/site/trunk/xdocs/mod_fcgid: ./ index.en.xml index.html

Author: wrowe
Date: Tue Sep 15 22:46:13 2009
New Revision: 815538

URL: http://svn.apache.org/viewvc?rev=815538&view=rev
Log:
Add index page just for mod_fcgid

Added:
    httpd/site/trunk/xdocs/mod_fcgid/
    httpd/site/trunk/xdocs/mod_fcgid/index.en.xml   (with props)
    httpd/site/trunk/xdocs/mod_fcgid/index.html   (with props)

Added: httpd/site/trunk/xdocs/mod_fcgid/index.en.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/mod_fcgid/index.en.xml?rev=815538&view=auto
==============================================================================
--- httpd/site/trunk/xdocs/mod_fcgid/index.en.xml (added)
+++ httpd/site/trunk/xdocs/mod_fcgid/index.en.xml [utf-8] Tue Sep 15 22:46:13 2009
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<document>
+  <properties>
+    <author email="dev@httpd.apache.org">HTTPD developers</author>
+    <title>mod_fcgid - FastCGI interface module for Apache 2</title>
+  </properties>
+<body>
+
+<section>
+  <title>Introduction</title>
+  <p>
+    <tt>mod_fcgid</tt> is 
+  </p>
+</section>
+
+<section>
+  <title>Get It!</title>
+
+  <p>
+    <tt>mod_fcgid</tt> 2.3.1 is in beta, and isn't identified as complete.
+    Notably, the documentation is being expanded significantly, and the
+    special authentication and authorization extentions are still very new
+    features.  You can get the source from
+    <a href="http://httpd.apache.org/download.cgi#mod_fcgid"
+      >your local mirror</a>
+  </p>
+
+  <p>Development of mod_fcgid can be followed through the
+    <a href="http://subversion.tigris.org/">Subversion</a>
+    repositories. For public access you can use :
+  </p>
+
+  <code>
+    % svn checkout http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk mod_fcgid
+  </code>
+</section>
+
+<section>
+  <title>Documentation</title>
+    <p>The <a href="mod/mod_fcgid.html">mod_fcgid reference page</a>
+    will get you started.</p>
+
+    <p>See the
+     <a href="http://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk/README-FCGID"
+        >README-FCGID</a> file distributed with the module's source code for
+     additional build and installation notes.</p>
+</section>
+
+<section>
+  <title>Mailing Lists</title>
+  <p>
+    Discussions of <tt>mod_fcgid</tt> take place on the main HTTPD development
+    mailing list.
+  </p>
+
+  <ul type="square">
+    <li>
+      <a href="mailto:dev-subscribe@httpd.apache.org">dev&#64;httpd.apache.org</a>
+      - development (<a href="http://mail-archives.apache.org/mod_mbox/httpd-dev/">archives</a>).
+    </li>
+    <li>
+      <a href="mailto:cvs-subscribe@httpd.apache.org">cvs&#64;httpd.apache.org</a>
+      - svn commit logs for httpd, including mod_fcgid
+      (<a href="http://mail-archives.apache.org/mod_mbox/httpd-cvs/">archives</a>).
+    </li>
+  </ul>
+</section>
+
+<section>
+  <title>History</title>
+  <p>
+    <tt>mod_fcgid</tt> was created by Ryan Pam (Pan Qingfeng, pqf or 
+    &#28504;&#24198;&#23792;) in 2004 as a new FastCGI implementation,
+    and was granted to the ASF as an Apache HTTP Server subproject in 2009, 
+    sheparded by Chris Darroch (chrisd).
+  </p>
+</section>
+
+</body>
+</document>

Propchange: httpd/site/trunk/xdocs/mod_fcgid/index.en.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: httpd/site/trunk/xdocs/mod_fcgid/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/mod_fcgid/index.html?rev=815538&view=auto
==============================================================================
--- httpd/site/trunk/xdocs/mod_fcgid/index.html (added)
+++ httpd/site/trunk/xdocs/mod_fcgid/index.html Tue Sep 15 22:46:13 2009
@@ -0,0 +1,3 @@
+URI: index.en.html
+Content-Language: en
+Content-type: text/html; charset=utf-8

Propchange: httpd/site/trunk/xdocs/mod_fcgid/index.html
------------------------------------------------------------------------------
    svn:eol-style = native