diff --git a/Makefile b/Makefile index 16ed818..7db8b83 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ doc: .PHONY: install_doc install_doc: doc - rsync -r _build/default/_doc/_html/ ~/WWW2/main/simple_httpd + rsync -r _build/default/_doc/_html/ ~/WWW2/main/simple_httpd/ .PHONY: install install: build diff --git a/doc/vfs_pack.mld b/doc/vfs_pack.mld index eb36810..712c166 100644 --- a/doc/vfs_pack.mld +++ b/doc/vfs_pack.mld @@ -1,14 +1,15 @@ {0 Vfs_pack web site compiler} -vfs_pack is a binary too that will compile your website to a ML site that -can ve used with {!Simple_httpd.Dir.add_vfs}. It will +The binary [vfs_pack], provided with [Simple_httpd], will compile your website to +a ML module of type {!Simple_httpd.Dir.VFS} that can be used with +{!Simple_httpd.Dir.add_vfs}. It will -- compile a directory structure to a list of Route (see {!Simple_httpd.Route}, -- It can be configured to allow directory listing or redirection to `index.html`, -- Large files are not compiled into memory and may be installed in a separate - directory -- precompiled version of large file (with deflate a.k.a zlib) can be stored too. -- dynamic `.chaml` can be used to produce dynamic pages. +- compile a directory structure to a list of Route (see {!Simple_httpd.Route}), +- it can be configured to allow directory listing or redirection to [index.html], +- large files are not stored into memory but may be installed in a separate + directory, +- precompressed version of file (with deflate a.k.a zlib) can be stored too. +- dynamic [.chaml] can be used to produce dynamic pages. Here is an example of `.chaml` included in the distribution: @@ -30,49 +31,49 @@ Here is an example of `.chaml` included in the distribution: