fixed style
[www.git] / www / psensor / contribute.html
index f90264e..c52a80b 100644 (file)
@@ -10,6 +10,8 @@
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
 <p>Psensor is fully translatable, and contributions to the translation
 for any language are welcome.</p>
 </div>
+<div class="paragraph">
+<p>The contributions to the translation of <code>psensor</code> will be licensed
+like the code of <code>psensor</code> (GPLv2).</p>
+</div>
 <div class="sect2">
 <h3 id="_directly_update_the_translation_files">Directly update the translation files</h3>
 <div class="paragraph">
 <p>You can modify the .po files which are available in the
-GIT repository: <a href="http://git.wpitchoune.net/psensor.git" class="bare">http://git.wpitchoune.net/psensor.git</a> and send it to
+GIT repository (<a href="https://git.wpitchoune.net/psensor.git" class="bare">https://git.wpitchoune.net/psensor.git</a>) and send it to
 <a href="mailto:jeanfi@gmail.com">jeanfi@gmail.com</a>.</p>
 </div>
 <div class="paragraph">
-<p><a href="http://poedit.net">poedit</a> or any text editors supporting UTF-8
-can be used to edit the translation files .</p>
+<p>First, checkout the last version of the sources:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>git clone https://git.wpitchoune.net/psensor.git</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Then, modify one of the .po file corresponding
+to your language in <code>psensor/po</code>. <a href="http://poedit.net">poedit</a> or any text
+editors supporting UTF-8 can be used to edit the translation files .</p>
+</div>
+<div class="paragraph">
+<p>Finally, send the <code>.po</code> file to <a href="mailto:jeanfi@gmail.com">jeanfi@gmail.com</a>.</p>
 </div>
 <div class="paragraph">
 <p>If the <code>.po</code> file does not exist for your language, send me an email, I
@@ -167,7 +185,7 @@ and released under GPL v2 license.</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-06-14 15:29:45 CEST
+Last updated 2016-07-04 09:56:32 CEST
 </div>
 </div>
 </body>