-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.html
More file actions
85 lines (71 loc) · 2.26 KB
/
Copy pathdevelopment.html
File metadata and controls
85 lines (71 loc) · 2.26 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
81
82
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Development</title>
<link rel="stylesheet" href="media/base.css" type="text/css" media="screen" />
<link rel="stylesheet" id="current-theme" href="media/style.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="header">
<h1><a href="index.html">Qsnake</a></h1>
<div id="main-navigation">
<ul>
<li class=" first"><a href="index.html">Main Page</a></li>
<li class="active first"><a href="development.html">Development</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<div id="wrapper">
<div id="main">
<div class="block" id="block-text">
<div class="content">
<h2 class="title">Development</h2>
<div class="inner">
<p class="first">
We are interested in any contribution, the best way to do so is to send a
github pull request as described below.
</p>
<p>
If you have any questions, please ask on the mailinglist:
<a href="http://groups.google.com/group/qsnake">http://groups.google.com/group/qsnake</a>
</p>
</div>
<h2 class="title">How to Send a Patch</h2>
<div class="inner">
<p class="first">
The best way is to send a github
<a href="http://help.github.com/pull-requests/">pull request</a>
against any of the repositories at <a href="http://github.com/qsnake/">github.com/qsnake</a>.
We'll review it and push it in.
</p>
</div>
</div>
</div>
<div id="footer">
<div class="block">
<p>Copyright © 2011 Qsnake Development Team.</p>
</div>
</div>
</div>
<div id="sidebar">
<div class="block">
<h3>Git Repository</h3>
<div class="content">
<p>
Main git repository:<br/>
<code>git clone git://github.com/qsnake/qsnake.git</code>
</p>
<p>
Online access: <a href="http://github.com/qsnake/qsnake">github.com/qsnake/qsnake</a>
</p>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</body>
</html>