diff options
Diffstat (limited to 'old/index.html')
-rw-r--r-- | old/index.html | 249 |
1 files changed, 249 insertions, 0 deletions
diff --git a/old/index.html b/old/index.html new file mode 100644 index 0000000..99c1f5f --- /dev/null +++ b/old/index.html @@ -0,0 +1,249 @@ +<!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 :: + + Home Page + +</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> *<br> + <a href="NC_design.html">Naming&Coding</a><br> + <a href="source.html">Source 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> + Welcome to the Dillo Project! + </h1> + +<div class=section> + <h3>What is Dillo?</h3> + <ul> + <li> Dillo is a + <a href='Compatibility.html'>multi-platform</a> + graphical web browser known for its speed and + <a href='memory.html'>small footprint</a>. </li> + + <li> Dillo is written in C and C++. </li> + + <li> Dillo is based on <a href='http://www.fltk.org'>FLTK</a>, the Fast + Light Toolkit (statically-linked by default!). </li> + + <li> Dillo is free software made available under the terms of the GNU + General Public License (GPLv3). </li> + + <li> Dillo strives to be friendly both to users and developers. </li> + + <li> Dillo helps web authors to comply with web standards by using the + <a href='help/bug_meter.html'>bug meter</a>.</li> + </ul> + + <h3>Project objectives</h3> + <ul> + <li>The democratization of internet information access.</li> + <li>Personal security and privacy.</li> + <li>High software efficiency.</li> + <p> + [<a href='funding/objectives.html'>more info</a>] + </ul> + + <h3>Current version</h3> + <blockquote> + Dillo follows an evolving software model where each new version + should be better than the previous one; there's no place for unstable + releases, so just keep with the latest one: <b>dillo-3.0.5</b>. + [<a href="download.html">download</a>] + </blockquote> + + <h3>Current plans</h3> + <blockquote> + The <a href='Plans.html'>current plans</a> section has its own page now<br> + (also accessible from the left column's top links). + </blockquote> + + <h3>Code contributions</h3> + <blockquote> + If you plan to contribute to Dillo <i>please</i> take a minute to read + through our <a href="developer.html">New Developer Info</a>. There you should + find everything you need to know. + </blockquote> +</div> + + <h1>News</h1> + +<div class=section> + <h3 style="margin-bottom: 0.2em">Lately</h3> + <p> + What have we been up to? For + <a href="http://hg.dillo.org/dillo/raw-file/default/ChangeLog">3.1</a>, + we're working on floating elements and an overhaul of widget sizing. + HTTPS has moved from a dpi (plugin) into the browser, and work has been + done to make it more trustworthy. We've added HTML5 character + references, support for HTTP persistent connections, etc. +</div> + +<div class=section> + <h3 style="margin-bottom: 0.2em">Dillo-3.0.5 has been released!</h3> + <small style="color: #666">30-Jun-2015</small> + <p> + 3.0.5 provides: Image buffer/cache improvements to make dillo speedier, + placeholder attributes for INPUT and TEXTAREA elements (today's web is + filled with INPUT boxes that are not otherwise labeled), better notification + when user's domainrc settings block page redirection (a message in the + browser window instead of on the terminal), and an assortment of other + <a href="http://hg.dillo.org/dillo/raw-file/3.0.5/ChangeLog">fixes and + changes</a>. +</div> + +<div class=section> + <h3 style="margin-bottom: 0.2em">Dillo-3.0.4.1 has been released!</h3> + <small style="color: #666">24-Dec-2014</small> + <p> + This release brings fixes for: + <ul> + <li> linking with the new + <a href="http://www.fltk.org/articles.php?L1392">fltk-1.3.3</a>. + <li> making sure that windows are resizable with fltk-1.3.3. + <li> not to load background images or permit redirection in <tt>--local</tt> + mode. + <li> a crash when searching from the address bar and no search urls are + found in dillorc. + <li> building on OSX. + </ul> +</div> + +<div class=section> + <h3 style="margin-bottom: 0.2em">Dillo-3.0.4 has been released!</h3> + <small style="color: #666">09-Apr-2014</small> + <p> + We've added support for background images, + improved image scaling, improved embedding into other applications, + implemented optgroup, ins, plus some HTML5 elements, added web searching + from the address bar, fixed compilation on hurd and irix, a + white_bg_replacement preference, reap zombies, security fixes, other bug + fixes... +</div> + +<div class=section> + <h3 style="margin-bottom: 0.2em">Dillo-3.0.3 has been released!</h3> + <small style="color: #666">17-Apr-2013</small> + <p> + We've added support for the CSS display property, fine-grained control over + hyphenation, a domainrc mechanism to replace filter_auto_requests, UI color + preferences, a keybinding to view source, a couple of text selection + improvements, some form widget work, keyboard navigation improvements, better + window titles, fixed bugs that cropped up, etc. +</div> + +<div class=section> + <h3 style="margin-bottom: 0.2em">Dillo-3.0.2 has been released.</h3> + <small style="color: #666">05-Dec-2011</small> + <p> + Highlights in this new release include: +<ul> +<li>HTTP digest authentication +<li>More sophisticated handling of linebreaks and whitespace +<li>CSS text-transform property +<li>Locale-independent ASCII character case handling (fixes Turkic locales) +<li>Bind Ctrl-{PageUp,PageDown} to tab-{previous,next} +<li>If not following redirection, show body of redirecting page +<li>Middle click on stylesheet menu item opens in new tab/window +<li>Improved handling of combining characters +</ul> +</div> +<p> +<small>[<a href="news_old.html">older news</a>]</small> +</div> + + </td> + + </tr> +</table> + + +</body> +</html> + |