Replaced the messy GNU-styled, multi-lingual documents with a single Markdown README.md. Added the GitHub repository to the document and removed the SourceForge website, my web page, and the SourceForge mailing list from the document. Removed the document license, and my PGP key from the package. Removed the signature file from the repository. Changed the license from GPLv3 to APLv2. Various fixes to avoid JetBrains IDE problem detection.
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
<?xml version="1.0" encoding="US-ASCII" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheets/test.css" />
|
||||
<link rel="stylesheet" type="text/css" href="test3.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheets/test.css">
|
||||
<link rel="stylesheet" type="text/css" href="test3.css">
|
||||
<title>Test #01</title>
|
||||
</head>
|
||||
<body>
|
||||
@ -12,12 +9,12 @@
|
||||
<h1>Test #01</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.cpan.org/"><acronym title="Comprehensive Perl Archive Network">CPAN</acronym></a></li>
|
||||
<li><a href="http://www.yahoo.com/nonexistent">Non-existing HTTP</a></li>
|
||||
<li><a href="http://info.cern.ch">CERN</a></li>
|
||||
<li><a href="http://info.cern.ch/nonexistent">Non-existing HTTP</a></li>
|
||||
<li><a href="http://www.domain.invalid/">Non-existing HTTP host</a></li>
|
||||
<li><a href="ftp://ftp.cpan.org/"><acronym title="Comprehensive Perl Archive Network">CPAN</acronym> FTP</a></li>
|
||||
<li><a href="ftp://ftp.cpan.org/nonexistent">Non-existing FTP</a></li>
|
||||
<li><a href="ftp://ftp.domain.invalid/">Non-existing FTP host</a></li>
|
||||
<li><a href="ftp://ftp.gnu.org">FTP</a></li>
|
||||
<li><a href="ftp://ftp.gnu.org/nonexistent">Non-existing FTP</a></li>
|
||||
<li><a href="ftp://ftp.domain.invalid">Non-existing FTP host</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user