README.rdoc in tkxml-0.3.0 vs README.rdoc in tkxml-0.3.1
- old
+ new
@@ -1,13 +1,23 @@
= TkXML
-An XML markup lanaguage for generating Tk user-interfaces. It was inspired
+{Homepage}[http://rubyworks.github.com/tkxml] |
+{Source Code}[http://github.com/rubyworks/tkxml] |
+{Mailing List}[http://groups.google.com/group/rubyworks-mailinglist]
+
+{<img src="http://travis-ci.org/rubyworks/tkxml.png" />}[http://travis-ci.org/rubyworks/tkxml]
+
+
+== DESCRIPTION
+
+An XML markup language for generating Tk user-interfaces. It was inspired
by GTK's glade format. The TkXML format defines a very simple one-to-one
-correlatation to the Ruby Tk API.
+correlation to the Ruby Tk API.
-== Usage
+== SYNOPSIS
+
Here's an +example.xml+ TkXML file:
<Tk:Root name="test" title="Test">
<Tk:Frame name="menuframe">
<Tk:Menubutton name="filebutton" text="File" underline="0">
@@ -28,27 +38,27 @@
require 'tkxml'
tkxml = TkXML.new(File.read('example.xml'))
tkxml.build
+
== STATUS
-At ths point, TkXML is little more than an interesting expirement in encoding
-GUIs via markup. But it certainly has the potential of becoming a productive
+At this point, TkXML is little more than an interesting experiment in encoding
+GUIs via markup. But it may well have the potential of becoming a productive
tool if someone were inclined to further it's development.
-== COPYING
-Copyright (c) 2002 Thomas Sawyer
+== HISTORY
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
+An interesting side note. TkXML is the oldest bit of redistributed Ruby code
+your humble author had ever writ.
- http://www.apache.org/licenses/LICENSE-2.0
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+== COPYRIGHTS
+
+Copyright (c) 2002 Rubyworks
+
+TkXML is distributable in accordance with the *BSD-2-Clause* license.
+
+See NOTICE.rdoc for details.