From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88867 invoked by alias); 16 Mar 2016 21:36:52 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 88841 invoked by uid 9078); 16 Mar 2016 21:36:51 -0000 Date: Wed, 16 Mar 2016 21:36:00 -0000 Message-ID: <20160316213651.88815.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [cygwin-apps htdocs] branch master, updated. 6bbdd2c85f3ef8c272e6fbff2a3d5bb1a8c94c7d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 35058693f044a81f2c64a864589d5d005fcdb082 X-Git-Newrev: 6bbdd2c85f3ef8c272e6fbff2a3d5bb1a8c94c7d X-SW-Source: 2016-q1/txt/msg00034.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=6bbdd2c85f3ef8c272e6fbff2a3d5bb1a8c94c7d commit 6bbdd2c85f3ef8c272e6fbff2a3d5bb1a8c94c7d Author: Corinna Vinschen 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 -

calm - Cygwin server-side packaging maintenance script

-

crypt - a library implementing the hopelessly outdated 56 bit DES encryption

-

csih - Cygwin service installation helper, a helper script and tools to create service installation scripts

-

cygrunsrv - a wrapper for unix daemons to make them controllable as windows services

-

cygutils - Chuck Wilson's collection of Cygwin utilities

-

editrights - A helper tool to change user privileges

-

genini - Script to create setup.ini files on a local machine

-

login - The unix login(1), tweaked for Cygwin

-

mt - The unix mt(1) tool with Cygwin-specific extensions

-

rebase - The rebase tool, core of the automatic rebase facility during postinstall

-

run - Launch cmdline programs with hidden console

-

setup - the official Cygwin 'setup.exe' program used to install Cygwin and keep it up to date.

-

windows-default-manifest - The manifest each executable has to be linked against since Windows 8.1

-
-

htdocs - The cygwin-apps website files

+

The list of cygwin-apps projects under git control is available via GITWeb: +https://sourceware.org/git/gitweb.cgi?a=project_list;pf=cygwin-apps +

-

The sources can be viewed on the web using GITWeb: +

calm - Cygwin server-side packaging maintenance script

+

crypt - a library implementing the hopelessly outdated 56 bit DES encryption

+

csih - Cygwin service installation helper, a helper script and tools to create service installation scripts

+

cygrunsrv - a wrapper for unix daemons to make them controllable as windows services

+

cygutils - Chuck Wilson's collection of Cygwin utilities

+

editrights - A helper tool to change user privileges

+

genini - Script to create setup.ini files on a local machine

+

login - The unix login(1), tweaked for Cygwin

+

mt - The unix mt(1) tool with Cygwin-specific extensions

+

rebase - The rebase tool, core of the automatic rebase facility during postinstall

+

robots - The game; Fight against maniac robots

+

run - Launch cmdline programs with hidden console

+

setup - the official Cygwin setup program used to install Cygwin and keep it up to date.

+

windows-default-manifest - The manifest each executable has to be linked against since Windows 8.1

+

htdocs - The cygwin-apps website files

-
  
-https://cygwin.com/git/?p=cygwin-apps/<PROJECT>.git
-
+

Cygwin-apps git howto

For development, check out the sources like this: @@ -71,14 +71,9 @@ Projects under CVS control (yet!) -

robots - The game; Fight against maniac robots

-

shutdown - Shutdown, reboot, hibernate or suspend the machine

- -

The sources can be viewed on the web using CVS: +

shutdown - Shutdown, reboot, hibernate or suspend the machine

-
  
-https://sourceware.org/viewvc/cygwin-apps/<PROJECT>/
-
+

Cygwin-apps CVS howto

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> -Using the "robots" project as example, the aforementioned links look like this: +Example:
-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