Wiki - Training
Please bring a laptop to the training which has a SSH client installed with a private/public key pair. You can create that key pair with ssh-keygen or with PuttyGen.
Please send the public key to conference@cart.pm, so you can access your own development environment for the training.
So for example, user informa would login with ssh as follows:
ssh informa@camp.westbranchangler.local
Training participants
- Ana Kozole kozole
- DB dburlage
- Jure Kodzoman (Yure) informa
- Luka Klemenc klemenc
- Marcus Wolf calevo
- Richard Noble rpnoble
- Ron Colcernian colcernian
- Sam Batschelet (Hexfusion) hexfusion
- Stefan Hornburg (Racke) racke
- William Carr billcarr
Dancer Training
views/filebrowser.tt
<h1><% directory %></h1>
<table>
<tr><th>Name</th><th>Type</th><th>Modified</th></tr>
<% FOREACH file IN files %>
<tr><td><% file.name %></td>
<td><% file.type %></td>
<td><% file.modified %></td></tr>
<% END %>
version 8 saved on 07/10/13 23:05 by Stefan Hornburg (Racke)