aboutsummaryrefslogtreecommitdiff
path: root/doc/mime.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-21 06:07:58 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-21 06:07:58 +0000
commitbce1cb30d856d167e167c4c2997f9bebe03a612c (patch)
tree8e684b912cdc9d27c5aebf593107487c94866438 /doc/mime.html
parentf7579db9e830ef41f422a280d26c9077f48728e5 (diff)
downloadluasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.gz
luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.bz2
luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.zip
More adjustments/bugfixes.
Diffstat (limited to 'doc/mime.html')
-rw-r--r--doc/mime.html8
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.
92Note: There is no perfect solution to this problem. Different end-of-line 94Note: There is no perfect solution to this problem. Different end-of-line
93markers are an evil that will probably plague developers forever. 95markers are an evil that will probably plague developers forever.
94This function, however, will work perfectly for text created with any of 96This function, however, will work perfectly for text created with any of
95the most common end-of-line markers, i.e. the MacOS (CR), the Unix (LF), 97the most common end-of-line markers, i.e. the Mac OS (CR), the Unix (LF),
96or the DOS (CRLF) conventions. Even if the data has mixed end-of-line 98or the DOS (CRLF) conventions. Even if the data has mixed end-of-line
97markers, the function will still work well, although it doesn't 99markers, the function will still work well, although it doesn't
98guarantee that the number of empty lines will be correct. 100guarantee that the number of empty lines will be correct.