summaryrefslogtreecommitdiff
path: root/hurd/translator
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-09-13 17:05:13 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-09-13 17:05:13 +0200
commit54654aff5f859a18e86df144608d29c477bbef41 (patch)
tree5252be33bb7885616a6aea89ec167d57cba781d0 /hurd/translator
parentd149a746478ae0178e16983ac61bb255dd3d7205 (diff)
Fix typesetting
Diffstat (limited to 'hurd/translator')
-rw-r--r--hurd/translator/httpfs.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/hurd/translator/httpfs.mdwn b/hurd/translator/httpfs.mdwn
index 0fc6fbbd..3ac9f8ab 100644
--- a/hurd/translator/httpfs.mdwn
+++ b/hurd/translator/httpfs.mdwn
@@ -12,8 +12,7 @@ License|/fdl]]."]]"""]]
While the httpfs translator works, it is only suitable for very simple use cases: it just provides the actual file contents downloaded from the URL, but no additional status information that are necessary for interactive use. (Progress indication, error codes, HTTP redirects etc.)
-# Intro
-INTRODUCTION:
+# Introduction
Here we describe the structure of the /http filesystem for the Hurd.
Under the Hurd, we provide a translator called 'httpfs' which is intended
@@ -48,7 +47,7 @@ So as of now we have not incorporated this method with this http translator.
The translator uses the libxml2 library for doing the parsing of HTML
stream. The libxml2 provides SAX interfaces for the parser which are used for
-finding the begining of anchor tags <A href="i.html>. So the translator has
+finding the begining of anchor tags `<A href="i.html">`. So the translator has
dependency on the libxml2 library.
If the connection to the Internet through a proxy, then the user must explicitly