[cygwin-apps htdocs] branch master, updated. 6bbdd2c85f3ef8c272e6fbff2a3d5bb1a8c94c7d

corinna@sourceware.org corinna@sourceware.org
Wed Mar 16 21:36:00 GMT 2016




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=6bbdd2c85f3ef8c272e6fbff2a3d5bb1a8c94c7d

commit 6bbdd2c85f3ef8c272e6fbff2a3d5bb1a8c94c7d
Author: Corinna Vinschen <vinschen@redhat.com>
Date:   Wed Mar 16 22:36:33 2016 +0100

    robots -> git, revamp page slightly


Diff:
---
 index.html |   55 +++++++++++++++++++++++++------------------------------
 1 files changed, 25 insertions(+), 30 deletions(-)

diff --git a/index.html b/index.html
index 928ac9a..f81909c 100644
--- a/index.html
+++ b/index.html
@@ -21,27 +21,27 @@ Projects under GIT control
 </a>
 </h2>
 
-<p>calm - Cygwin server-side packaging maintenance script</p>
-<p>crypt - a library implementing the hopelessly outdated 56 bit DES encryption</p>
-<p>csih - Cygwin service installation helper, a helper script and tools to create service installation scripts</p>
-<p>cygrunsrv - a wrapper for unix daemons to make them controllable as windows services</p>
-<p>cygutils - Chuck Wilson's collection of Cygwin utilities</p>
-<p>editrights - A helper tool to change user privileges</p>
-<p>genini - Script to create setup.ini files on a local machine</p>
-<p>login - The unix login(1), tweaked for Cygwin</p>
-<p>mt - The unix mt(1) tool with Cygwin-specific extensions</p>
-<p>rebase - The rebase tool, core of the automatic rebase facility during postinstall</p>
-<p>run - Launch cmdline programs with hidden console</p>
-<p><a href="setup.html">setup</a> - the official Cygwin 'setup.exe' program used to install Cygwin and keep it up to date.</p>
-<p>windows-default-manifest - The manifest each executable has to be linked against since Windows 8.1</p>
-<br>
-<p>htdocs - The cygwin-apps website files</p>
+<p>The list of cygwin-apps projects under git control is available via GITWeb:
+<a href="https://sourceware.org/git/gitweb.cgi?a=project_list;pf=cygwin-apps">https://sourceware.org/git/gitweb.cgi?a=project_list;pf=cygwin-apps</a>
+</p>
 
-<p>The sources can be viewed on the web using GITWeb:
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/calm.git">calm</a> - Cygwin server-side packaging maintenance script</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/crypt.git">crypt</a> - a library implementing the hopelessly outdated 56 bit DES encryption</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/csih.git">csih</a> - Cygwin service installation helper, a helper script and tools to create service installation scripts</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/cygrunsrv.git">cygrunsrv</a> - a wrapper for unix daemons to make them controllable as windows services</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/cygutils.git">cygutils</a> - Chuck Wilson's collection of Cygwin utilities</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/editrights.git">editrights</a> - A helper tool to change user privileges</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/genini.git">genini</a> - Script to create setup.ini files on a local machine</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/login.git">login</a> - The unix login(1), tweaked for Cygwin</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/mt.git">mt</a> - The unix mt(1) tool with Cygwin-specific extensions</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/rebase.git">rebase</a> - The rebase tool, core of the automatic rebase facility during postinstall</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/robots.git">robots</a> - The game; Fight against maniac robots</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/run.git">run</a> - Launch cmdline programs with hidden console</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/setup.git">setup</a> - the official Cygwin <a href="setup.html">setup</a> program used to install Cygwin and keep it up to date.</p>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/windows-default-manifest.git">windows-default-manifest</a> - The manifest each executable has to be linked against since Windows 8.1</p>
+<p>htdocs - The cygwin-apps website files</p>
 
-<pre>  
-https://cygwin.com/git/?p=cygwin-apps/<PROJECT>.git
-</pre>
+<h3>Cygwin-apps git howto</h3>
 
 For development, check out the sources like this:
 
@@ -71,14 +71,9 @@ Projects under CVS control (yet!)
 </a>
 </h2>
 
-<p>robots - The game; Fight against maniac robots</p>
-<p>shutdown - Shutdown, reboot, hibernate or suspend the machine</p>
-
-<p>The sources can be viewed on the web using CVS:
+<p><a href="https://sourceware.org/viewvc/cygwin-apps/shutdown">shutdown</a> - Shutdown, reboot, hibernate or suspend the machine</p>
 
-<pre>  
-https://sourceware.org/viewvc/cygwin-apps/<PROJECT>/
-</pre>
+<h3>Cygwin-apps CVS howto</h3>
 
 For development, check out the sources like this:
 
@@ -92,12 +87,12 @@ or, if you have commit rights on the repository (you know if you do), like this:
 cvs -d :ext:<USER>:/cvs/cygwin-apps co <PROJECT>
 </pre>
 
-Using the "robots" project as example, the aforementioned links look like this:
+Example:
 
 <pre>
-https://sourceware.org/viewvc/cygwin-apps/robots/
-cvs -d :pserver:anoncvs@cygwin.com:/cvs/cygwin-apps co robots
-cvs -d :ext:your_sourceware_username:/cvs/cygwin-apps co robots
+https://sourceware.org/viewvc/cygwin-apps/shutdown/
+cvs -d :pserver:anoncvs@cygwin.com:/cvs/cygwin-apps co shutdown
+cvs -d :ext:your_sourceware_username:/cvs/cygwin-apps co shutdown
 </pre>
 
 </div>



More information about the Cygwin-apps-cvs mailing list