OSDN Git Service

Convert main docs HTML file to Markdown
authorTim Gerundt <tim@gerundt.de>
Fri, 30 Aug 2019 22:08:46 +0000 (00:08 +0200)
committerTim Gerundt <tim@gerundt.de>
Fri, 30 Aug 2019 22:08:46 +0000 (00:08 +0200)
Docs/README.md [new file with mode: 0644]
Docs/index.html [deleted file]

diff --git a/Docs/README.md b/Docs/README.md
new file mode 100644 (file)
index 0000000..461e418
--- /dev/null
@@ -0,0 +1,23 @@
+# WinMerge Documentation
+
+This folder contains WinMerge's user- and developer-documentation.
+
+## User Documentation
+
+User documentation is in [Users](Users/README.md)-subfolder.
+
+### Important files in user documentation:
+
+ * [ReadMe.txt](Users/ReadMe.txt)
+ * [ChangeLog.txt](Users/ChangeLog.txt)
+ * [ReleaseNotes.html](Users/ReleaseNotes.html)
+ * [User manual in own folder](Users/Manual/) note that it is XML files and needs to be processed into HTML files.
+
+## Developer Documentation
+
+Developer documentation is in [Developers](Developers/README.md)-subfolder.
+
+### Important files in developer documentation:
+
+ * [ReadMe for developers](Developers/readme-developers.html) contains lots of development-related information.
+ * [Translation instructions](Developers/Translations.html)
\ No newline at end of file
diff --git a/Docs/index.html b/Docs/index.html
deleted file mode 100644 (file)
index 596494a..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-  "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-  <title>Index</title>
-  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
-  <style type="text/css">
-  <!--
-    body {
-      font-family: Verdana,Helvetica,Arial,sans-serif;
-      font-size: small;
-    }
-    code,pre {
-      font-family: "Courier New",Courier,monospace;
-      font-size: 1em;
-    }
-    h3 {
-      padding: 2px;
-      border-left: 4px solid #FFCC00;
-      border-bottom: 1px solid #FFCC00;
-    }
-    h4 {
-      padding: 2px;
-      border-left: 8px solid #FF9933;
-      border-bottom: 1px solid #FF9933;
-    }
-    h5 {
-      font-size: small;
-    }
-    pre {
-      margin-left: 25px;
-      margin-right: 25px;
-      padding: 5px;
-      background-color: #EEEEEE;
-      border: 1px solid black;
-    }
-    p.note {
-      padding: 5px;
-      background-color: #DDDDFF;
-      border: 1px solid blue;
-    }
-    acronym {
-      cursor: help;
-      border-bottom: 1px dotted black;
-    }
-  -->
-  </style>
-</head>
-<body>
-<h2>WinMerge Documentation</h2>
-
-<p>This folder contains WinMerge's user- and developer-documentation.</p>
-
-<h3>User Documentation</h3>
-<p>User documentation is in <code><a href="Users/index.html">Users</a></code>-subfolder.
-</p>
-
-<p><b>Important files in user documentation:</b>
-<ul>
-  <li><a href="Users/ReadMe.txt">ReadMe</a></li>
-  <li><a href="Users/ChangeLog.txt">ChangeLog</a></li>
-  <li><a href="Users/ReleaseNotes.html">ReleaseNotes</a></li>
-  <li><a href="Users/Manual/">User manual in own folder</a> note that it is
-    XML files and needs to be processed into html files.</li>
-</ul></p>
-
-<h3>Developer Documentation</h3>
-<p>Developer documentation is in <code><a href="Developers/index.html">Developers</a></code>-subfolder.
-</p>
-
-<p><b>Important files in developer documentation:</b>
-<ul>
-   <li><a href="Developers/readme-developers.html">ReadMe for developers</a>
-    contains lots of development-related information.</li>
-  <li><a href="Developers/Translations.html">Translation instructions</a></li>
-  <li><a href="Developers/readme-manual.html">User manual information</a></li>
-</ul></p>
-
-</body>
-</html>