OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 08-Mar-2003 22:10:07
Branch: HEAD Handle: 2003030821100600
Modified files:
openpkg-web contrib.wml
Log:
describe more services on this page (will be soon merged into a howto
page)
Summary:
Revision Changes Path
1.6 +68 -12 openpkg-web/contrib.wml
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/contrib.wml
============================================================================
$ cvs diff -u -r1.5 -r1.6 contrib.wml
--- openpkg-web/contrib.wml 22 Jan 2003 13:12:53 -0000 1.5
+++ openpkg-web/contrib.wml 8 Mar 2003 21:10:06 -0000 1.6
@@ -9,13 +9,31 @@
complete packages. For this the following facilities are available to
contributors:
+<h2>Anonymous Web Service</h2>
+
+This service provides access to the OpenPKG site through
+the HTTP protocol. It can be accessed by anyone with a Web
+browser (like <a href="http://www.mozilla.org/">Mozilla</a>
+or <a href="http://w3m.sf.net/">W3M</a>) under the address <a
+href="http://www.openpkg.org/">http://www.openpkg.org/</a>. Use this
+service for reading all OpenPKG non-source-code material, including
+especially security advisories and more.
+
+<pre>
+$ mozilla http://www.openpkg.org/
+</pre>
+
<h2>Anonymous FTP Service</h2>
This service provides access to the OpenPKG distribution files
-through the FTP protocol. It can be accessed by anyone with an FTP
-client (like <a href="http://lftp.yar.ru/">lftp</a> or
-any vendor <tt>ftp</tt> command) under the address <a
+through the FTP protocol. It can be accessed by anyone with
+an FTP client (like <a href="http://lftp.yar.ru/">lftp</a>
+or any vendor <tt>ftp</tt> command) under the address <a
href="ftp://ftp.openpkg.org/">ftp://ftp.openpkg.org/</a>.
+There is also a contribution area <a
+href="ftp://ftp.openpkg.org/contrib">ftp://ftp.openpkg.org/contrib/</a>.
+where you can upload files. Use this service for downloading all the RPM
+distribution files and for uploading your contributions.
<pre>
$ lftp ftp://ftp.openpkg.org/
@@ -23,33 +41,71 @@
<h2>Anonymous RSYNC Service</h2>
-This service provides access to the OpenPKG distribution files (module
-<tt>openpkg-ftp</tt>), the OpenPKG website (module <tt>openpkg-web</tt>) and
-the OpenPKG CVS repository (module <tt>openpkg-cvs</tt>) through the RSYNC
-protocol. It can be accessed by anyone with the <a
-href="http://www.cvshome.org/">rsync</a> client program under the address <a
-href="rsync://rsync.openpkg.org/">rsync://rsync.openpkg.org/</a>.
+This service provides access to the OpenPKG distribution files
+(module <tt>openpkg-ftp</tt>), the OpenPKG website (module
+<tt>openpkg-web</tt>) and the OpenPKG CVS repository (module
+<tt>openpkg-cvs</tt>) through the RSYNC protocol. It can be accessed
+by anyone with the <a href="http://www.cvshome.org/">rsync</a>
+client program under the address <a
+href="rsync://rsync.openpkg.org/">rsync://rsync.openpkg.org/</a>. Use
+this service for maintaining local mirrors of the OpenPKG Web and FTP
+service or of the OpenPKG CVS repository.
<pre>
$ rsync -rav --delete rsync://rsync.openpkg.org/<i>module</i>/ /path/to/local/copy/
</pre>
-<h2>Anonymous CVS Service</h2>
+<h2>Anonymous CVS Checkout Service</h2>
This service provides access to the OpenPKG CVS repository through the CVS
-pserver protocol. It can be accessed by anyone with the <a
+"pserver" protocol. It can be accessed by anyone with the <a
href="http://www.cvshome.org/">cvs</a> client program under the address
:pserver:[EMAIL PROTECTED]:/e/openpkg/cvs/. The login password is
empty (just hit return when <tt>cvs</tt> asks for it). The available
<i>modules</i> are <tt>openpkg-adm</tt>, <tt>openpkg-doc</tt>,
<tt>openpkg-play</tt>, <tt>openpkg-re</tt>, <tt>openpkg-src</tt>,
<tt>openpkg-ui</tt>, <tt>openpkg-web</tt>, <tt>rpm-doc</tt>, and
-<tt>rpm-src</tt>.
+<tt>rpm-src</tt>. Use this service for checking out many files from
+the OpenPKG CVS repository at once, especially if you want to make and
+maintain local modifiations.
<pre>
$ cvs -d :pserver:[EMAIL PROTECTED]:/e/openpkg/cvs login
$ cvs -d :pserver:[EMAIL PROTECTED]:/e/openpkg/cvs co <i>module</i>
</pre>
+
+<h2>Anonymous CVS Browsing Service</h2>
+
+This service provides access to the OpenPKG CVS repository through the <a
+href="http://www.cvstraq.org/">CVStraq</a> based Web service. It can be
+accessed by anyone with a Web browser (like <a
+href="http://www.mozilla.org/">Mozilla</a> or <a
+href="http://w3m.sf.net/">W3M</a>) under the address <a
+href="http://cvs.openpkg.org/">http://cvs.openpkg.org/</a>. Use this
+service for convinient interactive browsing the OpenPKG CVS repository,
+for monitoring the OpenPKG CVS repository evolution in a chronological
+way, and for hyperlinking to sources and source changes in the CVS
+repository.
+
+<pre>
+$ w3m http://cvs.openpkg.org/
+</pre>
+
+<h2>Subscription-based Mailing List Service</h2>
+
+This service provides access to the OpenPKG forums through the Mail service.
+It can be used by anyone with a valid Mail account by subscribing to one or
+more mailing lists <tt>openpkg-</tt><i>name</i><tt>@openpkg.org</tt> through
+the Petidomo service under <tt>[EMAIL PROTECTED]</tt>. See the <a
+href="support.html">Support</a> page for more details, too.
+
+<pre>
+$ echo "subscribe openpkg-announce" | mail [EMAIL PROTECTED]
+$ echo "subscribe openpkg-users" | mail [EMAIL PROTECTED]
+$ echo "subscribe openpkg-dev" | mail [EMAIL PROTECTED]
+$ echo "subscribe openpkg-cvs" | mail [EMAIL PROTECTED]
+</pre>
+
<h2>Contributor Environment</h2>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]