This is the mail archive of the cygwin mailing list for the Cygwin 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.com/cgi-bin not found


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


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