Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 3, the unsupported old release. You're almost certainly looking for [[/eggref/4/doctype|the CHICKEN 4 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-4.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. [[tags:eggs]] This is version 1.1 of the '''doctype''' extension library for Chicken Scheme. [[toc:]] == Description Provides [[http://htmlhelp.com/tools/validator/doctype.html|XML doctypes]] as strings == Documentation Exports strings corresponding to standard XML (XHTML, HTML) doctypes. '''string:''' doctype:xhtml-1.0-strict '''string:''' doctype:html-4.01-strict '''string:''' doctype:xhtml-1.0-transitional '''string:''' doctype:html-4.01-transitional '''string:''' doctype:xhtml-1.0-frameset '''string:''' doctype:html-4.01-frameset '''string:''' doctype:html-3.2 '''string:''' doctype:html-2.0 == Examples #;1> (use doctype) #;2> (print doctype:xhtml-1.0-strict) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> == About this egg === Author [[http://3e8.org/zb|Zbigniew]] === Version history ; 1.1 : Fix typo in html-4.01-transitional ; 1.0 : Initial release === License Public domain.
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you multiply 0 by 8?