# HG changeset patch # User jlarmour # Date 1153320813 0 # Node ID 84fb9d197d6286e11c813840448606c6b6074926 # Parent 528ad6cc97bf32f454f2ba17289850baed75b61b * doc/athttpd.sgml: jade doesn't allow underscores in id attributes, so fix. diff --git a/packages/net/athttpd/current/ChangeLog b/packages/net/athttpd/current/ChangeLog --- a/packages/net/athttpd/current/ChangeLog +++ b/packages/net/athttpd/current/ChangeLog @@ -1,3 +1,8 @@ +2006-07-19 Sergei Gavrikov + + * doc/athttpd.sgml: jade doesn't allow underscores in + id attributes, so fix. + 2006-07-18 Jonathan Larmour * cdl/httpd.cdl: Add -D __ECOS in compiler flags. diff --git a/packages/net/athttpd/current/doc/athttpd.sgml b/packages/net/athttpd/current/doc/athttpd.sgml --- a/packages/net/athttpd/current/doc/athttpd.sgml +++ b/packages/net/athttpd/current/doc/athttpd.sgml @@ -185,7 +185,7 @@ len : length of the data to send as cyg_httpd_write_chunked() - + MIME types The server has an internal table with all the recognized mime types. Each time @@ -217,7 +217,7 @@ The following is an example of how to ad CYG_HTTPD_MIME_TABLE_ENTRY(hal_pdf_entry, "pdf", "application/pdf"); - + MIME Types for Chunked Frames For chunked frames, which are generally used inside c language callbacks, there