OSDN Git Service

Modified index.html.
authorquiver2k <quiver2k@users.sourceforge.jp>
Sun, 15 Mar 2015 05:15:58 +0000 (14:15 +0900)
committerquiver2k <quiver2k@users.sourceforge.jp>
Sun, 15 Mar 2015 05:15:58 +0000 (14:15 +0900)
jp.sourceforge.moreemacs.web/WebContent/index.html

index a54e7bd..92e9eb6 100644 (file)
@@ -1,10 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
-   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">\r
+<!DOCTYPE html>\r
+<html>\r
 <head>\r
 <link rel='stylesheet' type='text/css' href='style.css'/>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>\r
+<style type="text/css">\r
+.flatTable, .flatTable td, .flatTable th {\r
+border: 1px solid black;\r
+border-collapse: collapse;\r
+}\r
+</style>\r
 <title>More Emacs Plugin</title>\r
 </head>\r
 <body>\r
@@ -34,7 +38,7 @@ Drag 'Install' button to your eclipse workspace.
 The following list is key bindings of more emacs plugin.\r
 </p>\r
 \r
-<table border="2">\r
+<table class="flatTable">\r
 <caption>Key bindings of More Emacs</caption>\r
 <tr>\r
 <th class="function">function</th>\r
@@ -190,55 +194,55 @@ It is very simple but predictable.
 <ul>\r
 <li>The supplementary characters are supported.\r
 All characters are treated as code point.\r
-</li>\r
+\r
 <li>East Asian Width is supported.\r
 In the column calculation of rectangle operation, the width of ambiguous characters are 2 for CJK languages\r
  and 1 for other languages.\r
-</li>\r
+\r
 </ul>\r
 \r
 \r
 <h2>Change Log</h2>\r
 <h3>2015.3.15</h3>\r
 <ul>\r
-<li>Release 2.0.0</li>\r
-<li>Support Eclipse4.x</li>\r
+<li>Release 2.0.0\r
+<li>Support Eclipse4.x\r
 </ul>\r
 <h3>2009.8.20</h3>\r
 <ul>\r
-<li>Release 1.2.0</li>\r
+<li>Release 1.2.0\r
 </ul>\r
 <h3>2009.8.4</h3>\r
 <ul>\r
-<li>Added newline, and assigned to C-m</li>\r
-<li>Added back-to-indentation</li>\r
+<li>Added newline, and assigned to C-m\r
+<li>Added back-to-indentation\r
 </ul>\r
 <h3>2009.8.1</h3>\r
 <ul>\r
-<li>Added comment-region</li>\r
-<li>Rebinded C-j</li>\r
+<li>Added comment-region\r
+<li>Rebinded C-j\r
 </ul>\r
 <h3>2009.7.28</h3>\r
 <ul>\r
-<li>Fix rectangle action.</li>\r
+<li>Fix rectangle action.\r
 <li>Add the followings.\r
 <ul>\r
-<li>upcase-word</li>\r
-<li>downcase-word</li>\r
-<li>capitalize-word</li>\r
+<li>upcase-word\r
+<li>downcase-word\r
+<li>capitalize-word\r
 </ul>\r
-</li>\r
-<li>Release 1.1.0</li>\r
+\r
+<li>Release 1.1.0\r
 </ul>\r
 <h3>2009.6.14</h3>\r
 <ul>\r
-<li>Release 1.0.0</li>\r
+<li>Release 1.0.0\r
 </ul>\r
 \r
 <h2>Links</h2>\r
 <ul>\r
-<li><a href="https://sourceforge.jp/projects/moreemacs/simple">More Emacs Plugin SourceForge Project</a></li>\r
-<li><a href="https://marketplace.eclipse.org/content/more-emacs">Eclipse Market</a></li>\r
+<li><a href="https://sourceforge.jp/projects/moreemacs/simple">More Emacs Plugin SourceForge Project</a>\r
+<li><a href="https://marketplace.eclipse.org/content/more-emacs">Eclipse Market</a>\r
 </ul>\r
 </body>\r
 </html>\r