summaryrefslogtreecommitdiff
path: root/old/documentation.html
blob: ebeac1c304703637d4b9988815ecfaf1704771dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <title> Dillo Web Browser :: 

  Documentation

</title>
<style type="text/css">
   body {margin: 0}
   .sidebar .items {background: #f8f8f8}
   .sidebar h3 {font-size: 1em; margin: 0.4em 0 0.2em 0}
   h1 {color: #67f; margin-top: 0.25em; margin-bottom: 0.25em}
   h3 {color: #56f; background: #f0f0f0}
   .section {background: #f8f8f8; border-color: #e8e8e8; border-style: solid; border-width: 1px; margin-bottom: 0.5em}
   .section h3 {margin-top: 0; margin-bottom: 0.2em}
   ul li {list-style-type: square}
</style>
</head>

<body text="black" link="blue" vlink="#403090" bgcolor="white"
      style="line-height: 1.3">


<table width="100%" cellspacing="0" cellpadding="0"><tr>
<td><img src="db1.png" alt="The Dillo Web Browser">
<td width="100%">
 <img src="db2.png" alt="The Dillo Web Browser" height="124" width="100%">
</table>

<table border="0" cellpadding="15" cellspacing="5" width="100%">
  <tr valign="top">
    <td class="sidebar">
      <h3>Dillo</h3>
      <div class="items">
      <a href="index.html">Home</a><br>
      <a href="screenshots/index.html">Screenshots</a><br>
      <a href="download.html">Download</a><br>
      <a href="FAQ.html" title="Frequently asked questions">FAQ</a><br>
      <a href="Compatibility.html">Compatibility</a><br>
      <a href="http://hg.dillo.org/dillo/raw-file/default/ChangeLog">
             Changelog</a><br>
      <a href="Plans.html">Current Plans</a><br>
      <a href="MList.html">Mailing List</a><br>
      <a href="conferences.html">Conferences</a><br>
      <a href="donations.html">Donate</a><br>
      </div>
      <h3>Users</h3>
      <div class="items">
      <a href="dillo3-help.html">Help</a><br>
      <a href="Icons/index.html">Icons</a><br>
      <a href="help/bug_meter.html">Bug meter</a><br>
      <br>
      </div>
      <h3>Bug Tracker</h3>
      <div class="items">
        <small>[currently broken]</small><br>
        <!--
        <a href="/bugtrack/Dbugtrack.html">Bug Track Intro</a><br>
        <a href="/bugtrack/Dquery.html">View Entries</a><br>
        <a href="/bugtrack/Dinsert.html">Bug Insertion</a><br>
        <a href="/bugtrack/Dvolunteer.html">Volunteering</a><br>
        -->
      </div>
      <h3>Developers</h3>
      <div class="items">
      <a href="developer.html">New Developer</a><br>
      <a href="documentation.html">Documentation</a>&nbsp;*<br>
      <a href="NC_design.html">Naming&amp;Coding</a><br>
      <a href="source.html">Source&nbsp;repository</a><br>
      <a href="dpi1.html">Dpi1 Spec</a><br>
      <a href="CSS.html">CSS Spec</a><br>
      <a href="D_authors.html">Authors</a><br>
      <a href="authors/jcid-email.html">Security contact</a><br>
      </div>
      <h3>Related</h3>
      <div class="items">
        <a href="press.html">Dillo in the Press!</a><br>
        <a href="interview.html">Interview</a><br>
        <a href="interview.es.html">Entrevista</a>
         <img src="chile.png" alt="*"><br>
        <a href="Links.html">Links</a><br>
        <a href="logos/logos.html">Art</a><br>
      </div>
      <p>
      <a href="authors/webmaster-email.html">Webmaster</a>
      <p>
      <a href="http://www.anybrowser.org/campaign/">
         <img src="abblue.gif" width="80" height="15"
              alt="anybrowser"></a>

  <td valign="top" align="left" width="100%">


<div lang=en>
<h1>Developer Documentation</h1>
    <p>

     For Dillo widgets (Dw) documentation:
        <ul>
        <li>run doxygen in the base of the source tree and check the html/
            directory.
        <li><a href="dw/html/index.html">online version</a> built 20160528.
        <li><a href="http://starurchin.org/dillo/doc/dillo-doc.tar.gz">tar.gz</a>
            [23 MB] built nightly by Jeremy Henty.
	</ul>
    Other parts of Dillo are documented inside the
    <a href="http://hg.dillo.org/dillo/file/tip/doc/"><code>doc/</code></a>
    dir within the source tree.
   <hr>
   <dl>
    <dt>FLTK-1.3
    <dd><a href="http://www.fltk.org/doc-1.3/index.html">online</a>, or
        "<code>cd documentation; doxygen</code>" in the FLTK source tree.

    <dt>HTML 4.01
    <dd><A HREF="http://www.w3.org/TR/1999/REC-html401-19991224/">online</A> and
      <A HREF="http://www.w3.org/TR/1999/REC-html401-19991224/html40.tgz">
      compressed</A>

    <dt>HTTP/1.1
    <dd><a href="http://tools.ietf.org/html/rfc7230">Message Syntax and Routing</a>,
      <a href="http://tools.ietf.org/html/rfc7231">Semantics and Content</a>,
      <a href="http://tools.ietf.org/html/rfc7232">Conditional Requests</a>,
      <a href="http://tools.ietf.org/html/rfc7233">Range Requests</a>,
      <a href="http://tools.ietf.org/html/rfc7234">Caching</a>,
      <a href="http://tools.ietf.org/html/rfc7235">Authentication</a>

    <dt>cookies
    <dd><a href="http://www.ietf.org/rfc/rfc6265.txt">RFC 6265</a>.

    <dt>CSS 2.1
    <dd><a href="http://www.w3.org/TR/CSS21/">specification</a>.
   </dl>
</div>

  </td>

 </tr>
</table>


</body>
</html>