Source Code
The entire project, readable in your browser. No hidden JavaScript, no sneaky beacons. If we claimed we don't track you, this is where you check.
|
Pages/
Feeds/
Backend/
Includes/
Stylesheet/
JavaScript/
data/counter.txt and data/guestbook.txt hold visitor-supplied content
(a number and signed messages), so they are not shown here.
|
1 # robots.txt -- What Can I Learn About You? 2 # We store nothing about visitors, and we are happy to be indexed. 3 # The only "private" directory is data/, which holds the flat-file counter and 4 # guestbook -- there is nothing there worth crawling. 5 6 User-agent: * 7 Allow: / 8 Disallow: /data/ 9 Disallow: /includes/ 10 11 # Please do not hammer the IP-lookup endpoint. 12 Disallow: /api/ 13 14 # Sitemaps 15 Sitemap: /sitemap.php?xml 16 You are reading the real file being executed on the server. What you see is what runs. |