OSDN Git Service

Add a dummy RSS file, to be filled with (local) content later
authorDaniel Molkentin <daniel.molkentin@nokia.com>
Fri, 24 Sep 2010 13:42:56 +0000 (15:42 +0200)
committerDaniel Molkentin <daniel.molkentin@nokia.com>
Fri, 24 Sep 2010 15:40:22 +0000 (17:40 +0200)
share/qtcreator/rss/featured.rss [new file with mode: 0644]
share/qtcreator/rss/images/qtcreator-textfinder-screenshot.png [new file with mode: 0644]
share/qtcreator/static.pro

diff --git a/share/qtcreator/rss/featured.rss b/share/qtcreator/rss/featured.rss
new file mode 100644 (file)
index 0000000..54626bc
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<rss version="2.0">
+  <channel>
+    <title>Featured</title>
+    <link>http://qt.nokia.com/</link>
+    <description>Offline content of featured articles</description>
+    <lastBuildDate>Fri, 17 Sep 2010 10:30:00 GMT</lastBuildDate>
+    <language>en-us</language>
+    <item>
+      <title>How to create a Qt C++ application</title>
+      <category>Tutorial</category>
+      <link>qthelp://com.nokia.qtcreator/doc/creator-writing-program.html</link>
+      <guid>qthelp://com.nokia.qtcreator/doc/creator-writing-program.html</guid>
+      <pubDate>Mon, 12 Sep 2005 18:37:00 GMT</pubDate>
+      <description><![CDATA[ This tutorial describes how to use Qt Creator to create a small Qt application, Text Finder. ]]></description>
+      <image>
+        <link>images/qtcreator-textfinder-screenshot.png</link>
+      </image>
+    </item>
+  </channel>
+</rss>
diff --git a/share/qtcreator/rss/images/qtcreator-textfinder-screenshot.png b/share/qtcreator/rss/images/qtcreator-textfinder-screenshot.png
new file mode 100644 (file)
index 0000000..103e96c
Binary files /dev/null and b/share/qtcreator/rss/images/qtcreator-textfinder-screenshot.png differ
index e17a9fa..18635f4 100644 (file)
@@ -29,6 +29,7 @@ DATA_DIRS = \
     designer \
     schemes \
     styles \
+    rss \
     gdbmacros \
     qmldesigner \
     qmlicons \