You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ru...@apache.org on 2021/01/20 12:40:58 UTC

[incubator-ratis] branch asf-site updated: RATIS-1285. Fix the wrong links from Ratis website (#400)

This is an automated email from the ASF dual-hosted git repository.

runzhiwang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f81be8c  RATIS-1285. Fix the wrong links from Ratis website (#400)
f81be8c is described below

commit f81be8cab8befe8cafbdf61d26dc42d5b2181417
Author: runzhiwang <51...@users.noreply.github.com>
AuthorDate: Wed Jan 20 20:40:50 2021 +0800

    RATIS-1285. Fix the wrong links from Ratis website (#400)
---
 categories.html                 | 2 +-
 categories/index.xml            | 8 ++------
 community.html                  | 4 ++--
 getting_started.html            | 4 ++--
 index.html                      | 8 ++++----
 index.xml                       | 8 ++------
 logservice.html                 | 2 +-
 logservice/index.html           | 2 +-
 logservice/index.xml            | 8 ++------
 logservice/lifecycle.html       | 2 +-
 logservice/security.html        | 2 +-
 logservice/testing.html         | 2 +-
 logservice/testing/docker.html  | 2 +-
 logservice/testing/index.html   | 2 +-
 logservice/testing/index.xml    | 8 ++------
 logservice/testing/vagrant.html | 2 +-
 post.html                       | 2 +-
 post/0.1.0-alpha.html           | 2 +-
 post/0.2.0.html                 | 2 +-
 post/0.3.0.html                 | 2 +-
 post/0.4.0.html                 | 2 +-
 post/0.5.0.html                 | 2 +-
 post/1.0.0.html                 | 2 +-
 post/index.xml                  | 8 ++------
 sitemap.xml                     | 2 +-
 source.html                     | 2 +-
 tags.html                       | 2 +-
 tags/index.xml                  | 8 ++------
 28 files changed, 39 insertions(+), 63 deletions(-)

diff --git a/categories.html b/categories.html
index 671b348..8f01633 100644
--- a/categories.html
+++ b/categories.html
@@ -110,7 +110,7 @@
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/categories/index.xml b/categories/index.xml
index 3486325..aaac60b 100644
--- a/categories/index.xml
+++ b/categories/index.xml
@@ -5,10 +5,6 @@
     <link>https://ratis.incubator.apache.org/categories.html</link>
     <description>Recent content in Categories on Apache Ratis</description>
     <generator>Hugo -- gohugo.io</generator>
-    <language>en-us</language>
-    
-	<atom:link href="https://ratis.incubator.apache.org/categories/index.xml" rel="self" type="application/rss+xml" />
-    
-    
+    <language>en-us</language><atom:link href="https://ratis.incubator.apache.org/categories/index.xml" rel="self" type="application/rss+xml" />
   </channel>
-</rss>
\ No newline at end of file
+</rss>
diff --git a/community.html b/community.html
index 596dfb1..8cfd0d2 100644
--- a/community.html
+++ b/community.html
@@ -116,7 +116,7 @@ questions and discussion.</p>
 </ul>
 <p>To post to the list, it is necessary to subscribe to it.</p>
 <h3 id="slack">Slack</h3>
-<p>You can join the #ratis channel in Apache slack workspace <a href="http://s.apache.org/slack-invite">http://s.apache.org/slack-invite</a> for any discussions</p>
+<p>You can join the #ratis channel in Apache slack workspace <a href="http://s.apache.org/slack-invite">http://s.apache.org/slack-invite</a> for any discussions.</p>
 
 </div>
 
@@ -124,7 +124,7 @@ questions and discussion.</p>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/getting_started.html b/getting_started.html
index 704b78c..678d802 100644
--- a/getting_started.html
+++ b/getting_started.html
@@ -95,7 +95,7 @@
 <h1>Getting started</h1>
 <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
-<p>Ratis is a <a href="https://raft.github.io/%22">Raft</a> protocol <em>library</em> in Java. It&rsquo;s not a standalone server application like Zookeeper or Consul.</p>
+<p>Ratis is a <a href="https://raft.github.io/">Raft</a> protocol <em>library</em> in Java. It&rsquo;s not a standalone server application like Zookeeper or Consul.</p>
 <h3 id="examples">Examples</h3>
 <p>To demonstrate how to use Ratis from the code, Please look at the following examples.</p>
 <ul>
@@ -136,7 +136,7 @@
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/index.html b/index.html
index 10b91b8..b3a463e 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
 <html>
 
 <head>
-	<meta name="generator" content="Hugo 0.73.0" />
+	<meta name="generator" content="Hugo 0.79.0" />
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -283,7 +283,7 @@
             <h2>Getting started</h2>
             <!-- raw HTML omitted -->
 <!-- raw HTML omitted -->
-<p>Ratis is a <a href="https://raft.github.io/%22">Raft</a> protocol <em>library</em> in Java. It&rsquo;s not a standalone server application like Zookeeper or Consul.</p>
+<p>Ratis is a <a href="https://raft.github.io/">Raft</a> protocol <em>library</em> in Java. It&rsquo;s not a standalone server application like Zookeeper or Consul.</p>
 <h3 id="examples">Examples</h3>
 <p>To demonstrate how to use Ratis from the code, Please look at the following examples.</p>
 <ul>
@@ -352,7 +352,7 @@ questions and discussion.</p>
 </ul>
 <p>To post to the list, it is necessary to subscribe to it.</p>
 <h3 id="slack">Slack</h3>
-<p>You can join the #ratis channel in Apache slack workspace <a href="http://s.apache.org/slack-invite">http://s.apache.org/slack-invite</a> for any discussions</p>
+<p>You can join the #ratis channel in Apache slack workspace <a href="http://s.apache.org/slack-invite">http://s.apache.org/slack-invite</a> for any discussions.</p>
 
             
         </div>
@@ -408,7 +408,7 @@ Only the source code from the released artifacts are checked by the Project Mana
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/index.xml b/index.xml
index 39f743c..4057d3a 100644
--- a/index.xml
+++ b/index.xml
@@ -6,11 +6,7 @@
     <description>Recent content on Apache Ratis</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Mon, 20 Jul 2020 00:00:00 +0000</lastBuildDate>
-    
-	<atom:link href="https://ratis.incubator.apache.org/index.xml" rel="self" type="application/rss+xml" />
-    
-    
+    <lastBuildDate>Mon, 20 Jul 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://ratis.incubator.apache.org/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>GA Release 1.0.0 is available</title>
       <link>https://ratis.incubator.apache.org/post/1.0.0.html</link>
@@ -178,4 +174,4 @@ Starting from the directory dev-support/vagrant/:
     </item>
     
   </channel>
-</rss>
\ No newline at end of file
+</rss>
diff --git a/logservice.html b/logservice.html
index a90e025..3f73f27 100644
--- a/logservice.html
+++ b/logservice.html
@@ -287,7 +287,7 @@ of this document.</p>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/logservice/index.html b/logservice/index.html
index 61d83db..3041c6d 100644
--- a/logservice/index.html
+++ b/logservice/index.html
@@ -114,7 +114,7 @@ daemons provided for the LogService, but these are solely to be used for testing
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/logservice/index.xml b/logservice/index.xml
index 000a406..ce9f556 100644
--- a/logservice/index.xml
+++ b/logservice/index.xml
@@ -5,11 +5,7 @@
     <link>https://ratis.incubator.apache.org/logservice.html</link>
     <description>Recent content on Apache Ratis</description>
     <generator>Hugo -- gohugo.io</generator>
-    <language>en-us</language>
-    
-	<atom:link href="https://ratis.incubator.apache.org/logservice/index.xml" rel="self" type="application/rss+xml" />
-    
-    
+    <language>en-us</language><atom:link href="https://ratis.incubator.apache.org/logservice/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Lifecycle</title>
       <link>https://ratis.incubator.apache.org/logservice/lifecycle.html</link>
@@ -43,4 +39,4 @@ One feature of Ratis is that it is decoupled from the RPC transport in use. gRPC
     </item>
     
   </channel>
-</rss>
\ No newline at end of file
+</rss>
diff --git a/logservice/lifecycle.html b/logservice/lifecycle.html
index b706d61..a6d3be0 100644
--- a/logservice/lifecycle.html
+++ b/logservice/lifecycle.html
@@ -165,7 +165,7 @@ an archival of a log is an export of the entire log to a specific location.</p>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/logservice/security.html b/logservice/security.html
index d97ef3f..cee23b8 100644
--- a/logservice/security.html
+++ b/logservice/security.html
@@ -174,7 +174,7 @@ of this document.</p>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/logservice/testing.html b/logservice/testing.html
index 8a31217..8073dcc 100644
--- a/logservice/testing.html
+++ b/logservice/testing.html
@@ -179,7 +179,7 @@ scenarios. Please find more on each using the below references.</p>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/logservice/testing/docker.html b/logservice/testing/docker.html
index 6401e07..33a80e3 100644
--- a/logservice/testing/docker.html
+++ b/logservice/testing/docker.html
@@ -131,7 +131,7 @@ described above, use <code>docker exec -it &lt;name&gt; /bin/sh</code> to attach
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/logservice/testing/index.html b/logservice/testing/index.html
index 0d51e0c..461b13f 100644
--- a/logservice/testing/index.html
+++ b/logservice/testing/index.html
@@ -111,7 +111,7 @@ scenarios. Please find more on each using the below references.</p>
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/logservice/testing/index.xml b/logservice/testing/index.xml
index 25668f5..c4aa4bb 100644
--- a/logservice/testing/index.xml
+++ b/logservice/testing/index.xml
@@ -5,11 +5,7 @@
     <link>https://ratis.incubator.apache.org/logservice/testing.html</link>
     <description>Recent content on Apache Ratis</description>
     <generator>Hugo -- gohugo.io</generator>
-    <language>en-us</language>
-    
-	<atom:link href="https://ratis.incubator.apache.org/logservice/testing/index.xml" rel="self" type="application/rss+xml" />
-    
-    
+    <language>en-us</language><atom:link href="https://ratis.incubator.apache.org/logservice/testing/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Docker Testing</title>
       <link>https://ratis.incubator.apache.org/logservice/testing/docker.html</link>
@@ -43,4 +39,4 @@ Starting from the directory dev-support/vagrant/:
     </item>
     
   </channel>
-</rss>
\ No newline at end of file
+</rss>
diff --git a/logservice/testing/vagrant.html b/logservice/testing/vagrant.html
index 31cf8de..01ed0c7 100644
--- a/logservice/testing/vagrant.html
+++ b/logservice/testing/vagrant.html
@@ -109,7 +109,7 @@
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/post.html b/post.html
index 2d1a743..27eb719 100644
--- a/post.html
+++ b/post.html
@@ -185,7 +185,7 @@ See the <a href="https://github.com/apache/incubator-ratis/compare/ratis-0.2.0..
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/post/0.1.0-alpha.html b/post/0.1.0-alpha.html
index 1627f9a..0907cd3 100644
--- a/post/0.1.0-alpha.html
+++ b/post/0.1.0-alpha.html
@@ -109,7 +109,7 @@
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/post/0.2.0.html b/post/0.2.0.html
index f033c47..ea493e7 100644
--- a/post/0.2.0.html
+++ b/post/0.2.0.html
@@ -106,7 +106,7 @@
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/post/0.3.0.html b/post/0.3.0.html
index 19e2fd6..96c2579 100644
--- a/post/0.3.0.html
+++ b/post/0.3.0.html
@@ -106,7 +106,7 @@ See the <a href="https://github.com/apache/incubator-ratis/compare/ratis-0.2.0..
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/post/0.4.0.html b/post/0.4.0.html
index 094d1f9..ca56238 100644
--- a/post/0.4.0.html
+++ b/post/0.4.0.html
@@ -106,7 +106,7 @@ See the <a href="https://github.com/apache/incubator-ratis/compare/0.3.0...ratis
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/post/0.5.0.html b/post/0.5.0.html
index 30c7da3..dcf3ab9 100644
--- a/post/0.5.0.html
+++ b/post/0.5.0.html
@@ -106,7 +106,7 @@ See the <a href="https://github.com/apache/incubator-ratis/compare/0.4.0-rc4...r
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/post/1.0.0.html b/post/1.0.0.html
index 85d56df..319f2d6 100644
--- a/post/1.0.0.html
+++ b/post/1.0.0.html
@@ -106,7 +106,7 @@ See the <a href="https://github.com/apache/incubator-ratis/compare/ratis-0.5.0-r
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/post/index.xml b/post/index.xml
index 6d9601f..1e0b409 100644
--- a/post/index.xml
+++ b/post/index.xml
@@ -6,11 +6,7 @@
     <description>Recent content in Posts on Apache Ratis</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Mon, 20 Jul 2020 00:00:00 +0000</lastBuildDate>
-    
-	<atom:link href="https://ratis.incubator.apache.org/post/index.xml" rel="self" type="application/rss+xml" />
-    
-    
+    <lastBuildDate>Mon, 20 Jul 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://ratis.incubator.apache.org/post/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>GA Release 1.0.0 is available</title>
       <link>https://ratis.incubator.apache.org/post/1.0.0.html</link>
@@ -79,4 +75,4 @@ Key features:
     </item>
     
   </channel>
-</rss>
\ No newline at end of file
+</rss>
diff --git a/sitemap.xml b/sitemap.xml
index b6848c1..dcac906 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -96,4 +96,4 @@
     <loc>https://ratis.incubator.apache.org/logservice/testing/vagrant.html</loc>
   </url>
   
-</urlset>
\ No newline at end of file
+</urlset>
diff --git a/source.html b/source.html
index cbeea85..f6960bc 100644
--- a/source.html
+++ b/source.html
@@ -106,7 +106,7 @@ Only the source code from the released artifacts are checked by the Project Mana
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/tags.html b/tags.html
index 7bc6061..2ba90fb 100644
--- a/tags.html
+++ b/tags.html
@@ -110,7 +110,7 @@
     <div class="container">
 
         <div class="col-md-12 trademark">
-            <p>&copy; 2020 <a href="http://apache.org">The Apache Software Foundation</a>,
+            <p>&copy; 2021 <a href="http://apache.org">The Apache Software Foundation</a>,
                 Apache, Apache Ratis, the Apache feather logo, Apache Ratis logo, Apache Incubator logo are trademarks of The Apache Software Foundation.
             <p>
         </div>
diff --git a/tags/index.xml b/tags/index.xml
index 77c7f00..df2b204 100644
--- a/tags/index.xml
+++ b/tags/index.xml
@@ -5,10 +5,6 @@
     <link>https://ratis.incubator.apache.org/tags.html</link>
     <description>Recent content in Tags on Apache Ratis</description>
     <generator>Hugo -- gohugo.io</generator>
-    <language>en-us</language>
-    
-	<atom:link href="https://ratis.incubator.apache.org/tags/index.xml" rel="self" type="application/rss+xml" />
-    
-    
+    <language>en-us</language><atom:link href="https://ratis.incubator.apache.org/tags/index.xml" rel="self" type="application/rss+xml" />
   </channel>
-</rss>
\ No newline at end of file
+</rss>