public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin.com/cgi-bin not found
@ 2014-10-19 21:42 Steven Penny
  2014-10-20  7:33 ` Corinna Vinschen
  0 siblings, 1 reply; 13+ messages in thread
From: Steven Penny @ 2014-10-19 21:42 UTC (permalink / raw)
  To: cygwin

http://cygwin.com/cgi-bin was to my knowledge the only place you could find the
source to such important files as "package-grep.cgi"

http://cygwin.com/ml/cygwin/2014-06/msg00127.html

However this and other pages found in Cygwin Robots have gone missing, notice

    curl -s cygwin.com/robots.txt |
    awk '$2 && !seen[$2]++ {print $2}' FS=/ |
    while read each
    do printf '%-12s' "$each"
      wget --spider --quiet cygwin.com/$each && echo GOOD || echo BAD
    done

Yields this

    ml          GOOD
    bugzilla    GOOD
    cgi-bin     BAD
    cgi         BAD
    cgi2-bin    BAD
    packages    GOOD
    snapshots   GOOD
    viewcvs     GOOD
    viewvc      GOOD

What happened to these pages?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-19 21:42 cygwin.com/cgi-bin not found Steven Penny
@ 2014-10-20  7:33 ` Corinna Vinschen
  2014-10-20 15:00   ` Steven Penny
  0 siblings, 1 reply; 13+ messages in thread
From: Corinna Vinschen @ 2014-10-20  7:33 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]

On Oct 19 16:42, Steven Penny wrote:
> http://cygwin.com/cgi-bin was to my knowledge the only place you could find the
> source to such important files as "package-grep.cgi"
> 
> http://cygwin.com/ml/cygwin/2014-06/msg00127.html
> 
> However this and other pages found in Cygwin Robots have gone missing, notice
> 
>     curl -s cygwin.com/robots.txt |
>     awk '$2 && !seen[$2]++ {print $2}' FS=/ |
>     while read each
>     do printf '%-12s' "$each"
>       wget --spider --quiet cygwin.com/$each && echo GOOD || echo BAD
>     done
> 
> Yields this
> 
>     ml          GOOD
>     bugzilla    GOOD
>     cgi-bin     BAD
>     cgi         BAD
>     cgi2-bin    BAD
>     packages    GOOD
>     snapshots   GOOD
>     viewcvs     GOOD
>     viewvc      GOOD
> 
> What happened to these pages?

Removed at some point in the past.  You referenced the correct path
yourself in the mail the above link points to ;)


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-20  7:33 ` Corinna Vinschen
@ 2014-10-20 15:00   ` Steven Penny
  2014-10-20 15:48     ` Corinna Vinschen
                       ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Steven Penny @ 2014-10-20 15:00 UTC (permalink / raw)
  To: cygwin

On Mon, Oct 20, 2014 at 2:33 AM, Corinna Vinschen wrote:
> Removed at some point in the past.  You referenced the correct path
> yourself in the mail the above link points to

The following example links do not work

http://cygwin.com/cgi-bin
http://cygwin.com/cgi-bin/cvsweb.cgi/htdocs/cgi-bin2?cvsroot=cygwin

