X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=UB6xsRnfKvS62v0GKbomKty1/cVIt yxkHZ0xt63E32ReQIbFSfWWXD+ORtcTOKAZhxDURFcVUEKd9SPXgobJuM5stdmjX ENDnHSR63yyQtCyO3xGg4FqQixBSX5S0q61zeRcgf3BMQV/Mg1yFRyUFgiNKypsb XHGiTVC5X1Mj2U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=sMLauyqUC0GHhT4hswAx7vKP278=; b=ePD gaIP4Kzh03Af+rBCqrzokEKvIcDzsK3YNPdE6Qlxy3veNe7P0mzP+MQJ1GNP/Yl6 N/JTghqMbdjSIW9ifWaNsaYWPajHYb92rEVWaaDfPeQTF14x0663JWmGc+TcESym zX4c9wAiH1MCwgkooydgW5c28B/WuRudnIohV5bY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f48.google.com MIME-Version: 1.0 X-Received: by 10.236.110.170 with SMTP id u30mr33635183yhg.75.1413754930624; Sun, 19 Oct 2014 14:42:10 -0700 (PDT) Date: Sun, 19 Oct 2014 16:42:10 -0500 Message-ID: Subject: cygwin.com/cgi-bin not found From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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