Skip to content

klakplok/lightml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LigHTML (pronounce lighty-m-l) is an OCaml API to construct well formed static Web sites.

Main features:

  • Minimalist design, useable for writing a static site or as a back-end
  • Concise, combinator based document writing
  • Validity of HTML output (checked at typing time)
  • Unicity of IDs inside every page (checked at output time)
  • Absence of broken links (internal links checked at typing time, external ones at output time)

Read this: LigHTML is for simple usecases, such as adding an HTML output back-end to an existing program. It provides interesting guarantees that can shortcut a lot of testing and debugging but its simplistic interface hides a lot of subtelties. For any advanced purpose, such as building dynamic Web sites, you may want to use TyXML instead [http://ocsigen.org/tyxml/manual].

License: LightML is (C) 2013 Benjamin Canou and distributed under the terms of the CeCILL-B Free Software License Agreement. See the LICENSE.md file for more details.

About

A minimalist OCaml API to construct well formed static Web sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages