Changeset 37084 in project
- Timestamp:
- 01/20/19 01:18:35 (4 weeks ago)
- Location:
- wiki/eggref/4
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/atom
r21897 r37084 935 935 === About this egg 936 936 937 ==== Source 938 939 [[https://github.com/ursetto/atom-egg]] 940 937 941 ==== Author 938 942 … … 941 945 ==== Version history 942 946 943 ; 0.1. 1: Use default namespace for atom and xhtml944 ; 0.1 : Initial release945 946 Experimental code may be available via `git clone git://3e8.org/atom.git`. 947 ; 0.1.3 : Add Chicken 5 support. Convert test examples to real tests. 948 ; 0.1.2 : Fix missing regex dependency 949 ; 0.1.1 : Use default namespace for atom and xhtml 950 ; 0.1 : Initial release 947 951 948 952 ==== License -
wiki/eggref/4/chickadee
r33992 r37084 345 345 tweak the script and profile if necessary. A detailed explanation of AppArmor is beyond the scope of this document. 346 346 347 === git repository348 349 The official code is part of the Chicken SVN repository, but the350 author's git repository is available at [[http://3e8.org/pub/git/chickadee.git|3e8.org]]351 and also at [[https://github.com/ursetto/chickadee|github]].352 353 347 === About this egg 354 348 349 ==== Source 350 351 [[https://github.com/ursetto/chickadee]] 352 355 353 ==== Author 356 354 … … 359 357 ==== Version history 360 358 359 ; 0.12.1 : Port to Chicken 5. Enhance signature readability. 361 360 ; 0.11.2 : Add a second parameter to the last-modified header vector to comply with stricter header checking in intarweb 1.7. 362 361 ; 0.11.1 : Correct a distribution error … … 371 370 ==== License 372 371 373 Copyright (c) 2010 , 2011, 2012Jim Ursetto. License: 3-clause BSD.372 Copyright (c) 2010-2019 Jim Ursetto. License: 3-clause BSD. -
wiki/eggref/4/chicken-doc
r29556 r37084 546 546 === About this egg 547 547 548 ==== Source 549 550 [[https://github.com/ursetto/chicken-doc]] 551 548 552 ==== Author 549 553 … … 552 556 ==== Version history 553 557 558 ; 0.6.0 : Repository version 4. Store identifier cache keys as strings not symbols, to avoid read/write invariance issues with read-syntax. 559 ; 0.5.0 : Port to Chicken 5. Use 0.6.0 instead to avoid a bug in Chicken 5.0.0. 560 ; 0.4.7 : Add explicit help options (-h --help -?) 554 561 ; 0.4.6 : Fix for letrec behavior change in 4.8.3 555 562 ; 0.4.5 : Use pre-post-order* to avoid apply limit -
wiki/eggref/4/chicken-doc-admin
r28589 r37084 79 79 80 80 ''Almost all users can skip this step'', because there are only a few 81 remaining eggs that use eggdoc. 81 remaining eggs that use eggdoc. The Chicken 5 version of this egg drops 82 support for eggdoc. 82 83 83 84 Download the egg repository and process any eggdocs: … … 383 384 === About this egg 384 385 386 ==== Source 387 388 [[https://github.com/ursetto/chicken-doc-admin]] 389 385 390 ==== Author 386 391 … … 389 394 ==== Version history 390 395 396 ; 0.5.0 : Support running on Chicken 5. Workaround file locking bug in Chicken 5.0.0. Repo version 4 for r/w invariance; see [[chicken-doc]] 0.6.0. Drop eggdoc support for Chicken 5. 397 ; 0.4.8 : Support Chicken 5 man page layout 398 ; 0.4.7 : Summarize errors, warn (don't crash) if svnwiki parser raises exception. 399 ; 0.4.6 : Fix ID cache bug in 0.4.5 with directory recursion 400 ; 0.4.5 : Recurse into directories. Nicer output format (A/M/?) and summary. 391 401 ; 0.4.4 : Process locally-installed (host or target) egg documentation 392 402 ; 0.4.2 : Recognize 'Cross development' manpage … … 405 415 ==== License 406 416 407 Copyright (c) 2010 Jim Ursetto. License: 3-clause BSD.408 409 417 Copyright (c) 2010-2019 Jim Ursetto. License: 3-clause BSD. 418 419 -
wiki/eggref/4/doctype
r27643 r37084 88 88 === About this egg 89 89 90 ==== Source 91 92 [[https://github.com/ursetto/doctype-egg]] 93 90 94 ==== Author 91 95 92 [[http://3e8.org /zb|Jim Ursetto]]96 [[http://3e8.org|Jim Ursetto]] 93 97 94 98 ==== Version history 95 99 100 ; 2.2 : Add Chicken 5 support 96 101 ; 2.1 : Add {{doctype-}} prefixes to doctype-rules; fix bug in html-2.0 rule 97 102 ; 2.0 : Add {{doctype-}} prefixes, deprecate old aliases, add {{doctype-html}} -
wiki/eggref/4/feature-test
r26112 r37084 385 385 === About this egg 386 386 387 ==== Source 388 389 [[https://github.com/ursetto/feature-test-egg]] 390 387 391 ==== Author 388 392 … … 391 395 ==== Version history 392 396 397 ; 0.2.0 : Chicken 5 support 398 ; 0.1.1 Internal release-info fix 393 399 ; 0.1 : Initial release 394 400 395 401 ==== License 396 402 397 Copyright (c) 2011 Jim Ursetto. All rights reserved.403 Copyright (c) 2011-2019 Jim Ursetto. All rights reserved. 398 404 399 405 Redistribution and use in source and binary forms, with or without -
wiki/eggref/4/socket
r34520 r37084 916 916 === About this egg 917 917 918 ==== Source 919 920 [[https://github.com/ursetto/socket-egg]] 921 918 922 ==== Author 919 923 … … 925 929 ==== Version history 926 930 931 ; 0.3.1 : Add Chicken 5 support. Add simple unix socket test to {{tests/}}; not used by {{-test}}. 927 932 ; 0.2.7 : remove some debug prints 928 933 ; 0.2.6 : Handle {{##sys#scan-buffer-line}} signature change in CHICKEN 4.8.2. Bug reported by Jonathan Chan and David Krentzlin. … … 942 947 ==== License 943 948 944 Copyright (c) 2011-201 7, Jim Ursetto. All rights reserved.949 Copyright (c) 2011-2019, Jim Ursetto. All rights reserved. 945 950 Copyright (c) 2008-2011, The Chicken Team 946 951 Copyright (c) 2000-2007, Felix L. Winkelmann -
wiki/eggref/4/sql-de-lite
r33993 r37084 854 854 === About this egg 855 855 856 ==== Repository857 858 [[https:// bitbucket.org/ursetto/sql-de-lite/]]856 ==== Source 857 858 [[https://github.com/ursetto/sql-de-lite]] 859 859 860 860 ==== Version history 861 861 862 ; 0.8.0 : Chicken 5 support, officially 863 ; 0.7.2 : Move to github; initial Chicken 5 support from Peter Bex 862 864 ; 0.7.1 : Upgrade to SQLite 3.17.0 863 865 ; 0.7.0 : Defer caching statements until they are finalized, so the cache never contains running statements. Fixes a cache-expiration bug found by ''andyjpb''; also transient statements no longer need to be finalized manually, and duplicate SQL may be prepared. Remove deprecated milliseconds->time identifier (wasamasa). -
wiki/eggref/4/tcp6
r28027 r37084 290 290 == About this egg 291 291 292 === Source 293 294 [[https://github.com/ursetto/tcp6-egg]] 295 292 296 === Author 293 297 … … 300 304 === Version history 301 305 306 ; 0.2.0 : Add Chicken 5 support. Add simple client/server test to tests/; not currently used during -test. 307 ; 0.1.2 : Internal split of tcp6, udp6 and socket eggs 302 308 ; 0.1.1 : Bugfix for #963: tcp-accept now propagates read/write timeout to socket egg. 303 309 ; 0.1 : Initial release. … … 305 311 === License 306 312 307 Copyright (c) 2011 , Jim Ursetto313 Copyright (c) 2011-2019, Jim Ursetto 308 314 Copyright (c) 2008-2011, The Chicken Team 309 315 Copyright (c) 2000-2007, Felix L. Winkelmann -
wiki/eggref/4/udp6
r32281 r37084 222 222 == About this egg 223 223 224 === Source 225 226 [[https://github.com/ursetto/udp6-egg]] 227 224 228 === Author 225 229 … … 230 234 === Version History 231 235 236 ; 0.2 : Add Chicken 5 support. Add simple daytime client/server, echo server to {{tests/}} dir; not used during {{-test}}. 232 237 ; 0.1 : Initial release 233 238 … … 236 241 === License 237 242 238 Copyright (c) 2011-201 5, Jim Ursetto243 Copyright (c) 2011-2019, Jim Ursetto 239 244 Copyright (c) 2003-2004, Category 5 240 245 All rights reserved.
Note: See TracChangeset
for help on using the changeset viewer.