From 36b65d4bd59f050628da30fc84cea672e023ec38 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 11 Apr 2016 10:43:29 -0400 Subject: workshops. --- (limited to 'site/workshops/index.php') diff --git a/site/workshops/index.php b/site/workshops/index.php new file mode 100644 index 0000000..c9e0aa7 --- /dev/null +++ b/site/workshops/index.php @@ -0,0 +1,74 @@ + + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + header('Content-type: text/html; charset=utf-8'); + ob_start(); + include_once "../common/variables.php"; + include_once "../common/functions.php"; +?> + + + + + <?php echo gettext("Workshops that offer libreboot installation"); ?> + + + + +
+

+

+ If you have a system that libreboot is compatible with, you can + go to one of these places to get it flashed. Most of them are + hackerspaces; contact them for more details. +

+

+ +

+
+ +
+

Labitat (Denmark)

+

+ https://labitat.dk/ - contact + Jobbe on the freenode IRC network. +

+

Clujmakers (Romania)

+

+ http://clujmakers.com/contact-us/ +

+

Hatch Hackerspace (Romania)

+

+ http://www.hatchatelier.ro/index.html#main_contact +

+

Do you have your own workshop in your country/region?

+

+ Contact the libreboot project on the mailing list (details are on the homepage) and we'll add a link here. +

+
+ + + + + + -- cgit v0.9.1