source: devel/website/docs.shtml @ 1

Revision 1, 1.7 KB checked in by bruno, 6 years ago (diff)

First import

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en">
4  <head>
5<!--#include virtual="/head.shtml" -->
6  </head>
7  <body>
8                  <!--#set var="curpage" value="docs.shtml" -->
9<!--#include virtual="/top.shtml" -->
10
11                <h1>Dploy Documentations</h1>
12  <div class="h2-1">
13    <h2>Dploy HOWTO</h2>
14  </div>
15  <p>The Dploy HOWTO is available under various formats:</p>
16  <ul>
17                  <li>A <a href="/docs/dploy-howto.html" target="_blank">single HTML</a> page.</li>
18                  <li>A <a href="/docs/dploy-howto.pdf" target="_blank">PDF</a> document.</li>
19                  <li>A <a href="/docs/dploy-howto.rtf" target="_blank">RTF</a> document.</li>
20                  <li>A <a href="/docs/dploy-howto.ps" target="_blank">PostScript</a> document.</li>
21                  <li>A <a href="/docs/dploy-howto.txt" target="_blank">Text</a> document.</li>
22                  <li><a href="/docs/dploy-howto/index.html" target="_blank">online</a>.</li>
23  </ul>
24
25  <div class="h2-3">
26    <h2>Dploy man pages</h2>
27  </div>
28  <p>The Dploy man pages are available under various formats:</p>
29  <ul>
30                  <li>dploy</li>
31                        <ul>
32                                <li>A <a href="/docs/dploy.8.html" target="_blank">HTML</a></li>
33                                <li>A <a href="/docs/dploy.8.pdf" target="_blank">PDF</a></li>
34                                <li>A <a href="/docs/dploy.8.ps" target="_blank">PostScript</a></li>
35                                <li>A <a href="/docs/dploy.8.txt" target="_blank">Text</a></li>
36                        </ul>
37  </ul>
38
39  <div class="h2-2">
40    <h2>Other Documents</h2>
41  </div>
42  <p>Here are some other documents speaking of Dploy:</p>
43  <ul>
44                  <li>A Dploy <a href="/docs/dploy-presentation.pdf" target="_blank">preentation</a>
45
46<!--#include virtual="/bottom.shtml" -->
47  </body>
48</html>
Note: See TracBrowser for help on using the repository browser.