-
Notifications
You must be signed in to change notification settings - Fork 40
/
community.html
180 lines (157 loc) · 7.88 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
177
178
179
180
<!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 href="assets/fontawesome/css/solid.min.css" rel="stylesheet">
<link href="assets/fontawesome/css/brands.min.css" rel="stylesheet">
<link href="assets/fontawesome/css/fontawesome.min.css" rel="stylesheet">
<link href="assets/fonts/open-sans/all.css" rel="stylesheet">
<script src="assets/js/jquery-1.9.1.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>
</head>
<body>
<div id="page-wrap">
<header>
<div class="clear"></div>
<div id="logo" class="left"></div>
<div id="donate" class="right">
<a href="https://opencollective.com/openscad/donate" target="_blank">
<img src="assets/img/donate-opencollective.png" alt="Donate on Opencollective" width="200" height="33">
</a>
</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><a href="libraries.html">Libraries</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="#forum">Forum / Mailing List</a></li>
<li><a href="#irc">IRC Channel</a></li>
<li><a href="#social-media">Social Media</a></li>
<li><a href="#other">Other</a></li>
<li><a href="https://github.com/openscad/openscad/" title="GitHub"><i class="fab fa-github"></i></a>
<a href="http://twitter.com/openscad" title="Twitter"><i class="fab fa-twitter"></i></a>
<a href="https://fosstodon.org/@OpenSCAD" title="Mastodon" rel="me"><i class="fab fa-mastodon"></i></a>
<a href="https://web.libera.chat/?channel=#openscad" title="IRC"><i style="font-size: x-large;" class="fas fa-comment"></i></a></li>
</ul>
</div>
<article>
<section-head>
<div class="link-grid">
<div class="link-button">
<h1><a href="https://web.libera.chat/?channel=#openscad">Chat</a></h1>
<small>Chat with users and developers, show things you made, ask questions</small>
</div>
<div class="link-button">
<h1><a href="https://lists.openscad.org/empathy/list/discuss.lists.openscad.org">Mailing list</a></h1>
<small>Join the community on the Mailing list</small>
</div>
<div class="link-button">
<h1><a href="https://github.com/openscad/openscad/issues">Bug reports</a></h1>
<small>Report bugs and request features on github</small>
</div>
</div>
</section-head>
<section id="get-involved">
<h1>Get Involved</h1>
<h2>Users</h2>
<ul>
<li>subscribe to the <a href="#forum">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="https://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/labels/Tag%3A%20Good%20First%20Issue">Good First Issue</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/labels/Type%3A%20Enhancement">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:info@openscad.org">info@openscad.org</a></li>
<li>For donations, we have an <a href="https://opencollective.com/openscad/donate">Open Collective account</a></li>
<li>Please do not use BountySource for now, their status is unknown and it's unclear if they still process bounties as expected!</li>
</ul>
</section>
<section id="forum">
<h1>Forum / Mailing List</h1>
<ul>
<li><a href="https://lists.openscad.org/list/discuss.lists.openscad.org" target="_blank">Mailing list info</a></li>
<li><a href="https://lists.openscad.org/empathy/list/discuss.lists.openscad.org" target="_blank">Mailing list archive</a></li>
</ul>
<br/>
<p>Posting via the web interface of the mailing list may require creating a new login via
<a target="_blank" href="https://lists.openscad.org/register">https://lists.openscad.org/register</a>
using the same email address that was used for the mailing list subscription before.</p>
</section>
<section id="irc">
<h1>Chat / IRC Channel</h1>
<ul>
<li>Join via the libera.chat <a href="https://web.libera.chat/?channel=#openscad">web chat</a> (KiwiIRC)</li>
<li>Connect with an IRC client to <a href="irc:openscad@irc.libera.chat" target="_blank">#openscad</a> on <a href="ircs://irc.libera.chat:6697">irc.libera.chat</a> +6697 (TLS)</li>
<li style="text-decoration: line-through;">The chat room is also available via <a href="https://matrix.org/">Matrix</a> as <a href="https://matrix.to/#/#openscad:libera.chat">#openscad:libera.chat</a></li>
<li>Additional documentation on how to connect can be found at <a href="https://libera.chat/guides">https://libera.chat/guides</a></li>
</ul>
<br/>
<p>The Matrix room got disconnected due to issues with the bridge
<a href="https://matrix.org/blog/2023/07/deportalling-libera-chat/">Deportalling from Libera Chat</a>.
Unfortunately there is no solution yet for reconnecting the existing room, a ticket with Matrix support
is so far unanswered. If you can help fixing this issue, please reach out.</p>
</section>
<section id="social-media">
<h1>Social Media</h1>
<ul>
<li>Mastodon: <a href="https://fosstodon.org/@OpenSCAD">@OpenSCAD@fosstodon.org</a></li>
<li>Twitter: <a href="https://twitter.com/openscad">openscad</a></li>
</ul>
</section>
<section id="other">
<h1>Other</h1>
<ul>
<li><a href="https://www.thingiverse.com/groups/openscad">OpenSCAD Thingiverse group</a></li>
<li><a href="https://www.reddit.com/r/openscad/">OpenSCAD subreddit</a></li>
<li><a href="https://www.facebook.com/groups/OpenSCADAcademy">Facebook: OpenSCADAcademy</a></li>
</ul>
</section>
</article>
<div class="clear"></div>
</div><!--#page-content end-->
<footer>
</footer>
</div><!--#page-wrap end-->
</body>
</html>