switched source to git
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 22 Apr 2014 20:51:43 +0000 (22:51 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 22 Apr 2014 20:53:52 +0000 (22:53 +0200)
added contact information

doc/index.html
doc/index.txt

index 3b42700..cc951ff 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />\r
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 8.6.7" />\r
+<meta name="generator" content="AsciiDoc 8.6.9" />\r
 <title>PRSS</title>\r
 <style type="text/css">\r
 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */\r
 <title>PRSS</title>\r
 <style type="text/css">\r
 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */\r
@@ -87,10 +87,16 @@ ul, ol, li > p {
 ul > li     { color: #aaa; }\r
 ul > li > * { color: black; }\r
 \r
 ul > li     { color: #aaa; }\r
 ul > li > * { color: black; }\r
 \r
-pre {\r
+.monospaced, code, pre {\r
+  font-family: "Courier New", Courier, monospace;\r
+  font-size: inherit;\r
+  color: navy;\r
   padding: 0;\r
   margin: 0;\r
 }\r
   padding: 0;\r
   margin: 0;\r
 }\r
+pre {\r
+  white-space: pre-wrap;\r
+}\r
 \r
 #author {\r
   color: #527bbd;\r
 \r
 #author {\r
   color: #527bbd;\r
@@ -219,7 +225,7 @@ div.exampleblock > div.content {
 }\r
 \r
 div.imageblock div.content { padding-left: 0; }\r
 }\r
 \r
 div.imageblock div.content { padding-left: 0; }\r
-span.image img { border-style: none; }\r
+span.image img { border-style: none; vertical-align: text-bottom; }\r
 a.image:visited { color: white; }\r
 \r
 dl {\r
 a.image:visited { color: white; }\r
 \r
 dl {\r
@@ -415,12 +421,6 @@ div.unbreakable { page-break-inside: avoid; }
  *\r
  * */\r
 \r
  *\r
  * */\r
 \r
-tt {\r
-  font-family: "Courier New", Courier, monospace;\r
-  font-size: inherit;\r
-  color: navy;\r
-}\r
-\r
 div.tableblock {\r
   margin-top: 1.0em;\r
   margin-bottom: 1.5em;\r
 div.tableblock {\r
   margin-top: 1.0em;\r
   margin-bottom: 1.5em;\r
@@ -454,12 +454,6 @@ div.tableblock > table[frame="vsides"] {
  *\r
  * */\r
 \r
  *\r
  * */\r
 \r
-.monospaced {\r
-  font-family: "Courier New", Courier, monospace;\r
-  font-size: inherit;\r
-  color: navy;\r
-}\r
-\r
 table.tableblock {\r
   margin-top: 1.0em;\r
   margin-bottom: 1.5em;\r
 table.tableblock {\r
   margin-top: 1.0em;\r
   margin-bottom: 1.5em;\r
@@ -539,6 +533,8 @@ body.manpage div.sectionbody {
 @media print {\r
   body.manpage div#toc { display: none; }\r
 }\r
 @media print {\r
   body.manpage div#toc { display: none; }\r
 }\r
+\r
+\r
 </style>\r
 <script type="text/javascript">\r
 /*<![CDATA[*/\r
 </style>\r
 <script type="text/javascript">\r
 /*<![CDATA[*/\r
@@ -746,7 +742,7 @@ asciidoc.install(2);
 <div id="content">\r
 <div id="preamble">\r
 <div class="sectionbody">\r
 <div id="content">\r
 <div id="preamble">\r
 <div class="sectionbody">\r
-<div class="paragraph"><p>PRSS is a GTK+ client application for Tiny Tiny RSS.</p></div>\r
+<div class="paragraph"><p>PRSS is a GNOME/GTK+ client application for Tiny Tiny RSS.</p></div>\r
 </div>\r
 </div>\r
 <div class="sect1">\r
 </div>\r
 </div>\r
 <div class="sect1">\r
@@ -892,7 +888,7 @@ perl
 checkout the last development sources from the repository:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
 checkout the last development sources from the repository:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>svn co http://wpitchoune.net/svnpub/prss/trunk</tt></pre>\r
+<pre><code>git git://git.wpitchoune.net/prss.git</code></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
@@ -900,9 +896,9 @@ checkout the last development sources from the repository:</p></div>
 <div class="paragraph"><p>In the directory of the sources:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
 <div class="paragraph"><p>In the directory of the sources:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>./configure\r
+<pre><code>./configure\r
 make clean all\r
 make clean all\r
-sudo make install</tt></pre>\r
+sudo make install</code></pre>\r
 </div></div>\r
 </div>\r
 </div>\r
 </div></div>\r
 </div>\r
 </div>\r
@@ -910,12 +906,12 @@ sudo make install</tt></pre>
 <div class="sect1">\r
 <h2 id="_installation_from_ppa">2. Installation from PPA</h2>\r
 <div class="sectionbody">\r
 <div class="sect1">\r
 <h2 id="_installation_from_ppa">2. Installation from PPA</h2>\r
 <div class="sectionbody">\r
-<div class="paragraph"><p>For Ubuntu 12.04, 12.10 and 13.04:</p></div>\r
+<div class="paragraph"><p>For Ubuntu:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>sudo apt-add-repository ppa:jfi/prss\r
+<pre><code>sudo apt-add-repository ppa:jfi/prss\r
 sudo apt-get update\r
 sudo apt-get update\r
-sudo apt-get install</tt></pre>\r
+sudo apt-get install</code></pre>\r
 </div></div>\r
 </div>\r
 </div>\r
 </div></div>\r
 </div>\r
 </div>\r
@@ -923,18 +919,24 @@ sudo apt-get install</tt></pre>
 <h2 id="_configuration">3. Configuration</h2>\r
 <div class="sectionbody">\r
 <div class="paragraph"><p>Open the web interface of Tiny Tiny RSS, login, open the preferences,\r
 <h2 id="_configuration">3. Configuration</h2>\r
 <div class="sectionbody">\r
 <div class="paragraph"><p>Open the web interface of Tiny Tiny RSS, login, open the preferences,\r
-set <tt>Enable external API</tt> to <tt>Yes</tt> and click on the button <tt>Save\r
-configuration</tt>.</p></div>\r
+set <code>Enable external API</code> to <code>Yes</code> and click on the button <code>Save\r
+configuration</code>.</p></div>\r
 <div class="paragraph"><p>Launch PRSS, click on the button <em>Preferences</em> in the toolbar, set\r
 <div class="paragraph"><p>Launch PRSS, click on the button <em>Preferences</em> in the toolbar, set\r
-the <tt>URL</tt> to <tt>http://server_hostname/tt-rss</tt>, and set the login and\r
+the <code>URL</code> to <code>http://server_hostname/tt-rss</code>, and set the login and\r
 password fields.</p></div>\r
 </div>\r
 </div>\r
 password fields.</p></div>\r
 </div>\r
 </div>\r
+<div class="sect1">\r
+<h2 id="_contact">4. Contact</h2>\r
+<div class="sectionbody">\r
+<div class="paragraph"><p>Send questions, comments, or bugs to <a href="mailto:jeanfi@gmail.com">jeanfi@gmail.com</a>.</p></div>\r
+</div>\r
+</div>\r
 </div>\r
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
 </div>\r
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2013-05-03 15:07:07 CEST\r
+Last updated 2014-04-22 19:43:16 CEST\r
 </div>\r
 </div>\r
 </body>\r
 </div>\r
 </div>\r
 </body>\r
index 5e84891..acfa824 100644 (file)
@@ -1,7 +1,7 @@
 PRSS
 ====
 
 PRSS
 ====
 
-PRSS is a GTK+ client application for Tiny Tiny RSS.
+PRSS is a GNOME/GTK+ client application for Tiny Tiny RSS.
 
 Installation from sources
 -------------------------
 
 Installation from sources
 -------------------------
@@ -47,7 +47,7 @@ Download sources
 Download a source archive from http://wpitchoune.net/prss/files or
 checkout the last development sources from the repository:
 -----------------------------
 Download a source archive from http://wpitchoune.net/prss/files or
 checkout the last development sources from the repository:
 -----------------------------
-svn co http://wpitchoune.net/svnpub/prss/trunk
+git git://git.wpitchoune.net/prss.git
 -----------------------------
 
 Compilation and installation of PRSS
 -----------------------------
 
 Compilation and installation of PRSS
@@ -64,7 +64,7 @@ sudo make install
 Installation from PPA
 ---------------------
 
 Installation from PPA
 ---------------------
 
-For Ubuntu 12.04, 12.10 and 13.04:
+For Ubuntu:
 ------------------------------
 sudo apt-add-repository ppa:jfi/prss
 sudo apt-get update
 ------------------------------
 sudo apt-add-repository ppa:jfi/prss
 sudo apt-get update
@@ -81,3 +81,8 @@ configuration+.
 Launch PRSS, click on the button 'Preferences' in the toolbar, set
 the +URL+ to +http://server_hostname/tt-rss+, and set the login and
 password fields.
 Launch PRSS, click on the button 'Preferences' in the toolbar, set
 the +URL+ to +http://server_hostname/tt-rss+, and set the login and
 password fields.
+
+Contact
+-------
+
+Send questions, comments, or bugs to jeanfi@gmail.com.