www
[scribo] / www / index_mobile.html
diff --git a/www/index_mobile.html b/www/index_mobile.html
new file mode 100644 (file)
index 0000000..36f0071
--- /dev/null
@@ -0,0 +1,95 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\r
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<html xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><head>\r
+\r
+<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>   \r
+\r
+<meta name="description" content="Scribo - multiblog client for Maemo/Meego"/>\r
+<meta name="keywords" content="LiveJournal, n900, blogs, "/>\r
+\r
+<title>Scribo - multiblog client for Maemo/Meego</title>\r
+\r
+<link href="styles.css" rel="stylesheet" type="text/css"/>\r
+<!-- ilo-full-src="http://scribo.garage.maemo.org/icon.ico" -->\r
+<link  rel="icon" type="image/x-icon" href="http://scribo.garage.maemo.org/icon.ico"/>\r
+<script type="text/javascript">\r
+//<!--\r
+function DM_ExtensionEvent(event){\r
+  event.preventDefault();\r
+  var element = event.target; \r
+  var ev = document.createEvent("Events");\r
+  ev.initEvent("DMasterExtensionEvent", true, false);\r
+  element.dispatchEvent(ev);\r
+};\r
+function convertLinksToDM()\r
+{\r
+  var re = /(?:.([^.]+))?$/;\r
+  var extensions = "EXE,ZIP,RAR,ARJ,Z,GZ,LZH,GZIP,TAR,MP3,AVI,MPG,MPEG,QT,PLJ,ASF,WMA,WMV,MOV,TIF,TIFF,BIN,ACE,ISO,WAV,VQF,OGG,MPE,MPA,RAM,7Z,DOC,PDF,PPT,XLS,DJVU,MSI".split(",");\r
+  for (var i=0;i<document.links.length;i++) {\r
+    var ext = re.exec(document.links[i].href)[1].toUpperCase();\r
+    if (ext.indexOf("?")>0) { ext = ext.split("?")[0] }\r
+    try {\r
+    if (extensions.indexOf(ext) >= 0) {\r
+      document.links[i].addEventListener("click", function (e) { DM_ExtensionEvent(e); }, false);\r
+    }\r
+   } catch(e) { alert("error"); }\r
+  }\r
+};\r
+convertLinksToDM();\r
+//-->\r
+</script>\r
+</head><body>\r
+<div id="layout">\r
+<h1 class="logo"><a href="index.html" title="Detail information about Scribo">Scribo</a></h1>\r
+<h2 align="center">Scribo: Multi-Blog Client for Maemo/MeeGo Platform</h2>\r
+<div id="container">\r
+                               <div class="content" align="left">\r
+                               <p>\r
+                                       Scribo is a multiblog client application for the Maemo/MeeGo platform, licensed under GPLv2.\r
+                                       Scribo combines blog data from several blog services. \r
+                    Bloggers can view and edit user profiles at their blog services, make blog postings and comments.\r
+                                       Scribo is oriented to mobile bloggers that regularly participate in one or more blogs.\r
+                                       Current version 0.3.X provides:\r
+                                       \r
+                               </p><br/>\r
+                               <ul>\r
+                    <li>Blog services: LiveJournal and its clones (Blurty, InsaneJournal, Dreamwidth). More services are in progress.</li>\r
+                                       <li>Own blogs and groups: reading, editing, writing posts. Support for comments is in progress.</li>\r
+                                       <li>Friends' blogs and profiles: reading.</li>\r
+                                       <li>Multiblogging:\r
+                        <ul>\r
+                        <li>Duplicating posts to several blogs and groups.</li>\r
+                        <li>Common list of all own posts: sorting and filtering.</li>\r
+                        <li>Common list of all friends posts: sorting and filtering.</li>\r
+                        </ul>\r
+                    </li>\r
+                               </ul>\r
+                               </div>\r
+       </div>\r
+<p align="center">\r
+<b>Instal stable version:</b>\r
+<a href="http://repository.maemo.org/extras-testing/dists/fremantle/install/scribo.install">\r
+<!--ilo-full-src="http://static.maemo.org/style_maemo2009/img/icons/application_install.png" -->\r
+<img align="middle" src="http://static.maemo.org/style_maemo2009/img/icons/application_install.png" alt="Click here to install this application" title="Click here to install this application"/></a>\r
+<b>Instal latest version:</b>\r
+<a href="http://repository.maemo.org/extras-devel/dists/fremantle/install/scribo.install">\r
+\r
+<!--ilo-full-src="http://static.maemo.org/style_maemo2009/img/icons/application_install.png" -->\r
+<img align="middle" src="http://static.maemo.org/style_maemo2009/img/icons/application_install.png" alt="Click here to install this application" title="Click here to install this application"/></a>\r
+</p>\r
+\r
+<div id="footer">\r
+\r
+    <a href="http://validator.w3.org/check?uri=referer"><img\r
+        src="http://www.w3.org/Icons/valid-xhtml10"\r
+        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>    \r
+   <a href="http://jigsaw.w3.org/css-validator/check/referer">\r
+        <img style="border:0;width:88px;height:31px"\r
+            src="http://jigsaw.w3.org/css-validator/images/vcss"\r
+            alt="Правильный CSS!" />\r
+    </a>\r
+\r
+<span class="f-right">(c) 2010 <a href="mailto:maemo-scribo@cs.karelia.ru?subject=Scribo">Scribo</a> </span>           \r
+</div>\r
+</div>\r
+</body></html>
\ No newline at end of file