Repository: mahout
Updated Branches:
  refs/heads/website c4feca039 -> 3c53a6dcf


http://git-wip-us.apache.org/repos/asf/mahout/blob/3c53a6dc/website/oldsite/atom.xml
----------------------------------------------------------------------
diff --git a/website/oldsite/atom.xml b/website/oldsite/atom.xml
deleted file mode 100755
index 2b1f27b..0000000
--- a/website/oldsite/atom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
----
-layout: null
-title : Atom Feed
----
-<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom";>
- 
- <title>{{ site.title | xml_escape }}</title>
- <link href="{{ site.production_url }}{{ site.JB.atom_path }}" rel="self"/>
- <link href="{{ site.production_url }}"/>
- <updated>{{ site.time | date_to_xmlschema }}</updated>
- <id>{{ site.production_url }}</id>
- <author>
-   <name>{{ site.author.name | xml_escape }}</name>
-   <email>{{ site.author.email }}</email>
- </author>
-
- {% for post in site.posts limit:20 %}
- <entry>
-   <title>{{ post.title | xml_escape }}</title>
-   <link href="{{ site.production_url }}{{ post.url }}"/>
-   <updated>{{ post.date | date_to_xmlschema }}</updated>
-   <id>{{ site.production_url }}{{ post.id }}</id>
-   <content type="html">{{ post.content | xml_escape }}</content>
- </entry>
- {% endfor %}
- 
-</feed>

http://git-wip-us.apache.org/repos/asf/mahout/blob/3c53a6dc/website/oldsite/pages.html
----------------------------------------------------------------------
diff --git a/website/oldsite/pages.html b/website/oldsite/pages.html
deleted file mode 100644
index bde1a32..0000000
--- a/website/oldsite/pages.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: page
-title: Pages 
-header: Pages
-group: navigation
----
-{% include JB/setup %}
-
-<h2>All Pages</h2>
-<ul>
-{% assign pages_list = site.pages %}
-{% include JB/pages_list %}
-</ul>

http://git-wip-us.apache.org/repos/asf/mahout/blob/3c53a6dc/website/oldsite/rss.xml
----------------------------------------------------------------------
diff --git a/website/oldsite/rss.xml b/website/oldsite/rss.xml
deleted file mode 100755
index 419c897..0000000
--- a/website/oldsite/rss.xml
+++ /dev/null
@@ -1,28 +0,0 @@
----
-layout: null
-title : RSS Feed
----
-
-<?xml version="1.0" encoding="UTF-8" ?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom";>
-<channel>
-        <title>{{ site.title | xml_escape }}</title>
-        <description>{{ site.title | xml_escape }} - {{ site.author.name | 
xml_escape }}</description>
-        <link>{{ site.production_url }}</link>
-        <atom:link href="{{ site.production_url }}{{ site.JB.rss_path }}" 
rel="self" type="application/rss+xml" />
-        <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
-        <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
-        <ttl>60</ttl>
-
-{% for post in site.posts limit:20 %}
-        <item>
-                <title>{{ post.title | xml_escape }}</title>
-                <description>{{ post.content | xml_escape }}</description>
-                <link>{{ site.production_url }}{{ post.url }}</link>
-                <guid>{{ site.production_url }}{{ post.id }}</guid>
-                <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
-        </item>
-{% endfor %}
-
-</channel>
-</rss>

http://git-wip-us.apache.org/repos/asf/mahout/blob/3c53a6dc/website/oldsite/tags.html
----------------------------------------------------------------------
diff --git a/website/oldsite/tags.html b/website/oldsite/tags.html
deleted file mode 100644
index 5e216cb..0000000
--- a/website/oldsite/tags.html
+++ /dev/null
@@ -1,21 +0,0 @@
----
-layout: page
-title: Tags
-header: Posts By Tag
-group: navigation
----
-{% include JB/setup %}
-
-<ul class="tag_box inline">
-  {% assign tags_list = site.tags %}  
-  {% include JB/tags_list %}
-</ul>
-
-
-{% for tag in site.tags %} 
-  <h2 id="{{ tag[0] }}-ref">{{ tag[0] }}</h2>
-  <ul>
-    {% assign pages_list = tag[1] %}  
-    {% include JB/pages_list %}
-  </ul>
-{% endfor %}

Reply via email to