This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[cygwin-apps htdocs] branch master, updated. 5bbd473a4eb6c9bc6991dc6a268691b967830f3e




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

commit 5bbd473a4eb6c9bc6991dc6a268691b967830f3e
Author: Corinna Vinschen <vinschen@redhat.com>
Date:   Thu Mar 17 11:26:59 2016 +0100

    Finalize with shutdown on github


Diff:
---
 index.html |   69 ++++++-----------------------------------------------------
 1 files changed, 7 insertions(+), 62 deletions(-)

diff --git a/index.html b/index.html
index 332000c..dc69915 100644
--- a/index.html
+++ b/index.html
@@ -12,14 +12,9 @@
 <div id="header">
 <h1>The Cygwin-Apps Homepage</h1>
 </div>
-<div id="main">
-<p>This page acts as a reference for the various projects hosted in the cygwin-apps git and CVS repositories.</p>
 
-<h2>
-<a id="git" name="git">
-Projects under GIT control
-</a>
-</h2>
+<div id="main">
+<h2>This page acts as a reference for the various projects hosted in the cygwin-apps git repository.</h2>
 
 <p>The list of cygwin-apps projects under git control is available via GITWeb:<br>
 <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>
@@ -39,61 +34,11 @@ Projects under GIT control
 <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>
-
-<h3>Cygwin-apps git howto</h3>
-
-For development, check out the sources like this:
-
-<pre>  
-git clone git://cygwin.com/git/cygwin-apps/&lt;PROJECT&gt;.git
-</pre>
-
-or, if you have commit rights on the repository (you know if you do), like this:
-
-<pre>  
-git clone cygwin.com:/git/cygwin-apps/&lt;PROJECT&gt;.git
-</pre>
-
-Using the "csih" project as example, the aforementioned links look like this:
-
-<pre>
-https://sourceware.org/git/?p=cygwin-apps/csih.git
-git clone git://cygwin.com/git/cygwin-apps/csih.git
-git clone cygwin.com:/git/cygwin-apps/csih.git
-</pre>
-
-</p>
-
-<h2>
-<a id="git" name="git">
-Projects under CVS control (yet!)
-</a>
-</h2>
-
-<p><a href="https://sourceware.org/viewvc/cygwin-apps/shutdown";>shutdown</a> - Shutdown, reboot, hibernate or suspend the machine</p>
-
-<h3>Cygwin-apps CVS howto</h3>
-
-For development, check out the sources like this:
-
-<pre>  
-cvs -d :pserver:anoncvs@cygwin.com:/cvs/cygwin-apps co &lt;PROJECT&gt;
-</pre>
-
-or, if you have commit rights on the repository (you know if you do), like this:
-
-<pre>  
-cvs -d :ext:&lt;USER&gt;:/cvs/cygwin-apps co &lt;PROJECT&gt;
-</pre>
-
-Example:
-
-<pre>
-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>
+<p><a href="https://cygwin.com/git/?p=cygwin-apps/htdocs.git";>htdocs</a> - The cygwin-apps website files</p>
+<h3>This project is maintained externally on
+<a href="https://github.com/";>Github</a> since 2013:</h3>
+<p><a href="https://github.com/ffes/cygwin-shutdown/";>shutdown</a> - 
+Shutdown, reboot, hibernate or suspend the machine.</p>
 
 </div>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]