diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 21:54:49 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 21:54:49 -0500 |
commit | 78b1b83be0cf04b4cba707751b7ad4d97787fe37 (patch) | |
tree | 0260daae62c3c0c055b7ec73b274fa82b31b344f /markup/pod/live-manual/media/text/en/index.html.in |
track document samples used
Diffstat (limited to 'markup/pod/live-manual/media/text/en/index.html.in')
-rw-r--r-- | markup/pod/live-manual/media/text/en/index.html.in | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/markup/pod/live-manual/media/text/en/index.html.in b/markup/pod/live-manual/media/text/en/index.html.in new file mode 100644 index 0000000..c32d473 --- /dev/null +++ b/markup/pod/live-manual/media/text/en/index.html.in @@ -0,0 +1,53 @@ +<html> + +<head> + <title>Live Systems Project</title> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +</head> + +<body> + <h2>Live Systems Manual</h2> + + <p> + <i>live-manual</i> is available in different file formats and it is translated into several languages. Keep in mind that some translations may be incomplete or may not be up to date. + </p> + + <p> + + Please report errors, omissions, patches and suggestions to our mailing list at <a href="mailto:debian-live@lists.debian.org">debian-live@lists.debian.org</a> and read about <a href="html/live-manual.en.html#how-to-contribute">how to contribute</a> to the manual. + </p> + + <h3>Available Formats</h3> + + <ul> + <li><a href="epub/live-manual.en.epub">EPUB</a></li> + <li>HTML: <a href="html/live-manual/toc.en.html">multi page</a>, <a href="html/live-manual.en.html">single page</a></li> + <li><a href="odt/live-manual.en.odt">ODF</a></li> + <li>PDF: <a href="pdf/live-manual.portrait.en.a4.pdf">A4 portrait</a>, <a href="pdf/live-manual.landscape.en.a4.pdf">A4 landscape</a>, <a href="pdf/live-manual.portrait.en.letter.pdf">letter portrait</a>, <a href="pdf/live-manual.landscape.en.letter.pdf">letter landscape</a></li> + <li><a href="txt/live-manual.en.txt">Plain text</a></li> + </ul> + + <p> + Last changed: @DATE_CHANGE@<br /> + Last built: @DATE_BUILD@ + </p> + + <h3><a href="search.cgi">Search</a></h3> + + <h3>Source</h3> + + <p> + The sources for this manual are available in a <a href="http://git-scm.com/">Git</a> repository at live-systems.org. + </p> + + <ul> + <li>Browse: <a href="http://live-systems.org/gitweb/?p=live-manual.git"><small><tt>http://live-systems.org/gitweb/?p=live-manual.git</tt></small></a></li> + <li>Git: <a href="git://live-systems.org/git/live-manual.git"><small><tt>git://live-systems.org/git/live-manual.git</tt></small></a></li> + </ul> + + <p> + <a href="http://live-systems.org/">Live Systems Project</a> <<a href="mailto:debian-live@lists.debian.org">debian-live@lists.debian.org</a>> - <a href="http://live-systems.org/project/legal/">Legal Information</a> + </p> +</body> + +</html> |