forked from openscad/openscad.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
176 lines (153 loc) · 7.56 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>OpenSCAD - Community</title>
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<script src="assets/js/jquery-1.9.1.min.js"></script>
<script src="assets/js/modernizr-1.7.min.js"></script>
<!-- One-Page-Nav -->
<script src="assets/js/jquery.scrollTo.js"></script>
<!--waypoints-->
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/waypoints-sticky.min.js"></script>
<script src="assets/js/community.js"></script>
<script src="assets/js/header.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26999768-1']);
_gaq.push(['_setDomainName', 'openscad.org']);
_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 id="page-wrap">
<header>
<div class="clear"></div>
<div id="logo" class="left"></div>
<div id="donate" class="right">
<div id="paypal" style="margin-bottom:5px;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="7ZQNEVE87X2KN">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Donate using PayPal">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<a class="FlattrButton" style="display:none;" rev="flattr" href="http://openscad.org"></a><br/>
<script src="http://coinwidget.com/widget/coin.js"></script>
<script>
CoinWidgetCom.go({
wallet_address: "18Eakg4ZCjjfVajXGvyntLKsEJYvZuT49C"
, currency: "bitcoin"
, counter: "count"
, alignment: "bl"
, qrcode: true
, auto_show: false
, lbl_button: "Donate"
, lbl_address: "Bitcoin Address:"
});
</script>
</div>
<div id="title" style="margin-top:35px; width:620px;">
<h1 class="title" style="position:relative;"><span class="green">Open</span>SCAD</h1>
<h2 class="subtitle" style="position:relative; left:45px;">The Programmers Solid 3D CAD Modeller</h2>
</div>
<div id="navigation">
<div id="navigation-inner">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="current"><a href="community.html">Community</a></li>
<li><a href="https://github.com/openscad/openscad/" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
</header>
<div id="page-content">
<div id="sidebar" class="sticky">
<h1>Community</h1>
<ul>
<!-- <li><a href="#user-manual">Code Examples</a></li>-->
<li><a href="#get-involved">Get Involved</a></li>
<li><a href="#mailing-list">Mailing List</a></li>
<li><a href="#irc">IRC Channel</a></li>
<li><a href="#forum">Forum</a></li>
<li><a href="#other">Other</a></li>
<li><a href="http://twitter.com/openscad"><i class="fa fa-twitter"></i></a><a href="https://google.com/+openscad"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
<article>
<section id="get-involved">
<h1>Get Involved</h1>
<h2>Users</h2>
<ul>
<li>subscribe to the <a href="#mailing-list">mailing list</a> or <a href="#forum">forums</a> or join our <a href="#irc">IRC channel</a> and contribute to the user community by answering requests and take part in discussions</li>
<li>Report bugs, improve or validate bug reports on the <a href="https://github.com/openscad/openscad/issues">github issue tracker</a></li>
<li>Improve the <a href="http://en.wikibooks.org/wiki/OpenSCAD_User_Manual">documentation</a> (it's a wiki)</li>
</ul>
<h2>Web developers</h2>
<ul>
<li>Improve the <a href="https://github.com/openscad/openscad.github.com">website</a> - it's a github repository</li>
</ul>
<h2>Programmers</h2>
<ul>
<li>Fix <a href="https://github.com/openscad/openscad/issues">bugs</a> - good ones to get started are tagged <a href="https://github.com/openscad/openscad/issues?labels=Low+Hanging">Low Hanging</a></li>
<li>Write (better) <a href="https://github.com/openscad/openscad/blob/master/doc/testing.txt">tests</a></li>
<li>Implement <a href="https://github.com/openscad/openscad/issues?labels=New+Feature">new features</a></li>
<li>Refactor or clean up code</li>
</ul>
<h2>Donations</h2>
<ul>
<li>We accept sponsorships as well as individual donations</li>
<li>For sponsorship opportunities, please contact <a href="mailto:[email protected]">[email protected]</a></li>
<li>For donations, we have a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7ZQNEVE87X2KN">PayPal account</a>, a <a href="http://flattr.com/thing/121566/OpenSCAD-The-Programmers-Solid-3D-CAD-Modeller">Flattr account</a> and a Bitcoin address: 18Eakg4ZCjjfVajXGvyntLKsEJYvZuT49C</li>
<li>It's also possible to place bounties on individual issues using <a href="https://www.bountysource.com/#trackers/52063-openscad">BountySource</a></li>
<li>..or show your appreciation by <a href="http://www.amazon.ca/registry/wishlist/2N4WTGGFKT3IS">buying me a gift</a></li>
</ul>
</section>
<section id="mailing-list">
<h1>Mailing List</h1>
<ul>
<li><a href="http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org">list info</a></li>
<li><a href="http://lists.openscad.org/pipermail/discuss_lists.openscad.org/">archives</a></li>
</ul>
<br/>Note: The mailing list and <a href="#forum">forums</a> are bidirectionally connected.
</section>
<section id="irc">
<h1>IRC Channel</h1>
<h2><a href="irc:[email protected]" target="_blank">#openscad on irc.freenode.net</a></h2>
</section>
<section id="forum">
<h1>Forum</h1>
<h2><a href="http://forum.openscad.org" target="_blank">http://forum.openscad.org</a></h2>
<a id="nabblelink" href="http://forum.openscad.org/">OpenSCAD</a>
<script src="http://forum.openscad.org/embed/f1"></script>
</section>
<section id="other">
<h1>Other</h1>
<p>
<ul>
<il><a href="http://www.thingiverse.com/groups/openscad">OpenSCAD Thingiverse group</a></li>
</ul>
</p>
</section>
</article>
<div class="clear"></div>
</div><!--#page-content end-->
<footer>
</footer>
</div><!--#page-wrap end-->
</body>
</html>