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