Skip to content

Commit

Permalink
convert index.html to valid HTML 4.01 Strict
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed Feb 8, 2004
1 parent 74718b3 commit 5cfbd8c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 30 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2004-02-08 Doug Kearns <djkea2@mugca.its.monash.edu.au>

* etc/website/index.html: convert to valid HTML 4.01 Strict.

2004-01-11 Gavin Sinclair <gsinclair@soyabean.com.au>

* ftplugin/ruby.vim: Added matchit instructions.
Expand Down
75 changes: 45 additions & 30 deletions etc/website/index.html
@@ -1,31 +1,45 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Vim/Ruby Configuration Files</title>
</head>
<body>
<h1>Vim/Ruby Configuration Files</h1>
<h2>Introduction</h2>
If you edit Ruby code in Vim, there are some configuration files (distributed with
Vim) that aim to make your life easier. These are maintained by three different
people, but are grouped together in this <a href="http://www.rubyforge.org/projects/vim-ruby">project</a>
so we can keep them all up to date and offer them in a convenient download.
<p>
Below you will find the README file from the project CVS, which discusses the
structure of the project, and how to take advantage of the resources it offers.
<p>
<i>Gavin Sinclair, 2003-07-28</i>
<h2>Links</h2>
The links from the document below are presented here so they will be hyperlinked.
<p>
Project page: <a href="http://www.rubyforge.org/projects/vim-ruby">http://www.rubyforge.org/projects/vim-ruby</a>
<br>
Explanation: <a href="http://www.rubygarden.org/ruby?VimRubySupport">http://www.rubygarden.org/ruby?VimRubySupport</a>
<h2>README</h2>
<i>This is the text of the README document in the project package.</i>
<p>
<pre>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
Vim/Ruby Configuration Files
</title>
</head>
<body>
<h1>
Vim/Ruby Configuration Files
</h1>
<h2>
Introduction
</h2>
<p>
If you edit <a href="http://www.ruby-lang.org/">Ruby</a> code in <a href="http://www.vim.org/">Vim</a>, there are some configuration files (distributed with Vim) that aim to make your life easier. These are maintained by three different people, but are grouped together in <a href="http://www.rubyforge.org/projects/vim-ruby">this project</a> so we can keep them all up to date and offer them in a <a href="http://rubyforge.org/project/showfiles.php?group_id=16">convenient download</a>.
</p>
<p>
Below you will find the README file from the <a href="http://rubyforge.org/scm/?group_id=16">project <abbr title="Concurrent Versions System">CVS</abbr></a>, which discusses the structure of the project, and how to take advantage of the resources it offers.
</p>
<p>
<em>Gavin Sinclair, 2003-07-28</em>
</p>
<h2>
Links
</h2>
<p>
The links from the document below are presented here so they will be hyperlinked.
</p>
<p>
Project page: <a href="http://www.rubyforge.org/projects/vim-ruby">http://www.rubyforge.org/projects/vim-ruby</a><br>
Explanation: <a href="http://www.rubygarden.org/ruby?VimRubySupport">http://www.rubygarden.org/ruby?VimRubySupport</a>
</p>
<h2>
README
</h2>
<p>
<em>This is the text of the README document in the project package.</em>
</p>
<pre>
+-----------------------------------+
| vim-ruby RubyForge project README |
+-----------------------------------+
Expand Down Expand Up @@ -110,6 +124,7 @@ <h2>README</h2>
let us know.

--= End of Document =--
</pre>
</body>

</pre>
</body>
</html>

0 comments on commit 5cfbd8c

Please sign in to comment.