<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jsslideshow/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jsslideshow/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 27 Apr 2012 15:11:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jsslideshow/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Ashot Aslanyan</title><link>https://sourceforge.net/p/jsslideshow/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,8 +1,21 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/jsslideshow/wiki/markdown_syntax/) syntax.
-
-[[project_admins]]
-[[download_button]]
+This is a slideshow plugin written in pure JavaScript, that doesn't use any other third-party plugins and believed to be cross-browser solution :) (tested in IE6+, Mozilla Firefox, Google Chrome).
+
+It works with unordered list (ul), that contains "li" of fixed and equal size.
+
+Use example:
+
+~~~~~~
+window.onload = function()
+{
+	slideshow
+	(
+		{
+			node_name: "gallery",
+			ctrl_prev: "link-prev",
+			ctrl_next: "link-next",
+			speed: 5
+		}
+	).start();
+
+}
+~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashot Aslanyan</dc:creator><pubDate>Fri, 27 Apr 2012 15:11:58 -0000</pubDate><guid>https://sourceforge.net7a5b92bc00aaddf6f0ad78a3638f969758f688d5</guid></item><item><title>WikiPage Home modified by Ashot Aslanyan</title><link>https://sourceforge.net/p/jsslideshow/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/jsslideshow/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashot Aslanyan</dc:creator><pubDate>Fri, 27 Apr 2012 15:05:08 -0000</pubDate><guid>https://sourceforge.netd8d982d5b9b659f907b7a24f17a09df8cc494757</guid></item></channel></rss>