summaryrefslogtreecommitdiff
path: root/projects/iconv/index.en
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2014-10-14 21:00:11 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2014-10-14 21:00:11 +0100
commit2a2acc3269e64a327f321b2e042fb03443d01bbd (patch)
tree7c51d658c74f87f396e78958ca2a9a523c637af9 /projects/iconv/index.en
parente1e1fe5d9f85d92a0ba14bf0f77cb912cac4d25d (diff)
downloadnetsurf-website-2a2acc3269e64a327f321b2e042fb03443d01bbd.tar.gz
netsurf-website-2a2acc3269e64a327f321b2e042fb03443d01bbd.tar.bz2
Complete en -> html rename
Diffstat (limited to 'projects/iconv/index.en')
-rw-r--r--projects/iconv/index.en68
1 files changed, 0 insertions, 68 deletions
diff --git a/projects/iconv/index.en b/projects/iconv/index.en
deleted file mode 100644
index cd5b6b6..0000000
--- a/projects/iconv/index.en
+++ /dev/null
@@ -1,68 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-<title>Iconv for RISC OS</title>
-<link rel="stylesheet" type="text/css" href="/projects/projects.css">
-<link rel="icon" type="image/png" href="/webimages/favicon.png">
-</head>
-<body>
-
-<div class="projects">
-<ul>
-<li><a href="/">NetSurf</a></li>
-<li><a href="/projects/hubbub/">Hubbub</a></li>
-<li><a href="/projects/libcss/">LibCSS</a></li>
-<li><a href="/projects/libdom/">LibDOM</a></li>
-<li><a href="/projects/libparserutils/">LibParserUtils</a></li>
-<li><a href="/projects/libwapcaplet/">LibWapcaplet</a></li>
-<li><a href="/projects/libsvgtiny/">Libsvgtiny</a></li>
-<li><a href="/projects/libnsfb/">LibNSFB</a></li>
-<li><a href="/projects/libnsbmp/">Libnsbmp</a></li>
-<li><a href="/projects/libnsgif/">Libnsgif</a></li>
-<li><a href="/projects/librosprite/">LibROSprite</a></li>
-<li><strong>Iconv</strong></li>
-<li><a href="/projects/rufl/">RUfl</a></li>
-<li><a href="/projects/ttf2f/">TTF2f</a></li>
-<li><a href="/projects/tinct/">Tinct</a></li>
-<li><a href="/projects/libpencil/">Libpencil</a></li>
-</ul>
-</div>
-
-<h1>Iconv for RISC OS</h1>
-
-<h2>What is Iconv?</h2>
-
-<p>Iconv is a module for RISC OS which provides character set conversion akin to that provided by the C iconv() function.</p>
-
-<h2>Installation</h2>
-
-<p><strong>You must</strong> follow these <strong>two steps</strong> carefully or <strong>installation will fail</strong>:</p>
-
-<dl class="instructions">
-<dt><span>1. </span><span>Merge !System directory</span></dt>
-<dd>Use the <strong>System merge</strong> utility provided by Configure to merge the supplied !System directory with the one on your system.</dd>
-<dt><span>2. </span><span>Merge !Boot directory</span></dt>
-<dd><p>Use the <strong>Boot merge</strong> facility in Configure to merge the supplied !Boot directory with the one on your system.</p><p>If there is no Boot merge facility provided on your system, simply drag the supplied !Boot directory over your existing boot structure.</p></dd>
-</dl>
-
-<p><strong>Note:</strong> if you are unsure how to follow these steps, then please see the pictorial <a href="/documentation/resinstall">guide to resource installation</a> on the NetSurf site.</p>
-
-<h2>Download</h2>
-
-<p>Please <a href="http://download.netsurf-browser.org/other/iconv/iconv_latest.zip">download iconv</a> and follow the <strong>two</strong> installation steps above.</p>
-
-<h2>Source code</h2>
-
-<p>You can <a href="http://source.netsurf-browser.org/iconv.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
-
-<p class="svncommand">$ git clone git://git.netsurf-browser.org/iconv.git</p>
-
-<p>Iconv is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT Licence</a>.</p>
-
-<h2>Contact</h2>
-
-<p>Please report any problems with this module directly to <a href="mailto:jmb@netsurf-browser.org">John-Mark Bell</a>.</p>
-
-</body>
-</html>