X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=src%2Fpsensor%2Fcontribute.adoc;h=f7790c87b2eb243d219270197258234664ce90ed;hp=5fa3b99aa40c75c6f288c09e079e265fdcb1ce55;hb=2cdf5f9ce3c2d3204e314c919e9855dd48abb746;hpb=1bea084f937442af9ca3e85c93cc475f8ae74b45 diff --git a/src/psensor/contribute.adoc b/src/psensor/contribute.adoc index 5fa3b99..f7790c8 100644 --- a/src/psensor/contribute.adoc +++ b/src/psensor/contribute.adoc @@ -7,14 +7,26 @@ Psensor is fully translatable, and contributions to the translation for any language are welcome. +The contributions to the translation of `psensor` will be licensed +like the code of `psensor` (GPLv2). + === 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 +GIT repository (https://gitlab.com/jeanfi/psensor.git) and send it to jeanfi@gmail.com. -link:http://poedit.net[poedit] or any text editors supporting UTF-8 -can be used to edit the translation files . +First, checkout the last version of the sources: + +---- +git clone https://gitlab.com/jeanfi/psensor.git +---- + +Then, modify one of the .po file corresponding +to your language in `psensor/po`. link:http://poedit.net[poedit] or any text +editors supporting UTF-8 can be used to edit the translation files . + +Finally, send the `.po` file to jeanfi@gmail.com. If the `.po` file does not exist for your language, send me an email, I will add it. @@ -41,7 +53,7 @@ Patch fixing bugs or adding features are welcome. The code modification must be submitted as a patch file on the branch `master` of the GIT repository: -. Checkout the source code: `git clone http://git.wpitchoune.net/psensor.git` +. Checkout the source code: `git clone https://gitlab.com/jeanfi/psensor.git` . Modify the files @@ -53,25 +65,25 @@ The code modification must be submitted as a patch file on the branch 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. +https://gitlab.com/jeanfi/psensor/branches == Icons Psensor is using 3 differents icons: -* link:http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blob_plain;f=icons/hicolor/scalable/psensor.svg;hb=HEAD[an application icon] +* link:https://gitlab.com/jeanfi/psensor/blob/master/icons/hicolor/scalable/psensor.svg[an application icon] -* link:http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blob_plain;f=icons/hicolor/scalable/psensor_normal.svg;hb=HEAD[a status icon] +* link:https://gitlab.com/jeanfi/psensor/blob/master/icons/hicolor/scalable/psensor_normal.svg[a status icon] -* link:http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blob_plain;f=icons/hicolor/scalable/psensor_hot.svg;hb=HEAD[a status icon when there is a sensor alert] +* link:https://gitlab.com/jeanfi/psensor/blob/master/icons/hicolor/scalable/psensor_hot.svg[a status icon when there is a sensor alert] and provides icons for 3 different themes: -* link:http://git.wpitchoune.net/gitweb/?p=psensor.git;a=tree;f=icons/hicolor/scalable;hb=HEAD[hicolor, the default theme for most desktop environment] +* link:https://gitlab.com/jeanfi/psensor/blob/master/icons/hicolor/scalable[hicolor, the default theme for most desktop environment] -* link:http://git.wpitchoune.net/gitweb/?p=psensor.git;a=tree;f=icons/ubuntu-mono-dark;hb=HEAD[the default ubuntu monochrome dark theme] +* link:https://gitlab.com/jeanfi/psensor/blob/master/icons/ubuntu-mono-dark[the default ubuntu monochrome dark theme] -* link:http://git.wpitchoune.net/gitweb/?p=psensor.git;a=tree;f=icons/ubuntu-mono-light;hb=HEAD[the default ubuntu monochrome light theme] +* link:https://gitlab.com/jeanfi/psensor/blob/master/icons/ubuntu-mono-light[the default ubuntu monochrome light theme] The status icons for Ubuntu themes have been provided by Christoph Buchner and are nice but definitively not the application icon. @@ -85,4 +97,3 @@ or others. To submit a new icon it must: * use the .SVG format. * be sent to me by email (jeanfi@gmail.com). -