-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
363 lines (337 loc) · 23.9 KB
/
index.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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html>
<title>LibreCAD - Free Open Source 2D CAD</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/w3.css">
<link rel="stylesheet" href="/css/w3-theme-light-green.css">
<link rel="stylesheet" href="/css/librecad.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<body>
<!-- Navbar (fixed on top, large screens only) -->
<div class="w3-top">
<div class="w3-bar w3-theme-l3 w3-padding w3-card lc-top">
<!-- Navbar icon not shown on large screen -->
<a class="w3-bar-item w3-button w3-hover-theme w3-hide-large w3-right" href="javascript:void(0)" onclick="toggleSmallMenu(true)" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<div class="w3-left">
<a href="#" class="w3-bar-item w3-button w3-hover-theme" onclick="toggleSmallMenu(false)">
<img src="/img/logo.png" alt="LibreCAD Logo" width="150">
</a>
</div>
<!-- Right-sided navbar links on large screens -->
<div class="w3-right w3-hide-small w3-hide-medium">
<a href="#" class="w3-bar-item w3-button w3-hover-theme">Home</a>
<a href="#about" class="w3-bar-item w3-button w3-hover-theme">About</a>
<a href="#features" class="w3-bar-item w3-button w3-hover-theme">Features</a>
<a href="#download" class="w3-bar-item w3-button w3-hover-theme">Download</a>
<a href="#joinus" class="w3-bar-item w3-button w3-hover-theme">Join us</a>
<a href="#sponsors" class="w3-bar-item w3-button w3-hover-theme">Friends & Sponsors</a>
</div>
</div>
</div>
<!-- Left-sided nav links on small/medium screens -->
<div id="smallMenu" class="w3-bar-block w3-theme-l3 w3-hide w3-hide-large w3-top" style="margin-top:46px">
<a href="#" class="w3-bar-item w3-button w3-hover-theme" onclick="toggleSmallMenu(false)">Home</a>
<a href="#about" class="w3-bar-item w3-button w3-hover-theme" onclick="toggleSmallMenu(false)">About</a>
<a href="#features" class="w3-bar-item w3-button w3-hover-theme" onclick="toggleSmallMenu(false)">Features</a>
<a href="#download" class="w3-bar-item w3-button w3-hover-theme" onclick="toggleSmallMenu(false)">Download</a>
<a href="#joinus" class="w3-bar-item w3-button w3-hover-theme" onclick="toggleSmallMenu(false)">Join Us</a>
<a href="#sponsors" class="w3-bar-item w3-button w3-hover-theme" onclick="toggleSmallMenu(false)">Friends & Sponsors</a>
</div>
<!-- Page content -->
<div class="lc-content">
<!-- Home -->
<section id="home" class="w3-section lc-section">
<!-- Links -->
<div class="w3-theme-d4 lc-links lc-text-l4">
<div class="w3-row lc-row">
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<a href="https://web.libera.chat/#librecad" target="_blank"><i class="fa fa-comments"></i> IRC #librecad</a>
<br>
<a href="https://librecad.zulipchat.com/" target="_blank"><i class="fa fa-comments"></i> Zulip chat</a>
<br>
<a href="https://forum.librecad.org/" target="_blank"><i class="fa fa-users"></i> Forum</a>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<a href="https://docs.librecad.org/" target="_blank"><i class="fa fa-book"></i> Manual</a>
<br>
<a href="https://dokuwiki.librecad.org/" target="_blank"><i class="fa fa-book"></i> Wiki</a>
<br>
<a href="https://blog.librecad.org/" target="_blank"><i class="fa fa-comment"></i> Blog</a>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<a href="https://github.com/LibreCAD/LibreCAD" target="_blank"><i class="fa fa-github"></i> GitHub</a>
<br>
<a href="https://sourceforge.net/projects/librecad" target="_blank"><i class="fa fa-download"></i> SourceForge</a>
<br>
<a href="https://translate.librecad.org/" target="_blank"><i class="fa fa-language"></i> Translate</a>
</div>
</div>
</div>
<!-- Welcome -->
<div class="w3-row lc-row w3-white">
<div class="w3-cell w3-half w3-cell-middle w3-mobile lc-cell">
<h1><strong>LibreCAD</strong></h1>
<h2>Open Source 2D-CAD</h2>
<p><strong>LibreCAD</strong> is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation are free from our large, dedicated community of users, contributors and developers.</p>
<p><b>You, too, can also get involved!</b></p>
<p><a href="https://opencollective.com/librecad/donate" target="_blank">
<img src="https://opencollective.com/librecad/donate/[email protected]?color=white" width=250 /></a><br><br>
<iframe src="https://github.com/sponsors/LibreCAD/button" title="Sponsor LibreCAD" height="32" width="200" style="border: 0;border-radius: 7px;"></iframe>
</p>
</div>
<div class="w3-cell w3-half w3-cell-middle w3-mobile lc-cell">
<img src="/img/welcome.png" alt="LibreCAD Screen Shot" width=500 class="w3-image">
</div>
</div>
</section>
<!-- About -->
<section id="about" class="w3-section lc-section w3-theme-l1">
<div class="w3-row lc-row">
<div class="w3-cell w3-third w3-cell-middle w3-mobile lc-cell">
<img src="/img/splash.png" alt="LibreCAD Splash Screen" width=500 class="w3-image">
</div>
<div class="w3-cell w3-twothird w3-cell-middle w3-mobile lc-cell">
<h1>About us</h1>
<h2>How it started</h2>
<p><strong>LibreCAD</strong> started as a project to build CAM capabilities into the community version of QCad for use with a Mechmate CNC router.</p>
<p>Since QCad CE was built around the outdated Qt3 library, it had to be ported to Qt4 before additional enhancements. This gave rise to CADuntu.</p>
<p>The project was known as CADuntu only for a couple of months before the community decided that the name was inappropriate. After some discussion within the community and research on existing names, CADuntu was renamed to <strong>LibreCAD</strong>.</p>
<p>Porting the rendering engine to Qt4 proved to be a large task, so <strong>LibreCAD</strong> initially still depended on the Qt3 support library.
The Qt4 porting was completed eventually during the development of 2.0.0 series, thanks to our master developer Rallaz, and <strong>LibreCAD</strong> has become Qt3 free except in the 1.0.0 series.</p>
<p>Meanwhile, for <strong>LibreCAD</strong> 2.2.0 series, Qt5 is mandatory.</p>
</div>
</div>
</section>
<!-- Features -->
<section id="features" class="w3-section lc-section w3-white">
<div class="w3-container w3-center lc-row">
<h1>LibreCAD Features</h1>
<p><strong>LibreCAD</strong> is a feature-packed and mature 2D-CAD application with some really great advantages:</p>
</div>
<div class="w3-row lc-row">
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<i class="fa fa-tag fa-3x"></i>
<h2>Completely and Utterly Free</h2>
<p>No worries about trials, subscriptions, license costs or annual fees.</p>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<i class="fa fa-users fa-3x"></i>
<h2>Open Source and GPLv2</h2>
<p>Developed by an experienced team and supported by an awesome community, <strong>LibreCAD</strong> is also free to hack and copy.</p>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<i class="fa fa-language fa-3x"></i>
<h2>No Language Barriers</h2>
<p>It's available in over 30 languages with cross-platform support for macOS, Windows, and Linux.</p>
</div>
</div>
</section>
<!-- Download -->
<section id="download" class="w3-section lc-section w3-theme-l1">
<div class="w3-container w3-center lc-row">
<h1>LibreCAD Download</h1>
</div>
<div class="w3-row lc-row">
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<i class="fa fa-apple fa-4x lc-text-l3"></i>
<h2>macOS</h2>
<br><b>Help is needed for macOS deployment.</b>
<p><a href="https://sourceforge.net/projects/librecad/files/OSX/" class="lc-hover-l3" target="_blank">
<i class="fa fa-download"></i><span class="lc-icontext"> from SourceForge</span>
</a><br>
Find latest stable DMG packages there.<br>
</p>
<p><a href="https://github.com/LibreCAD/LibreCAD/releases" class="lc-hover-l3" target="_blank">
<i class="fa fa-download"></i><span class="lc-icontext"> from GitHub</span>
</a><br>
Find latest stable DMG packages there.<br>
</p>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<i class="fa fa-windows fa-4x lc-text-l3"></i>
<h2>Windows</h2>
<p><a href="https://sourceforge.net/projects/librecad/files/Windows/" class="lc-hover-l3" target="_blank">
<i class="fa fa-download"></i><span class="lc-icontext"> from SourceForge</span>
</a><br>
Find latest stable EXE installer there.
</p>
<p><a href="https://github.com/LibreCAD/LibreCAD/releases" class="lc-hover-l3" target="_blank">
<i class="fa fa-download"></i><span class="lc-icontext"> from GitHub</span>
</a><br>
Find latest stable EXE installer there.<br>
Also special prerelease installer for beta testing versions.
</p>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<i class="fa fa-linux fa-4x lc-text-l3"></i>
<h2>Linux</h2>
<p>Check your distributions preferred package manager, if <strong>LibreCAD</strong> is available there. But the version may be a bit older.
<p><a href="https://github.com/LibreCAD/LibreCAD/releases" class="lc-hover-l3" target="_blank">
<i class="fa fa-download"></i><span class="lc-icontext"> from GitHub</span>
</a><br>
Find latest binary AppImage packages there.
</div>
</div>
<div class="w3-row lc-row">
<div class="w3-cell w3-half w3-cell-middle w3-mobile w3-center lc-cell">
<a href="https://opencollective.com/librecad/donate" target="_blank">
<img src="https://opencollective.com/librecad/donate/[email protected]?color=white" width=250 />
</a>
</div>
<div class="w3-cell w3-half w3-cell-middle w3-mobile w3-center lc-cell">
<iframe src="https://github.com/sponsors/LibreCAD/button" title="Sponsor LibreCAD" height="32" width="200" style="border: 0;border-radius: 7px;"></iframe></p>
</div>
</div>
<div class="w3-row lc-row">
<div class="w3-center lc-cell">
<i class="fa fa-github fa-4x lc-text-l3"></i>
<h2>Build from source</h2>
<p><strong>This is an option for all platforms.</strong></p>
<p>If we don't have the binary installer you are looking for, you can try to build <strong>LibreCAD</strong> from source code.<br>
How this works for each platform can be read in our <a href="https://librecad.readthedocs.io/en/latest/appx/build.html" class="lc-hover-l3" target="_blank">manual <i class="fa fa-external-link"></i></a>.</p>
<p>Source code could be downloaded <a href="https://github.com/LibreCAD/LibreCAD/" class="lc-hover-l3" target="_blank"><i class="fa fa-download"></i><span class="lc-icontext"> from GitHub</span></a> as ZIP archive.</p>
<p>Or you can clone or fork our repository, which is recommended if you plan to contribute.</p>
</div>
</div>
</section>
<!-- Join us -->
<section id="joinus" class="w3-section lc-section w3-white">
<div class="w3-container w3-center lc-row">
<h1>Join LibreCAD Community</h1>
<p>The <strong>LibreCAD</strong> team is a small group of dedicated people.
Lots of things have been worked out, but plenty of bugs and features are still waiting to be solved.
How can you help? We need all the skills in the community as <strong>coders</strong>, <strong>writers</strong>, <strong>testers</strong> or <strong>translators</strong>.</p>
<p>An open source community is a dynamic thing; people come and go as their private situation drives or stops them contributing.
So, it will always help if you have existing resources we can use, know what other projects do in specific areas, or, most importantly, do what you do best and have fun doing it!<br><br>
You don't have to sign a lifetime contract to contribute. Whether you can help others in the forum, garden the wiki, or apply one or many patches, our broad user base will appreciate your work.
</p>
<p><strong>Come join our community, and contribute in any way you like.</strong></p>
</div>
<div class="w3-row lc-row">
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<h2>Develop</h2>
<p>If you are an outstanding developer in C++ or a beginner we can use your help.<br>
With a bit of determination, the IRC channel, Zulip chat and the Libre-CAD-dev mailing list, we can help you get started and make progress.<br>
All you need is linked in <a href="#download" class="lc-hover-d3">download section <i class="fa fa-external-link"></i></a> and <a href="#home" class="lc-hover-d3">top links <i class="fa fa-external-link"></i></a> above.
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<h2>Document</h2>
<p>Developers usually make bad documentation for users, so if you like making documentation, great!<br>
There are continuous GUI changes in LibreCAD that need to be documented.</p>
</div>
<div class="w3-cell w3-third w3-cell-middle w3-center w3-mobile lc-cell">
<h2>Translate</h2>
<p>Help localize <strong>LibreCAD</strong>, we currently support over 30 languages.<br>
Our translation server is over here: <a href="https://translate.librecad.org/" class="lc-hover-d3" target="_blank">translate.librecad.org/ <i class="fa fa-external-link"></i></a>.<br>
You can complete new languages, or request creating translations for a new language in the <a href="http://forum.librecad.org/LibreCAD-translate-f5710645.html" class="lc-hover-d3" target="_blank">forum <i class="fa fa-external-link"></i></a>.</p>
</div>
</div>
</section>
<!-- Friends and Sponsors -->
<section id="sponsors" class="w3-section lc-section w3-theme-l1">
<div class="w3-container w3-center lc-row">
<h1>LibreCAD Friends & Sponsors</h1>
<p>As a non-profit, community driven open source project <strong>LibreCAD</strong> is dependent on having good relationships with friends and sponsors.</p>
</div>
<div class="w3-row lc-row">
<div class="w3-cell w3-half w3-center w3-cell-middle w3-mobile lc-cell lc-card">
<h2>Friends</h2>
<div class="w3-container w3-card-4 w3-theme-l3 w3-left-align">
<a href="https://brlcad.org/" target="_blank" class="w3-hover-opacity lc-hover-l5">
<h3>BRL-CAD</h3>
<img src="/img/brlcad.png" alt="BRL-CAD Logo" class="lc-logo-left">
</a>
<p>BRL-CAD is a powerful open source cross-platform solid modelling system that includes interactive geometry editing,
high-performance ray-tracing for rendering and geometric analysis, a system performance analysis benchmark suite,
geometry libraries for application developers, and more than 30 years of active development.</p>
<p>BRL-CAD and <strong>LibreCAD</strong> collaborate in Google programs.
We participate under the umbrella of BRL-CAD in <a href="https://codein.withgoogle.com/" target="_blank" class="w3-hover-opacity lc-hover-d5">Google Code-in <i class="fa fa-external-link"></i></a> and <a href="https://summerofcode.withgoogle.com/" target="_blank" class="w3-hover-opacity lc-hover-d5">Google Summer of Code <i class="fa fa-external-link"></i></a>
where we mentor school pupils and students in participating in open source projects.<br>
</p>
</div>
</div>
<div class="w3-cell w3-half w3-center w3-cell-middle w3-mobile lc-cell lc-card">
<h2>Sponsors</h2>
<!-- latest request was rejected because of 3 month of inactivity in the repo
this can be reactivated if a future request is more successful
<div class="w3-container w3-card-4 w3-theme-l3 w3-left-align">
<a href="https://www.jetbrains.com/?from=LibreCAD" target="_blank" class="lc-hover-l5">
<h3 style="text-align:right;">JetBrains</h3>
<img src="/img/jetbrains.png" alt="JetBrains Logo" class="w3-hover-opacity lc-logo-right">
</a>
<p>JetBrains has generously supplied us with CLion licenses for the development of <strong>LibreCAD</strong>. This powerful IDE helps you develop in C and C++ on Linux, OS X and Windows, enhancing your productivity with a smart editor, code quality assurance, automated refactoring, and deep integration with CMake build system.</p>
</div>
-->
<div class="w3-container w3-card-4 w3-theme-l3 w3-left-align">
<p>A big <strong>thank you</strong> goes to all the supporters on <a href="https://opencollective.com/librecad" target="_blank" class="w3-hover-opacity lc-hover-d5"><strong>Open Collective</strong> <i class="fa fa-external-link"></i></a> and <a href="https://github.com/sponsors/LibreCAD" target="_blank" class="w3-hover-opacity lc-hover-d5"><strong>GitHub Sponsors</strong> <i class="fa fa-external-link"></i></a>.<br>
With their donations they make an important contribution to maintaining our community.</p>
</div>
<br>
<div class="w3-container w3-card-4 w3-theme-l3 w3-left-align">
<a href="https://weblate.org/" target="_blank" class="lc-hover-l5">
<h3 style="text-align:right;">Weblate</h3>
<img src="/img/weblate.png" alt="Weblate Logo" class="w3-hover-opacity lc-logo-right">
</a>
<p>Weblate is an open-source, web-based, contiuous localization platform. They generously provide us with a free hosted instance for <strong>LibreCAD</strong> localization.</p>
</div>
<br>
<div class="w3-container w3-card-4 w3-theme-l3 w3-left-align">
<a href="https://zulip.com/" target="_blank" class="lc-hover-l5">
<h3 style="text-align:right;">Zulip</h3>
<img src="/img/zulip.png" alt="Zulip Logo" class="w3-hover-opacity lc-logo-right">
</a>
<p>Zulip is an open-source modern team chat app designed to keep both live and asynchronous conversations organized. They generously provide us with a free hosted instance for <strong>LibreCAD</strong> community conversation.</p>
</div>
<br>
<div class="w3-container w3-card-4 w3-theme-l3 w3-left-align">
<a href="https://pcbway.com/" target="_blank" class="lc-hover-l5">
<h3 style="text-align:right;">PCBWay</h3>
<img src="/img/pcbway.png" alt="PCBWay Logo" class="w3-hover-opacity lc-logo-right-landscape">
</a>
<p>PCBWay is a Chinese manufacturer, not only for Printed Circuit Boards, but also offering various fabrication services, e.g. CNC machining, 3D printing or laser cutting.<br>
Their services are available worldwide in more than 170 countries. Specialized in prototyping and low-volume production, PCBWay is interesting for our community members, because they can transform our drawings into real hardware.<br>
They support us with financial donations and also provide a commission on orders placed via <strong>LibreCAD</strong> affiliate links.</p>
<p><a href="pcbway.html" class="w3-hover-opacity lc-hover-d5" target="pcbupload">
<strong>DXF upload form to get a quote </strong><i class="fa fa-external-link"></i></a><br>
DXF uploads are accepted for sheet metal fabrication, namely Laser cutting and Bending.
</p>
</p>
</div>
<br>
<div class="w3-container w3-card-4 w3-theme-l3 w3-left-align">
<a href="https://route4me.com/" target="_blank" class="lc-hover-l5">
<h3 style="text-align:right;">Route4Me</h3>
<img src="/img/route4me.png" alt="Route Planning and Route Mapping" class="w3-hover-opacity lc-logo-right-landscape">
</a>
<p>Route4Me is an innovative, open-source route planning and optimization platform designed for businesses and individuals. With its powerful algorithms, Route4Me helps users efficiently plan routes for deliveries, pickups, and service visits, saving time and fuel costs.<br>
Route4Me offers a wide range of services, including real-time route adjustments, team communication features, and integration with popular mapping and GPS solutions. They provide support for small and large teams across various industries, from logistics to field services.<br>
They provide us with a generous monthly donation on Open Collective.</p>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="w3-center w3-theme-d5 w3-padding-16">
<small>Unless otherwise specified, all text and images on this website are licensed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" class="lc-hover-black"><i class="fa fa-creative-commons"></i> Creative Commons Attribution 4.0 License</a> (CC BY 4.0).<br>
All trademarks referenced herein are the properties of their respective owners.</small>
</footer>
<script>
// toggle the menu on small/medium screens
function toggleSmallMenu(open)
{
var menu = document.getElementById("smallMenu");
if (-1 == menu.className.indexOf("w3-show")) {
if (open) {
menu.className += " w3-show";
}
}
else {
menu.className = menu.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>