revision |
author |
date |
description |
r1 |
r2 |
44142 |
mario |
Tue Mar 18 20:51:00 2025 |
Remove references to the gitweb view of egg repositories
|
|
|
43109 |
anonymous |
Thu Jan 11 17:17:00 2024 |
eggs tutorial: Add note on the fact that "chicken" is a reserved name for eggs
|
|
|
41345 |
mario |
Thu May 26 07:18:00 2022 |
eggs tutorial: add "Naming your extension" section
|
|
|
40429 |
mario |
Tue Sep 7 11:45:00 2021 |
eggs tutorial: break "Post check-in notes" into subsections and add "Tagging and versioning" section |
|
|
40409 |
mario |
Wed Sep 1 19:02:00 2021 |
eggs tutorial: add section on how to add an egg to the official egg index |
|
|
40154 |
mario |
Fri May 28 16:41:00 2021 |
eggs tutorial: typo fixes and small rewording
|
|
|
40153 |
mario |
Fri May 28 16:40:00 2021 |
eggs tutorial: clarifications on the protocol assumed for tests/run.scm
|
|
|
39475 |
mario |
Wed Dec 30 20:46:00 2020 |
eggs tutorial: add instruction on how to install test-new-egg
|
|
|
39474 |
mario |
Wed Dec 30 20:45:00 2020 |
eggs tutorial: mention test-new-egg in the "Testing your extension" section
|
|
|
39112 |
mario |
Thu Nov 5 19:20:00 2020 |
eggs tutorial: typo fix |
|
|
38842 |
mario |
Fri Aug 14 13:43:00 2020 |
/eggs tutorial: recommend a "Repository" section for the documentation
|
|
|
38841 |
mario |
Fri Aug 14 13:41:00 2020 |
/eggs tutorial: make the eggs tutorial specific to C5, for simplicity
|
|
|
37995 |
svnwiki |
Sat Nov 30 12:13:00 2019 |
Anonymous wiki edit for IP [95.91.214.252]: Fix link to "Egg specification format". |
|
|
37951 |
mario |
Fri Oct 4 14:22:00 2019 |
eggs tutorial: adapt to provide information on eggs for CHICKEN 5
|
|
|
33367 |
wasamasa |
Thu Jun 2 14:13:00 2016 |
Fix typo |
|
|
32627 |
DeeEff |
Wed Jul 29 17:12:00 2015 |
Fixes broken link to bitbucket in eggs tutorial |
|
|
32560 |
mario |
Thu Jul 9 23:02:00 2015 |
eggs tutorial (wiki): add info about how to request an svn account. Also mention chickadee as a nice side effect of wiki documentation |
|
|
32451 |
mario |
Sat May 30 19:16:00 2015 |
wiki: Prefer using THE SYSTEM over the svn repo
|
|
|
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.
|
|
|
30458 |
mario |
Thu Feb 13 11:41:00 2014 |
eggs tutorial (wiki): use -O3 in .setup example |
|
|
29613 |
mario |
Mon Aug 19 14:55:00 2013 |
eggs tutorial (wiki): add note to "Testing your extension" about calling executable files installed by eggs from tests |
|
|
29356 |
svnwiki |
Sun Jul 14 18:42:00 2013 |
Anonymous wiki edit for IP [83.59.17.240]: Remove "mpeg3.o" from files to install. It's not officially supported anymore. |
|
|
29340 |
mario |
Tue Jul 9 22:00:00 2013 |
eggs tutorial: add note wrt versions as strings |
|
|
28245 |
svnwiki |
Mon Feb 4 20:52:00 2013 |
Anonymous wiki edit for IP [190.175.68.14]: "salmonella --this-egg" is deprecated |
|
|
28005 |
syn |
Fri Dec 28 13:06:00 2012 |
eggs tutorial: Remove static module compilation example; explain -j and -J better. |
|
|