|
| 1 | +--- |
| 2 | +title: ev3dev |
| 3 | +subtitle: Debian on LEGO MINDSTORMS EV3! |
| 4 | +--- |
| 5 | + |
1 | 6 | <!doctype html> |
2 | 7 | <html> |
3 | | -<head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
6 | | - <title>ev3dev - Debian on LEGO MINDSTORMS EV3</title> |
7 | | - <link rel="stylesheet" href="stylesheets/styles.css"> |
8 | | - <link rel="stylesheet" href="stylesheets/pygment_trac.css"> |
9 | | - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> |
10 | | - <script src="javascripts/respond.js"></script> |
11 | | - <!--[if lt IE 9]> |
12 | | - <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
13 | | - <![endif]--> |
14 | | - <!--[if lt IE 8]> |
15 | | - <link rel="stylesheet" href="stylesheets/ie.css"> |
16 | | - <![endif]--> |
17 | | - <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
18 | | - |
19 | | -</head> |
| 8 | +{% include head.html %} |
20 | 9 | <body> |
21 | | - <div id="header"> |
22 | | - <nav> |
23 | | - <li class="home"><a href="index.html">Home</a></li> |
24 | | - <li class="projects"><a href="Projects.html">Projects That Use ev3dev</a></li> |
25 | | - |
26 | | - <li class="wiki"><a href="https://github.com/mindboards/ev3dev/wiki">Wiki</a></li> |
27 | | - <li class="issues"><a href="https://github.com/mindboards/ev3dev/issues">Issues</a></li> |
28 | | - </nav> |
29 | | - </div><!-- end header --> |
30 | | - |
| 10 | + {% include header.html %} |
31 | 11 | <div class="wrapper"> |
32 | | - |
33 | 12 | <section> |
34 | | - <div id="title"> |
35 | | - <div id="logoContainer"> |
36 | | - <a href="index.html"> |
37 | | - <img id="logo" src="https://avatars3.githubusercontent.com/u/6878323?s=140" /> |
38 | | - </a> |
39 | | - <div id="titleHeader" class="clear"> |
40 | | - <h1>ev3dev</h1> |
41 | | - <p>Debian on LEGO MINDSTORMS EV3!</p> |
42 | | - </div> |
43 | | - </div> |
44 | | - <hr class="clear"> |
45 | | - <span class="credits left">Project maintained by <a href="https://github.com/rhempel">Ralph Hempel</a> and <a href="https://github.com/dlech">David Lechner</a>, with help from the community</span> |
46 | | - <span class="credits right">Hosted on GitHub Pages <!--— Theme by <a href="https://twitter.com/michigangraham">mattgraham</a>--></span> |
47 | | - </div> |
48 | | - |
| 13 | + {% include title.html %} |
49 | 14 | <h3> |
50 | 15 | Introduction |
51 | 16 | </h3> |
52 | | - |
53 | 17 | <p> |
54 | 18 | The <a href="https://github.com/mindboards/ev3dev"> |
55 | 19 | <code>ev3dev</code> |
|
67 | 31 | <li>ruby</li> |
68 | 32 | <li>python</li> |
69 | 33 | <li>Google Go (golang)</li> |
70 | | - <li>nodejs</li> |
| 34 | + <li>Node.js</li> |
71 | 35 | </ul> |
72 | 36 |
|
73 | 37 | If your favorite language isn't listed, you can still program with the EV3. <code>ev3dev</code> supports standard <code>apt</code> tools, so once you get up-and-running you can install whatever language you like. |
74 | 38 |
|
75 | 39 | And although you <i>can</i> directly access the APIs via file I/O if you want to, let's face it: that's hard. It's much easier when you have a higher-level library to use. Contributors have written language wrappers for the following languages: |
76 | 40 |
|
77 | 41 | <ul> |
78 | | - <li><a href="https://github.com/fdetro/ev3dev-lang/tree/master/cpp">C++ by @fdetro</a></li> |
79 | | - <li><a href="https://github.com/fdetro/ev3dev-lang/tree/master/lua">Lua by @fdetro</a></li> |
80 | | - <li><a href="https://github.com/mattrajca/GoEV3">Google Go by @mattrajca</a></li> |
81 | | - <li><a href="http://wasabifan.github.io/ev3dev-NodeJS/">Node.js by @wasabifan</a></li> |
| 42 | + <li><a href="https://github.com/fdetro/ev3dev-lang/tree/master/cpp">C++</a> by @fdetro</li> |
| 43 | + <li><a href="https://github.com/fdetro/ev3dev-lang/tree/master/lua">Lua</a> by @fdetro</li> |
| 44 | + <li><a href="https://github.com/mattrajca/GoEV3">Google Go</a> by @mattrajca</li> |
| 45 | + <li><a href="http://wasabifan.github.io/ev3dev-NodeJS/">Node.js</a> by @wasabifan</li> |
82 | 46 | </ul> |
83 | 47 | </p> |
84 | 48 |
|
@@ -117,7 +81,7 @@ <h4>Using the <code>ev3dev</code> Kernel:</h4> |
117 | 81 |
|
118 | 82 | <h3>The state of the project</h3> |
119 | 83 | <p> |
120 | | - Currently, the project is being maintained by @dlech and @rhempel in their spare time. Active development is being done in the main <a href="https://github.com/mindboards/ev3dev-kernel"> |
| 84 | + Currently, the project is being maintained by @dlech and @rhempel in their spare time. Active development is being done in the main <a href="https://github.com/ev3dev/ev3dev-kernel"> |
121 | 85 | <code>ev3dev-kernel</code> |
122 | 86 | </a> repo as well as in places like <a href="https://github.com/ev3dev/brickdm"> |
123 | 87 | <code>brickdm</code> |
@@ -161,11 +125,7 @@ <h4 id="whatsLinux">What's a Linux?</h4> |
161 | 125 | </p> |
162 | 126 |
|
163 | 127 | </section> |
164 | | - <hr /> |
165 | | - |
166 | | - |
| 128 | + {% include footer.html %} |
167 | 129 | </div> |
168 | | - <!--[if !IE]><script>fixScale(document);</script><![endif]--> |
169 | | - |
170 | 130 | </body> |
171 | 131 | </html> |
0 commit comments