From f7099ead97bd2052c14213994d05a98fbe172715 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 3 May 2013 08:49:44 +0000 Subject: [PATCH] --- doc/index.html | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- doc/index.txt | 63 +++++++++++++++++++-- po/fr.gmo | Bin 453 -> 453 bytes po/fr.po | 30 +++++----- po/prss.pot | 30 +++++----- 5 files changed, 250 insertions(+), 43 deletions(-) diff --git a/doc/index.html b/doc/index.html index f472ea9..80c9f14 100644 --- a/doc/index.html +++ b/doc/index.html @@ -750,8 +750,154 @@ asciidoc.install(2);
-

1. Download sources

+

1. Installation from sources

+
+

1.1. Build prerequisites

+

To compile PRSS, the following librairies and tools must be installed:

+
    +
  • +

    +asciidoc +

    +
  • +
  • +

    +autoconf +

    +
  • +
  • +

    +automake +

    +
  • +
  • +

    +autopoint +

    +
  • +
  • +

    +cppcheck +

    +
  • +
  • +

    +gettext +

    +
  • +
  • +

    +help2man +

    +
  • +
  • +

    +CURL library +

    +
  • +
  • +

    +GConf2 library +

    +
  • +
  • +

    +GTK+ 3 library +

    +
  • +
  • +

    +JSON-C library +

    +
  • +
  • +

    +GTK+ Webkit 2 library +

    +
  • +
  • +

    +perl +

    +
  • +
+

For Ubuntu 13.04, the following list of packages must be installed:

+
    +
  • +

    +asciidoc +

    +
  • +
  • +

    +autoconf +

    +
  • +
  • +

    +automake +

    +
  • +
  • +

    +autopoint +

    +
  • +
  • +

    +debhelper +

    +
  • +
  • +

    +cppcheck +

    +
  • +
  • +

    +gettext +

    +
  • +
  • +

    +help2man +

    +
  • +
  • +

    +libcurl4-gnutls-dev +

    +
  • +
  • +

    +libgconf2-dev +

    +
  • +
  • +

    +libgtk-3-dev +

    +
  • +
  • +

    +libjson0-dev +

    +
  • +
  • +

    +libwebkitgtk-3.0-dev +

    +
  • +
  • +

    +perl +

    +
  • +
+
+
+

1.2. Download sources

Download a source archive from http://wpitchoune.net/prss/files or checkout the last development sources from the repository:

@@ -759,10 +905,8 @@ checkout the last development sources from the repository:

svn co http://wpitchoune.net/svnpub/prss/trunk
- -
-

2. Installation from source archive

-
+
+

1.3. Compilation and installation of PRSS

In the directory of the sources:

@@ -772,8 +916,9 @@ sudo make install
+
-

3. Ubuntu: Installation Using PPA

+

2. Installation from PPA

@@ -783,11 +928,22 @@ sudo apt-get install
+
+

3. Configuration

+
+

Open the web interface of Tiny Tiny RSS, login, open the preferences, +set Enable external API to Yes and click on the button Save +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.

+
+

