From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id DEC9D3858D28; Sun, 5 Mar 2023 14:54:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DEC9D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678028094; bh=XXvbisw+Ado94dz3M+JK5Qfoyvzq21br8cM9UGo8eSw=; h=To:Subject:Date:From:From; b=ID2HbXH6HIHhEw2+S5oKkkS1Gyf5Y6Yxcv+4sMUvhGGjAfl2n622Tpiwuc01qWn7L 4wF+qZEN76z0FVE5p1rYEZRotSjk/+1QwF9FKHI7/8q+Vbqtucas9U8HOxTVbZSJF5 l6xXsiNViPo2YcFr70hgwlCEUE/C9PZftwGduYrM= To: cygwin-apps-cvs@sourceware.org Subject: [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. b07e1c0cb3aade3b92bc45798b994fffc40aa9ce X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0addfd196131a59c3f51799398bb53bbe83fcd70 X-Git-Newrev: b07e1c0cb3aade3b92bc45798b994fffc40aa9ce Message-Id: <20230305145454.DEC9D3858D28@sourceware.org> Date: Sun, 5 Mar 2023 14:54:54 +0000 (GMT) From: Jon Turney List-Id: https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=b07e1c0cb3aade3b92bc45798b994fffc40aa9ce commit b07e1c0cb3aade3b92bc45798b994fffc40aa9ce Author: Jon Turney Date: Sun Mar 5 14:51:29 2023 +0000 gitweb -> cgit Diff: --- index.html | 4 ++-- setup.html | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index e1a3974..1a5a8df 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@

This page acts as a reference for the various projects hosted in the cygwin-apps git repositories.

-

The list of cygwin-apps projects under git control is available via gitweb:
-https://cygwin.com/git/cygwin-apps/ +

The list of cygwin-apps projects under git control is available via cgit:
+https://cygwin.com/cgit/cygwin-apps

Check out the sources like this: diff --git a/setup.html b/setup.html index 53242f5..4d695d8 100644 --- a/setup.html +++ b/setup.html @@ -33,8 +33,8 @@ Getting the source code from git and building

setup source code is available via git. The sources can be - -viewed using gitweb. + +viewed using cgit.

For development, check out the sources like this: @@ -52,9 +52,7 @@ git remote set-url origin --push ssh://username@cygwin.com/git/cygwin-app

For instructions on how to build setup, see the -README + README file included in its source.