Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
Edit history for page: chickenista-guide
revision
author
date
description
r1
r2
42055
ckeen
Fri Dec 30 13:51:00 2022
Add an updated version of the chickenista guide for C5
39966
mario
Sun Apr 11 15:29:00 2021
chickenista-guide: add C4 warning
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.
30633
svnwiki
Wed Apr 2 15:38:00 2014
Anonymous wiki edit for IP [78.154.8.9]: Fix formatting error in the last chicken-doc example (Part of the code block had "leaked out" into the regular text).
30615
retroj
Sat Mar 29 22:00:00 2014
link to modules documentation
28416
svnwiki
Fri Feb 22 15:54:00 2013
Anonymous wiki edit for IP [98.166.82.125]: use an
28004
ckeen
Fri Dec 28 12:46:00 2012
Update tutorial to 4.8.0
27938
zbigniew
Thu Dec 13 19:52:00 2012
Remove explicit wiki.call-cc.org hostname from intrawiki links Strip hostname from all intrawiki links, making the URL relative but leaving the path as absolute. This permits offline qwiki use. References to /chicken-projects (egg index, RSS) were left as-is. Also removed most percent encoding, as it's not currently handled well by qwiki or chickadee, and spaces work fine in source URLs.
27312
1126
Tue Aug 28 08:08:00 2012
Added description of how to install chicken with clang.
26827
certainty
Fri Jun 1 17:48:00 2012
chickenista-guide: added reference to stability branches
26642
ckeen
Mon May 7 14:27:00 2012
Fix wiki markup in chickenista-guide
25337
ckeen
Mon Oct 10 07:10:00 2011
corrected building from git, thanks to Toby Thain
25279
svnwiki
Mon Oct 3 04:42:00 2011
Anonymous wiki edit for IP [98.14.172.212]: Inserted vertical whitespace
25278
svnwiki
Sun Oct 2 20:46:00 2011
Anonymous wiki edit for IP [62.216.201.76]: I am still not smarter than org-mode
25276
ckeen
Sun Oct 2 20:34:00 2011
Import of chickenista guide to the wiki, thanks to a modified generic org mode exported (elisp sucks and orgmode's "syntax" too)