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:
2021-02-06 19:46:56 +08:00
parent 5117af1387
commit e6a2c888f7
36 changed files with 867 additions and 3697 deletions

View File

@ -1,17 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!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="../stylesheets/test2.css" />
<link rel="stylesheet" type="text/css" href="../stylesheets/test.css">
<link rel="stylesheet" type="text/css" href="../stylesheets/test2.css">
<title>Test Start</title>
</head>
<body>
<h1>Test Start</h1>
<p xml:lang="zh-tw">這是一頁測試網頁。</p>
<p>這是一頁測試網頁。</p>
<ul>
<li><a href="test01.html">Test #01</a></li>

View File

@ -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>

View File

@ -1,7 +1,4 @@
<?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" />
<title>Test #03</title>