This is a problem because the second link for example was the only page to host
the source of "package-grep.cgi". So either those links need to be restored, or
new links need to be revealed.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-20 15:00   ` Steven Penny
@ 2014-10-20 15:48     ` Corinna Vinschen
  2014-10-20 15:53       ` Steven Penny
  2014-10-20 15:54     ` Jon TURNEY
  2014-10-20 18:35     ` Andrey Repin
  2 siblings, 1 reply; 13+ messages in thread
From: Corinna Vinschen @ 2014-10-20 15:48 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 802 bytes --]

On Oct 20 10:00, Steven Penny wrote:
> On Mon, Oct 20, 2014 at 2:33 AM, Corinna Vinschen wrote:
> > Removed at some point in the past.  You referenced the correct path
> > yourself in the mail the above link points to
> 
> The following example links do not work
> 
> http://cygwin.com/cgi-bin
> http://cygwin.com/cgi-bin/cvsweb.cgi/htdocs/cgi-bin2?cvsroot=cygwin
> 
> This is a problem because the second link for example was the only
> page to host the source of "package-grep.cgi". So either those links
> need to be restored, or new links need to be revealed.

Try

  wget https://cygwin.com/cgi-bin2/package-grep.cgi


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-20 15:48     ` Corinna Vinschen
@ 2014-10-20 15:53       ` Steven Penny
  0 siblings, 0 replies; 13+ messages in thread
From: Steven Penny @ 2014-10-20 15:53 UTC (permalink / raw)
  To: cygwin

On Mon, Oct 20, 2014 at 10:48 AM, Corinna Vinschen wrote:
> Try
>
>   wget https://cygwin.com/cgi-bin2/package-grep.cgi

No. I am not trying to search for a package. I am trying to view the source code
for the Perl file "package-grep.cgi" and other files that were under "cgi-bin".

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-20 15:00   ` Steven Penny
  2014-10-20 15:48     ` Corinna Vinschen
@ 2014-10-20 15:54     ` Jon TURNEY
  2014-10-20 18:35     ` Andrey Repin
  2 siblings, 0 replies; 13+ messages in thread
From: Jon TURNEY @ 2014-10-20 15:54 UTC (permalink / raw)
  To: cygwin; +Cc: Steven Penny

On 20/10/2014 16:00, Steven Penny wrote:
> On Mon, Oct 20, 2014 at 2:33 AM, Corinna Vinschen wrote:
>> Removed at some point in the past.  You referenced the correct path
>> yourself in the mail the above link points to
>
> The following example links do not work
>
> http://cygwin.com/cgi-bin

I would think all you are checking here, and with your previous script 
is that the cgi-bin directory doesn't allow listings, which I would 
suspect has always been the case.

> http://cygwin.com/cgi-bin/cvsweb.cgi/htdocs/cgi-bin2?cvsroot=cygwin
>
> This is a problem because the second link for example was the only page to host
> the source of "package-grep.cgi". So either those links need to be restored, or
> new links need to be revealed.

The clue should be in the URL that this a web view of a CVS repository. 
  The files are still available via CVS.

"cvs -d :pserver:anoncvs@sourceware.org:/cvs/cygwin co htdocs"

cvsweb on sourceware has been retired in favour of viewvc, but it seems 
there are still some repositories and redirects missing from that.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-20 15:00   ` Steven Penny
  2014-10-20 15:48     ` Corinna Vinschen
  2014-10-20 15:54     ` Jon TURNEY
@ 2014-10-20 18:35     ` Andrey Repin
  2014-10-20 19:34       ` Steven Penny
  2014-10-21 11:55       ` Florian Friesdorf
  2 siblings, 2 replies; 13+ messages in thread
From: Andrey Repin @ 2014-10-20 18:35 UTC (permalink / raw)
  To: Steven Penny, cygwin

Greetings, Steven Penny!

>> Removed at some point in the past.  You referenced the correct path
>> yourself in the mail the above link points to

> The following example links do not work

> http://cygwin.com/cgi-bin
> http://cygwin.com/cgi-bin/cvsweb.cgi/htdocs/cgi-bin2?cvsroot=cygwin

> This is a problem because the second link for example was the only page to host
> the source of "package-grep.cgi". So either those links need to be restored, or
> new links need to be revealed.

You didn't made the issue clear. What part of the Cygwin website is
referencing these links? I.e. what does not work for you on the website?


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 20.10.2014, <22:25>

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-20 18:35     ` Andrey Repin
@ 2014-10-20 19:34       ` Steven Penny
  2014-10-21  8:05         ` Andrey Repin
  2014-10-21 11:55       ` Florian Friesdorf
  1 sibling, 1 reply; 13+ messages in thread
From: Steven Penny @ 2014-10-20 19:34 UTC (permalink / raw)
  To: cygwin

On Mon, Oct 20, 2014 at 1:27 PM, Andrey Repin wrote:
> You didn't made the issue clear. What part of the Cygwin website is
> referencing these links? I.e. what does not work for you on the website?

http://cygwin.com/ml/cygwin/2014-08/msg00179.html

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-20 19:34       ` Steven Penny
@ 2014-10-21  8:05         ` Andrey Repin
  0 siblings, 0 replies; 13+ messages in thread
From: Andrey Repin @ 2014-10-21  8:05 UTC (permalink / raw)
  To: Steven Penny, cygwin

Greetings, Steven Penny!

>> You didn't made the issue clear. What part of the Cygwin website is
>> referencing these links? I.e. what does not work for you on the website?

> http://cygwin.com/ml/cygwin/2014-08/msg00179.html

That doesn't answer my question.


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 21.10.2014, <12:03>

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-20 18:35     ` Andrey Repin
  2014-10-20 19:34       ` Steven Penny
@ 2014-10-21 11:55       ` Florian Friesdorf
  2014-10-21 12:09         ` Marco Atzeri
  1 sibling, 1 reply; 13+ messages in thread
From: Florian Friesdorf @ 2014-10-21 11:55 UTC (permalink / raw)
  To: Andrey Repin, Steven Penny, cygwin

[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

On Mon, Oct 20 2014, Andrey Repin wrote:
> Greetings, Steven Penny!
>
>>> Removed at some point in the past.  You referenced the correct path
>>> yourself in the mail the above link points to
>
>> The following example links do not work
>
>> http://cygwin.com/cgi-bin
>> http://cygwin.com/cgi-bin/cvsweb.cgi/htdocs/cgi-bin2?cvsroot=cygwin
>
>> This is a problem because the second link for example was the only page to host
>> the source of "package-grep.cgi". So either those links need to be restored, or
>> new links need to be revealed.
>
> You didn't made the issue clear. What part of the Cygwin website is
> referencing these links? I.e. what does not work for you on the website?

A somewhat related issue: I'm looking for genini to setup a custom
cygwin mirror as described here:

https://www.sourceware.org/cygwin-apps/package-server.html

It mentions:

http://cygwin.com/cgi-bin/cvsweb.cgi/genini/?cvsroot=cygwin-apps

to get genini, but the link is broken.

-- 
Florian Friesdorf <flo@chaoflow.net>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-21 11:55       ` Florian Friesdorf
@ 2014-10-21 12:09         ` Marco Atzeri
  2014-10-21 12:13           ` Florian Friesdorf
  0 siblings, 1 reply; 13+ messages in thread
