Update translations from Transifex
[platform/upstream/openconnect.git] / www / contribute.xml
1 <PAGE>
2         <VAR match="VAR_ORIGIN" replace="" />
3         <VAR match="VAR_CVSID" replace=""/>
4         <INCLUDE file="inc/header.tmpl" />
5
6         <VAR match="VAR_SEL_CONTRIBUTE" replace="selected" />
7         <PARSE file="menu1.xml" />
8         
9         <INCLUDE file="inc/content.tmpl" />
10
11 <h1>Contributing to OpenConnect</h1>
12
13 <a name="translation"/>
14 <h2>Translations</h2>
15
16 <p>The main thing needed at the present time is translations into
17 languages other than English. All contributions will be gratefully
18 received.</p>
19
20 <p>Translations for OpenConnect can be entered through <a
21 href="https://www.transifex.net/projects/p/openconnect/">Transifex</a>
22 or by editing one of the language files in the <tt><a
23 href="http://git.infradead.org/users/dwmw2/openconnect.git/tree/HEAD:/po">po/</a></tt>
24 directory and sending the resulting patch (or file) to the <a
25 href="mail.html">mailing list</a>.</p>
26
27 <p>If there are questions about the messages because the intent is not clear, or if the
28 messages could be improved to make translation easier or better, please also feel free to
29 ask or make suggestions on the mailing list.</p>
30
31
32
33 <h2>TODO</h2>
34
35 Other items on the TODO list include:
36
37 <ul>
38   <li>Better support for running or emulating the '<a href="csd.html">Cisco Secure Desktop</a>' trojan.</li>
39   <li>More platform support: Windows, Symbian, etc.</li>
40   <li>GUI for OS X, perhaps based on <a href="http://code.google.com/p/tunnelblick/">Tunnelblick</a>.</li>
41 </ul>
42
43 <h2>Submitting Patches</h2>
44
45 <p>Patches can be sent to the <a href="mail.html">mailing list</a> or directly to <a
46 href="mailto:dwmw2@infradead.org">the author</a> in private email. </p>
47 <p>When sending patches to be included in OpenConnect, please certify that your
48 patch meets the criteria below by including include a <i>sign-off</i>
49 line in your email which looks like this:
50 </p>
51 <tt>Signed-off-by: Random J Developer &amp;lt;random@developer.example.org&amp;gt;</tt>
52
53 <p>This confirms that you are permitted to submit the patch for inclusion in
54  OpenConnect under the LGPLv2.1 licence. The full text of the certificate is as follows:
55
56 <ul><li><p><b>Developer's Certificate of Origin 1.1</b></p>
57
58 <p>By making a contribution to this project, I certify that:</p>
59 <ol>
60   <li>The contribution was created in whole or in part by me and I
61   have the right to submit it under the open source license
62   indicated in the file; <b>or</b></li>
63   <li>The contribution is based upon previous work that, to the best
64   of my knowledge, is covered under an appropriate open source
65   license and I have the right under that license to submit that
66   work with modifications, whether created in whole or in part
67   by me, under the same open source license (unless I am
68   permitted to submit under a different license), as indicated
69   in the file; <b>or</b></li>
70   <li>The contribution was provided directly to me by some other
71   person who certified <i>(1)</i>, <i>(2)</i> or <i>(3)</i> and I have not modified
72   it.</li>
73 </ol><p>and also that:</p>
74 <ul><li>I understand and agree that this project and the contribution
75 are public and that a record of the contribution <i>(including all
76 personal information I submit with it, including my sign-off)</i> is
77 maintained indefinitely and may be redistributed consistent with
78 this project or the open source license(s) involved.
79 </li></ul>
80 </li></ul>
81 </p>
82
83         <INCLUDE file="inc/footer.tmpl" />
84 </PAGE>