revision |
author |
date |
description |
r1 |
r2 |
35107 |
svnwiki |
Tue Feb 6 23:56:00 2018 |
Anonymous wiki edit for IP [184.97.128.121]: added a hyphen |
|
|
31126 |
mario |
Fri Jul 18 00:19:00 2014 |
Properly capitalize CHICKEN on the wiki directory (only first level).
I used the following shell script to change things:
while IFS= read -d $'\0' -r file ; do
sed -i 's/Chicken/CHICKEN/g' "$file"
done < <(find wiki -maxdepth 1 -type f -print0 )
Some files have been manually reverted after that, since some
substitutions don't apply:
- friedly-chicken (repl banner)
- survey2011 (Chicken in URI paths)
- chickenista-guide (Chickenista)
I hope the link canonicalization thing will be on my side.
|
|
|
21644 |
mario |
Thu Nov 25 13:19:00 2010 |
vaporbook (wiki): Migrated notes from Alaric's wiki to THE wiki. |
|
|
21304 |
syn |
Sun Nov 7 09:23:00 2010 |
vaporbook: fix list markup |
|
|
21303 |
ckeen |
Sun Nov 7 09:19:00 2010 |
Vaporbook: Initial page for code example ideas
|
|
|