diff --git a/doc/index.txt b/doc/index.txt index 4d07b83..1cb2c84 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -3,8 +3,48 @@ PRSS PRSS is a GTK+ client application for Tiny Tiny RSS. +Installation from sources +------------------------- + +Build prerequisites +~~~~~~~~~~~~~~~~~~~ + +To compile PRSS, the following librairies and tools must be installed: + + * asciidoc + * autoconf + * automake + * autopoint + * cppcheck + * gettext + * help2man + * CURL library + * GConf2 library + * GTK+ 3 library + * JSON-C library + * GTK+ Webkit 2 library + * perl + +For Ubuntu 13.04, the following list of packages must be installed: + + * asciidoc + * autoconf + * automake + * autopoint + * debhelper + * cppcheck + * gettext + * help2man + * libcurl4-gnutls-dev + * libgconf2-dev + * libgtk-3-dev + * libjson0-dev + * libwebkitgtk-3.0-dev + * perl + + Download sources ----------------- +~~~~~~~~~~~~~~~~ Download a source archive from http://wpitchoune.net/prss/files or checkout the last development sources from the repository: @@ -12,22 +52,33 @@ checkout the last development sources from the repository: svn co http://wpitchoune.net/svnpub/prss/trunk ----------------------------- -Installation from source archive --------------------------------- +Compilation and installation of PRSS +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In the directory of the sources: + ----------------------------- ./configure make clean all sudo make install ----------------------------- -Ubuntu: Installation Using PPA ------------------------------- - +Installation from PPA +--------------------- ------------------------------ sudo apt-add-repository ppa:jfi/prss sudo apt-get update sudo apt-get install ------------------------------ + +Configuration +------------- + +Open the web interface of Tiny Tiny RSS, login, open the preferences, +set +Enable external API+ to +Yes+ and click on the button +Save +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. diff --git a/po/fr.gmo b/po/fr.gmo index 09a7ff7016ec0b696927289cc7e41fca9e49dffd..188b2d455aadbbd5c58461b48dde2acadc141a57 100644 GIT binary patch delta 18 ZcmX@ge3W^@G\n" "Language-Team: French <>\n" @@ -24,7 +24,7 @@ msgstr "" msgid "Cannot open log file: %s" msgstr "" -#: src/main.c:68 +#: src/main.c:69 #, c-format msgid "" "Copyright (C) %s jeanfi@gmail.com\n" @@ -34,63 +34,63 @@ msgid "" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" -#: src/main.c:79 +#: src/main.c:80 #, c-format msgid "Usage: %s [OPTION]...\n" msgstr "" -#: src/main.c:81 +#: src/main.c:82 msgid "Prss is a GTK+ news reader for tt-rss." msgstr "" -#: src/main.c:84 +#: src/main.c:85 #, fuzzy msgid "Options:" msgstr "Description:" -#: src/main.c:85 +#: src/main.c:86 msgid "" " -h, --help display this help and exit\n" " -v, --version display version information and exit" msgstr "" -#: src/main.c:88 +#: src/main.c:89 msgid " -d, --debug=LEVEL set the debug level, integer between 0 and 3" msgstr "" -#: src/main.c:93 +#: src/main.c:94 #, c-format msgid "Report bugs to: %s\n" msgstr "" -#: src/main.c:95 +#: src/main.c:96 #, c-format msgid "%s home page: <%s>\n" msgstr "" -#: src/main.c:466 +#: src/main.c:471 msgid "PRSS is a GTK+ client application for Tiny Tiny RSS" msgstr "" -#: src/main.c:468 +#: src/main.c:473 msgid "" "Copyright(c) 2010-2013\n" "jeanfi@gmail.com" msgstr "" -#: src/main.c:471 +#: src/main.c:476 msgid "About PRSS" msgstr "" -#: src/main.c:474 +#: src/main.c:479 msgid "PRSS Homepage" msgstr "" -#: src/main.c:521 +#: src/main.c:526 msgid "Enables debug mode." msgstr "" -#: src/main.c:536 +#: src/main.c:541 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" diff --git a/po/prss.pot b/po/prss.pot index 6cc465e..f995e0c 100644 --- a/po/prss.pot +++ b/po/prss.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2013-05-01 16:56+0200\n" +"POT-Creation-Date: 2013-05-03 10:27+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgstr "" msgid "Cannot open log file: %s" msgstr "" -#: src/main.c:68 +#: src/main.c:69 #, c-format msgid "" "Copyright (C) %s jeanfi@gmail.com\n" @@ -32,62 +32,62 @@ msgid "" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" -#: src/main.c:79 +#: src/main.c:80 #, c-format msgid "Usage: %s [OPTION]...\n" msgstr "" -#: src/main.c:81 +#: src/main.c:82 msgid "Prss is a GTK+ news reader for tt-rss." msgstr "" -#: src/main.c:84 +#: src/main.c:85 msgid "Options:" msgstr "" -#: src/main.c:85 +#: src/main.c:86 msgid "" " -h, --help display this help and exit\n" " -v, --version display version information and exit" msgstr "" -#: src/main.c:88 +#: src/main.c:89 msgid " -d, --debug=LEVEL set the debug level, integer between 0 and 3" msgstr "" -#: src/main.c:93 +#: src/main.c:94 #, c-format msgid "Report bugs to: %s\n" msgstr "" -#: src/main.c:95 +#: src/main.c:96 #, c-format msgid "%s home page: <%s>\n" msgstr "" -#: src/main.c:466 +#: src/main.c:471 msgid "PRSS is a GTK+ client application for Tiny Tiny RSS" msgstr "" -#: src/main.c:468 +#: src/main.c:473 msgid "" "Copyright(c) 2010-2013\n" "jeanfi@gmail.com" msgstr "" -#: src/main.c:471 +#: src/main.c:476 msgid "About PRSS" msgstr "" -#: src/main.c:474 +#: src/main.c:479 msgid "PRSS Homepage" msgstr "" -#: src/main.c:521 +#: src/main.c:526 msgid "Enables debug mode." msgstr "" -#: src/main.c:536 +#: src/main.c:541 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -- 2.7.4