-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
185 lines (116 loc) · 9.06 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Contribute | QWinFF</title>
<meta name="author" content="The QWinFF Team">
<meta name="description" content="Convert your media files easily">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- open graph -->
<meta property="og:title" content="Contribute | QWinFF"/>
<meta property="og:type" content="article" />
<meta property="og:site_name" content="QWinFF Media Converter" />
<meta property="og:url" content="http://qwinff.github.io/contribute.html" />
<meta property="og:image" content="http://qwinff.github.io/img/logo_256.png" />
<meta property="og:description" content="Convert your media files easily" />
<link href="/favicon.png" rel="icon">
<link rel="alternate" href="/atom.xml" title="QWinFF" type="application/atom+xml">
<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34256170-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="ribbon-container">
<div class="ribbon"><a href="http://github.com/qwinff/qwinff">Fork me on GitHub!</a></div>
</div>
<div id="container">
<header id="header">
<div id="nav-logo">
<a href="/"><img src="/img/logo_256.png">
<h1>QWinFF</h1>
<h2>Convert your media files easily</h2></a>
</div>
<nav id="main-nav">
<div class="menuitem"><a href="/">Home</a></div>
<div class="menuitem"><a href="/features.html">Features</a></div>
<div class="menuitem"><a href="/screenshots.html">Screenshots</a></div>
<div class="menuitem"><a href="/downloads.html">Downloads</a><div class="sublevel"><a class="tarball"href="/downloads.html#tarball">Source Code</a><a class="windows"href="/downloads.html#windows">Windows</a><a class="ubuntu"href="/downloads.html#ubuntu">Ubuntu/Mint</a><a class="opensuse"href="/downloads.html#opensuse">openSUSE</a><a class="fedora"href="/downloads.html#fedora">Fedora</a><a class="arch"href="/downloads.html#arch">Arch</a><a class="chakra"href="/downloads.html#chakra">Chakra</a><a class="freebsd"href="/downloads.html#freebsd">FreeBSD</a><a class="os2"href="/downloads.html#os2">OS/2</a></div></div>
<div class="menuitem"><a href="/documents.html">Documentation</a></div>
<div class="menuitem"><span class="actived_nav">Contribute</span></div>
<div class="menuitem"><a href="/about.html">About</a></div>
</nav>
</header>
<div id="content" class="inner">
<div id="main-col" class="alignleft"><div id="wrapper"><article class="page">
<div class="post-content">
<header>
<h1 class="title">Contribute</h1>
</header>
<div class="entry">
<blockquote class="pullquote"><br>If you like QWinFF, maybe you can make some donation to us:<br><a href="https://flattr.com/submit/auto?user_id=lzh9102&url=http%3A%2F%2Fqwinff.github.io" target="_blank"><img src="//button.flattr.com/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a><br></blockquote>
<p>QWinFF is <a href="http://en.wikipedia.org/wiki/Free_software" target="_blank">free software</a>; it needs your contribution!<br>There are several ways to help the development of QWinFF:</p>
<div class="icon-and-text"><br><img src="/img/dev/code.png"><br><div class="content"><br><h1>Source Code</h1>The git repository of QWinFF is hosted on <a href="http://github.com/qwinff" target="_blank">GitHub</a>.<br>You can clone the repository anonymously by the following command:<br><code>git clone 'git://github.com/qwinff/qwinff.git'</code><br></div></div>
<div class="icon-and-text"><br><img src="/img/dev/i18n.png"><br><div class="content"><br><h1>Translating</h1><h3>Translating Online</h3>Translation files of QWinFF are hosted at <a href="https://www.transifex.com/projects/p/qwinff/" target="_blank">Transifex</a>. In order to translate translate on Transifex, you have to <a href="https://www.transifex.com/signup/" target="_blank">register for a Transifex account</a>.<br><h3>Translating Offline</h3>If you want to translate offline, you can download the latest translation package from the <a href="downloads.html">Download page</a>. If the translation package already contains your target language, just fill in missing translations in that file. If you’re going to translate to a new language, please base your work on <em>qwinff-new-language.ts</em>. You may also want to download <a href="http://qt-apps.org/content/show.php/Qt+Linguist+Download?content=89360" target="_blank">Qt Linguist</a> to help you edit the translation file. If you insist on editing the file manually, please read <strong><a href="p/translators.html">Translator’s Notes</a></strong> first. Once you are done, please mail the translation file to [email protected] and we will upload it to Transifex.<br></div></div>
<div class="icon-and-text"><br><img src="/img/dev/packaging.png"><br><div class="content"><br><h1>Packaging</h1>Installation package of QWinFF is currently available for Ubuntu (ppa), openSUSE and Fedora (obs). Packaging for other distros still needs to be done. Also, we would be very glad if anyone can push QWinFF into the official repositories of any distribution.<br></div></div>
<div class="icon-and-text"><br><img src="/img/dev/porting.png"><br><div class="content"><br><h1>Porting</h1>Currently, QWinFF is available only on GNU/Linux and Windows. If you are familiar with Qt application development on other operating systems, please help us port QWinFF.<br></div></div>
<div class="icon-and-text"><br><img src="/img/dev/doc.png"><br><div class="content"><br><h1>Writing Documentation</h1>User documentation of QWinFF is still a work in progress. The source files are hosted on <a href="http://github.com/qwinff/qwinff-doc/" target="_blank">GitHub</a>. It is written using <a href="http://sphinx-doc.org/" target="_blank">Sphinx Documentation Generator</a> and published using <a href="http://pages.github.com/" target="_blank">GitHub Pages</a>. You can contribute to its content by sending pull requests on GitHub.<br></div></div>
</div>
<footer>
<!-- Facebook Like -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="http://qwinff.github.io" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></div>
<!-- Google+ -->
<div class="g-plusone" data-size="medium" data-href="http://qwinff.github.io"></div>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<!-- Twitter -->
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://qwinff.github.io">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script id='fb23vlq'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=lzh9102&button=compact&url=http%3A%2F%2Fqwinff.github.io';f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fb23vlq');</script>
<div class="clearfix"></div>
</footer>
</div>
</article>
</div></div>
<div class="clearfix"></div>
</div>
<style type="text/css">#container { padding-right: 0px !important } </style>
</div>
<footer id="footer" class="inner"><div class="alignleft">
© 2015 The QWinFF Team
</div>
<div class="clearfix"></div></footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="/js/jquery.imagesloaded.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script>
</body>
</html>