From 1d635f93dac66153fa636831471b22de9f84027a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 14 Jun 2016 12:08:49 +0200 Subject: [PATCH] added html file --- www/psensor/contribute.html | 173 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 www/psensor/contribute.html diff --git a/www/psensor/contribute.html b/www/psensor/contribute.html new file mode 100644 index 0000000..c8927d2 --- /dev/null +++ b/www/psensor/contribute.html @@ -0,0 +1,173 @@ + + + + + + + +How to contribute to psensor + + + + + + +
+
+

Translations

+
+
+

Psensor is fully translatable, and contributions to the translation +for any language are welcome.

+
+
+

Directly update the translation files

+
+

You can modify the .po files which are available in the +GIT repository: http://git.wpitchoune.net/psensor.git and send it to +jeanfi@gmail.com.

+
+
+

poedit or any text editors supporting UTF-8 +can be used to edit the translation files .

+
+
+

If the .po file does not exist for your language, send me an email, I +will add it.

+
+
+
+

Use Launchpad

+
+ + + + + +
+
Warning
+
+Currently, you must NOT use this way. Due to a bug which +prevents to import GIT repository to Bazaar branch, it is impossible +to synchronize the translations. +
+
+
+

The easiest way is probably to use the Launchpad translation Web +service available at: +https://translations.launchpad.net/psensor/trunk/+translations.

+
+
+

If you did not already use it, you can read some documentation at: +https://help.launchpad.net/Translations. The LP translations are +periodically merged in the Psensor source repository and systematicaly +before each release.

+
+
+
+
+
+

Source code

+
+
+

Patch fixing bugs or adding features are welcome.

+
+
+

The code modification must be submitted as a patch file on the SVN +‘trunk’:

+
+
+
    +
  1. +

    Checkout the source code: git clone http://git.wpitchoune.net/psensor.git

    +
  2. +
  3. +

    Modify the files

    +
  4. +
  5. +

    Generate the patch file: git diff >/tmp/mypatch.diff

    +
  6. +
  7. +

    Verify that it respects the coding style: make check

    +
  8. +
  9. +

    Send the patch file by email to jeanfi@gmail.com

    +
  10. +
+
+
+

If it concerns a bug which does not exist on the ‘master’ GIT branch, +the patch must be done on the appropriate GIT branch: +http://git.wpitchoune.net/gitweb/?p=psensor.git;a=summary.

+
+
+
+
+

Icons

+
+
+

Psensor is using 3 differents icons:

+
+ +
+

and provides icons for 3 different themes:

+
+ +
+

The status icons for Ubuntu themes have been provided by Christoph +Buchner and are nice but definitively not the application icon.

+
+
+

Contributions to the icons are welcome for the already existent themes +or others. To submit a new icon it must:

+
+
+
    +
  • +

    be an original work (not confusing with another application icons) +and released under GPL v2 license.

    +
  • +
  • +

    use the .SVG format.

    +
  • +
  • +

    be sent to me by email (jeanfi@gmail.com).

    +
  • +
+
+
+
+
+ + + \ No newline at end of file -- 2.7.4