-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontribute.html
More file actions
80 lines (69 loc) · 2.97 KB
/
contribute.html
File metadata and controls
80 lines (69 loc) · 2.97 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Notpod - Portable entertainment manager</title>
<link rel="stylesheet" type="text/css" href="notpod.css"/>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.4.0/build/cssgrids/grids-min.css">
</head>
<body>
<div class="yui3-u">
<div class="logo"><a href="index.html"><img src="notpod.png"/></a></div>
<div class="menubuttons">
<div class="buttoncontainer">
<a href="download.html"><img src="download.png"/></a>
<a href="support.html"><img src="gethelp.png"/></a>
</div>
</div>
<div class="clear"/>
<div class="header">
Contribute to Notpod
</div>
<div class="description">
<p>
Greetings! Due to time constraints, it is no longer possible for me to actively contribute to Notpod to the
extent that I would like. I would therefore like to invite you to actively contribute to the project.
</p>
<p>
The project has always been open to contributions, but I would love to see someone come in and be able to
contribute on a more regular basis and help move the application development forward. There is a large,
consistent user base for Notpod and I see lots of potential in the application.
</p>
<p>
If you want to contribute and become an active developer on the project, please <a href="https://github.com/notpod">submit a pull request via Github</a>
for evaluation. The pull request can be
any improvement to the codebase you see fit - anything from a small bug fix to a larger new feature.
</p>
<p>
Should you have any questions regarding the codebase, or the future of the project. Please do not hesitate
to get in touch via <a href="https://groups.google.com/forum/?fromgroups#!forum/notpod-dev">the developer
mailinglist</a>.
</p>
<p>
Best regards,<br>Jaran
</p>
</div>
<div clear="clear"/>
<div class="footer">
<a href="index.html">Home</a> ·
<a href="download.html">Download</a> ·
<a href="support.html">Support</a> ·
<a href="userguide.html">User guide</a> ·
<a href="about.html">About</a>
</div>
</div>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25117649-1']);
_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>
</html>