import _offsite_readings to readings (hidden)
[lambda.git] / learning_scheme.mdwn
index 8f27021..4328a64 100644 (file)
@@ -95,16 +95,17 @@ Chicken API Search:
 
 
 <!-- -->
-*   [Data model](http://wiki.call-cc.org/man/4/Data%20representation) |
-[internals](http://wiki.call-cc.org/Internals) |
-[FFI](http://wiki.call-cc.org/man/4/Interface%20to%20external%20functions%20and%20variables)
-*   [Eggs](http://wiki.call-cc.org/eggs) |
-[Eggs2](http://wiki.call-cc.org/man/4/Extensions) |
-[Repository](http://wiki.call-cc.org/chicken-projects/egg-index-4.html)
-*   [Distributed egg repos](http://wiki.call-cc.org/distributed-egg-repos)
 *   [chicken-setup](http://manpages.ubuntu.com/manpages/karmic/man1/chicken-setup.1.html)
 *   [chicken-install](http://manpages.ubuntu.com/manpages/utopic/en/man1/chicken-install.1.html)
+*   Eggs: [managing](http://wiki.call-cc.org/eggs) |
+[authoring](http://wiki.call-cc.org/eggs%20tutorial)
+([more](http://wiki.call-cc.org/man/4/Extensions)) |
+[repository](http://wiki.call-cc.org/chicken-projects/egg-index-4.html)
+*   [Distributed egg repos](http://wiki.call-cc.org/distributed-egg-repos)
 *   Tutorial on writing eggs: [1](http://shisaa.jp/postset/chicken-scheme-1.html) [2](http://shisaa.jp/postset/chicken-scheme-2.html) [3](http://shisaa.jp/postset/chicken-scheme-3.html)
+*   [Data model](http://wiki.call-cc.org/man/4/Data%20representation) |
+[internals](http://wiki.call-cc.org/Internals) |
+[FFI](http://wiki.call-cc.org/man/4/Interface%20to%20external%20functions%20and%20variables)