From: Marco Atzeri @ 2014-10-21 12:09 UTC (permalink / raw)
  To: cygwin

On 10/21/2014 1:55 PM, Florian Friesdorf wrote:
> On Mon, Oct 20 2014, Andrey Repin wrote:

> A somewhat related issue: I'm looking for genini to setup a custom
> cygwin mirror as described here:
>
> https://www.sourceware.org/cygwin-apps/package-server.html
>
> It mentions:
>
> http://cygwin.com/cgi-bin/cvsweb.cgi/genini/?cvsroot=cygwin-apps
>
> to get genini, but the link is broken.

moved here:

https://sourceware.org/viewvc/cygwin-apps/genini/

Regards
Marco



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-21 12:09         ` Marco Atzeri
@ 2014-10-21 12:13           ` Florian Friesdorf
  2014-10-21 12:51             ` Corinna Vinschen
  0 siblings, 1 reply; 13+ messages in thread
From: Florian Friesdorf @ 2014-10-21 12:13 UTC (permalink / raw)
  To: Marco Atzeri, cygwin

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

On Tue, Oct 21 2014, Marco Atzeri wrote:
> On 10/21/2014 1:55 PM, Florian Friesdorf wrote:
>> On Mon, Oct 20 2014, Andrey Repin wrote:
>
>> A somewhat related issue: I'm looking for genini to setup a custom
>> cygwin mirror as described here:
>>
>> https://www.sourceware.org/cygwin-apps/package-server.html
>>
>> It mentions:
>>
>> http://cygwin.com/cgi-bin/cvsweb.cgi/genini/?cvsroot=cygwin-apps
>>
>> to get genini, but the link is broken.
>
> moved here:
>
> https://sourceware.org/viewvc/cygwin-apps/genini/

Thx! Would be great if the package-server.html would reflect that move.

-- 
Florian Friesdorf <flo@chaoflow.net>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: cygwin.com/cgi-bin not found
  2014-10-21 12:13           ` Florian Friesdorf
@ 2014-10-21 12:51             ` Corinna Vinschen
  0 siblings, 0 replies; 13+ messages in thread
From: Corinna Vinschen @ 2014-10-21 12:51 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

On Oct 21 14:12, Florian Friesdorf wrote:
> On Tue, Oct 21 2014, Marco Atzeri wrote:
> > On 10/21/2014 1:55 PM, Florian Friesdorf wrote:
> >> On Mon, Oct 20 2014, Andrey Repin wrote:
> >
> >> A somewhat related issue: I'm looking for genini to setup a custom
> >> cygwin mirror as described here:
> >>
> >> https://www.sourceware.org/cygwin-apps/package-server.html
> >>
> >> It mentions:
> >>
> >> http://cygwin.com/cgi-bin/cvsweb.cgi/genini/?cvsroot=cygwin-apps
> >>
> >> to get genini, but the link is broken.
> >
> > moved here:
> >
> > https://sourceware.org/viewvc/cygwin-apps/genini/
> 
> Thx! Would be great if the package-server.html would reflect that move.

Should be fixed now.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-10-21 12:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-19 21:42 cygwin.com/cgi-bin not found Steven Penny
2014-10-20  7:33 ` Corinna Vinschen
2014-10-20 15:00   ` Steven Penny
2014-10-20 15:48     ` Corinna Vinschen
2014-10-20 15:53       ` Steven Penny
2014-10-20 15:54     ` Jon TURNEY
2014-10-20 18:35     ` Andrey Repin
2014-10-20 19:34       ` Steven Penny
2014-10-21  8:05         ` Andrey Repin
2014-10-21 11:55       ` Florian Friesdorf
2014-10-21 12:09         ` Marco Atzeri
2014-10-21 12:13           ` Florian Friesdorf
2014-10-21 12:51             ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).