]> granicus.if.org Git - re2c/commitdiff
Added stub for Atom feed.
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 14 Nov 2015 21:38:14 +0000 (21:38 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 14 Nov 2015 21:38:14 +0000 (21:38 +0000)
Makefile
src/feed/atom.xml [new file with mode: 0644]
src/feed/feed.png [moved from src/feed.png with 100% similarity]
src/index.rst

index d05f6329e27267eb18706ff4b7dc2697035e3750..c3b68d44ac3e91d07b74cada01d02a8737dec1b3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,8 @@ SRC_OTH = \
     src/examples/06_braille.utf16.txt \
     src/examples/03_arbitrary_large_input.re \
     src/examples/02_recognizing_strings.re \
-    src/feed.png \
+    src/feed/feed.png \
+    src/feed/atom.xml \
     src/manual/warnings/condition_order/wcondition_order.re \
     src/manual/warnings/match_empty_string/wmatch_empty_string.re \
     src/manual/features/dot/php_json_dot.png \
diff --git a/src/feed/atom.xml b/src/feed/atom.xml
new file mode 100644 (file)
index 0000000..1e6e7ab
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+    <title>re2c</title>
+    <link href="http://re2c.org/"/>
+    <id>http://re2c.org/</id>
+
+    <entry>
+        <title>re2c-0.15 release notes</title>
+        <link href="http://re2c.org/manual.html"/>
+        <id>http://re2c.org/manual.html</id>
+        <updated>2015-11-14T19:40:00Z</updated>
+        <summary type="xhtml">
+            <div xmlns="http://www.w3.org/1999/xhtml">
+                Some text <a href="http://re2c.org/manual.html">here</a>.
+            </div>
+        </summary>
+        <author>
+            <name>Ulya Trofimovich</name>
+            <email>skvadrik@gmail.com</email>
+        </author>
+    </entry>
+
+</feed>
similarity index 100%
rename from src/feed.png
rename to src/feed/feed.png
index 5d86eb32fa68236380d9d61c1a8fc6fdf7749a7e..389c7131c95279aeeaf077a703df9fa79a1a4cc8 100644 (file)
@@ -18,8 +18,8 @@ and flexible (easy to embed into existing environment).
 
 ★ `News <news/news.html>`_ |feed|
 
-.. |feed| image:: feed.png
-    :target: news/news.html
+.. |feed| image:: feed/feed.png
+    :target: feed/atom.xml
     :class:  feed
     :width:  25px