diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-21 06:07:58 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-21 06:07:58 +0000 |
commit | bce1cb30d856d167e167c4c2997f9bebe03a612c (patch) | |
tree | 8e684b912cdc9d27c5aebf593107487c94866438 /doc/mime.html | |
parent | f7579db9e830ef41f422a280d26c9077f48728e5 (diff) | |
download | luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.gz luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.bz2 luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.zip |
More adjustments/bugfixes.
Diffstat (limited to 'doc/mime.html')
-rw-r--r-- | doc/mime.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/mime.html b/doc/mime.html index 0f4ffa8..6758a4b 100644 --- a/doc/mime.html +++ b/doc/mime.html | |||
@@ -3,7 +3,9 @@ | |||
3 | <html> | 3 | <html> |
4 | 4 | ||
5 | <head> | 5 | <head> |
6 | <title>LuaSocket: Network support for the Lua language</title> | 6 | <meta name="description" content="LuaSocket: MIME support"> |
7 | <meta name="keywords" content="Lua, Library, MIME, Support"> | ||
8 | <title>LuaSocket: MIME module</title> | ||
7 | <link rel="stylesheet" href="reference.css" type="text/css"> | 9 | <link rel="stylesheet" href="reference.css" type="text/css"> |
8 | </head> | 10 | </head> |
9 | 11 | ||
@@ -16,7 +18,7 @@ | |||
16 | <center> | 18 | <center> |
17 | <table summary="LuaSocket logo"> | 19 | <table summary="LuaSocket logo"> |
18 | <tr><td align=center><a href="http://www.lua.org"> | 20 | <tr><td align=center><a href="http://www.lua.org"> |
19 | <img width=128 border=0 alt="LuaSocket" src="luasocket.png"> | 21 | <img width=128 height=128 border=0 alt="LuaSocket" src="luasocket.png"> |
20 | </a></td></tr> | 22 | </a></td></tr> |
21 | <tr><td align=center valign=top>Network support for the Lua language | 23 | <tr><td align=center valign=top>Network support for the Lua language |
22 | </td></tr> | 24 | </td></tr> |
@@ -92,7 +94,7 @@ The function returns a filter that performs the conversion. | |||
92 | Note: There is no perfect solution to this problem. Different end-of-line | 94 | Note: There is no perfect solution to this problem. Different end-of-line |
93 | markers are an evil that will probably plague developers forever. | 95 | markers are an evil that will probably plague developers forever. |
94 | This function, however, will work perfectly for text created with any of | 96 | This function, however, will work perfectly for text created with any of |
95 | the most common end-of-line markers, i.e. the MacOS (CR), the Unix (LF), | 97 | the most common end-of-line markers, i.e. the Mac OS (CR), the Unix (LF), |
96 | or the DOS (CRLF) conventions. Even if the data has mixed end-of-line | 98 | or the DOS (CRLF) conventions. Even if the data has mixed end-of-line |
97 | markers, the function will still work well, although it doesn't | 99 | markers, the function will still work well, although it doesn't |
98 | guarantee that the number of empty lines will be correct. | 100 | guarantee that the number of empty lines will be correct. |