]> git.draconx.ca Git - homepage.git/blob - content/projects.md
Improve script hack compatibility.
[homepage.git] / content / projects.md
1 ---
2 title: Workshop
3 copyright: 2019 Nick Bowler
4 license: cc-by-nd-4.0
5 ---
6
7 Most of the operations here in the workshop are tracked on our local [git
8 server](//git.draconx.ca) which can be browsed online.  All the work here is
9 [free as in freedom](//www.gnu.org/philosophy/free-sw) which means you are
10 free to use, study, change and share these projects with others.
11
12 # Project list
13
14 <% @items.find_all('/projects/*').sort {
15   |a,b| a[:title] <=> b[:title]
16 }.each do |i| %>
17 [<%= i[:title] %>](<%= i.identifier.without_ext %>)
18
19 : <%= item_longdesc(i) %>
20 <% end %>