diff options
author | Alec Warner <antarus@scriptkitty.com> | 2011-03-03 14:23:44 -0800 |
---|---|---|
committer | Alec Warner <antarus@scriptkitty.com> | 2011-03-03 14:23:44 -0800 |
commit | 4ff9ad46702895ef609b709d223fbd5f65ed2119 (patch) | |
tree | d60177124e68b6994c48244d6e28855453d741a1 | |
parent | Add doc/ news/ foundation/ errors/ (diff) | |
download | www-redesign-4ff9ad46702895ef609b709d223fbd5f65ed2119.tar.gz www-redesign-4ff9ad46702895ef609b709d223fbd5f65ed2119.tar.bz2 www-redesign-4ff9ad46702895ef609b709d223fbd5f65ed2119.zip |
Add indexes, robots.txt favicon, and devmap stuff.
-rw-r--r-- | xml/htdocs/favicon.ico | bin | 0 -> 1406 bytes | |||
-rw-r--r-- | xml/htdocs/gmaps-key.xml | 14 | ||||
-rw-r--r-- | xml/htdocs/index.xml | 12 | ||||
-rw-r--r-- | xml/htdocs/index2.xml | 35 | ||||
-rw-r--r-- | xml/htdocs/robots.txt | 2 |
5 files changed, 63 insertions, 0 deletions
diff --git a/xml/htdocs/favicon.ico b/xml/htdocs/favicon.ico Binary files differnew file mode 100644 index 00000000..e26ba885 --- /dev/null +++ b/xml/htdocs/favicon.ico diff --git a/xml/htdocs/gmaps-key.xml b/xml/htdocs/gmaps-key.xml new file mode 100644 index 00000000..a088e216 --- /dev/null +++ b/xml/htdocs/gmaps-key.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE gkey [ + <!ELEMENT gkey (#PCDATA)> +]> +<!-- Store key for google.com/maps in a separate file + to allow devs to render local copies with their own key + + Get your key from http://www.google.com/apis/maps/signup.html + --> + +<!-- key for http://www.gentoo.org/ --> + +<gkey>ABQIAAAA2bJ40BE3mRcXBNHJHoMlRhRU4Y9pnRcrIH1U1h0e1cVi0vkKyBTfRBwtj3UWItVNpM98cIsLSyDR0A</gkey> diff --git a/xml/htdocs/index.xml b/xml/htdocs/index.xml new file mode 100644 index 00000000..4ce4ea79 --- /dev/null +++ b/xml/htdocs/index.xml @@ -0,0 +1,12 @@ +<?xml version='1.0'?> +<!DOCTYPE mainpage SYSTEM "/dtd/guide.dtd"> +<mainpage> + <title>Gentoo Linux News</title> + <author title="Author"> + <mail link="drobbins@gentoo.org">Daniel Robbins</mail> + </author> + <version>Current</version> + <newsitems/> +</mainpage> + + diff --git a/xml/htdocs/index2.xml b/xml/htdocs/index2.xml new file mode 100644 index 00000000..19b5f461 --- /dev/null +++ b/xml/htdocs/index2.xml @@ -0,0 +1,35 @@ +<?xml version='1.0' encoding="UTF-8"?> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/index2.xml,v 1.3 2009/01/31 08:42:49 neysx Exp $ --> +<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> + +<guide redirect="/"> +<title>Homepage</title> + +<author title="Author"> + <mail>neysx</mail> +</author> + +<abstract> +This is Gentoo's homepage +</abstract> + +<!-- The content of this document is licensed under the CC-BY-SA license --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> +<license/> + +<version>0</version> +<date>2009-01-31</date> + +<chapter> +<title>Moved</title> +<section> +<body> + +<p> +See <uri link="/">www.gentoo.org</uri>. +</p> + +</body> +</section> +</chapter> +</guide> diff --git a/xml/htdocs/robots.txt b/xml/htdocs/robots.txt new file mode 100644 index 00000000..1b425ee0 --- /dev/null +++ b/xml/htdocs/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /cgi-bin/ |