[tekui-devel] tekui: Minor additions to the documentation
Timm S. Mueller
tmueller at schulze-mueller.de
Sat Mar 28 23:02:43 CET 2009
details: http://hg.teklib.org/tekui/rev/00286a08988a
changeset: 65:00286a08988a
user: Timm S. Mueller <tmueller at schulze-mueller.de>
date: Tue Mar 17 17:40:52 2009 +0100
description:
Minor additions to the documentation
diffs (58 lines):
diff -r 739c664c094f -r 00286a08988a README
--- a/README Tue Mar 17 13:11:32 2009 +0100
+++ b/README Tue Mar 17 17:40:52 2009 +0100
@@ -39,10 +39,10 @@
=( about : 1. About tekUI )=
-tekUI is a small and freestanding graphical user interface (GUI)
-toolkit written in Lua and C. It was initially developed for the X
-Window System and can serve as a general-purpose GUI library for
-desktop applications.
+tekUI is a small, freestanding and portable graphical user interface
+(GUI) toolkit written in Lua and C. It was initially developed for
+the X Window System and can serve as a general-purpose GUI library
+for desktop applications.
Its main focus is on rapid development of applications for
custom-made devices, often with a custom appearance and under
@@ -200,8 +200,8 @@
The C library isolates from the host and provides a few
performance-critical routines. Rendering and input handling are
isolated in the form of display drivers, which allow for easy
-exchangeability. Display drivers currently supported are for X11 and
-[[DirectFB][http://www.directfb.org/]].
+exchangeability. Display drivers currently supported are for X11,
+Windows and [[DirectFB][http://www.directfb.org/]].
Aside from the display driver interface, the C library features
OS-like facilities such as portable threads and a timer device.
diff -r 739c664c094f -r 00286a08988a doc/index.html
--- a/doc/index.html Tue Mar 17 13:11:32 2009 +0100
+++ b/doc/index.html Tue Mar 17 17:40:52 2009 +0100
@@ -121,10 +121,10 @@
<hr />
<div class="node"><h1><a name="about" id="about">1. About tekUI</a></h1>
<p>
- tekUI is a small and freestanding graphical user interface (GUI)
- toolkit written in Lua and C. It was initially developed for the X
- Window System and can serve as a general-purpose GUI library for
- desktop applications.
+ tekUI is a small, freestanding and portable graphical user interface
+ (GUI) toolkit written in Lua and C. It was initially developed for
+ the X Window System and can serve as a general-purpose GUI library
+ for desktop applications.
</p>
<p>
Its main focus is on rapid development of applications for
@@ -391,8 +391,8 @@
The C library isolates from the host and provides a few
performance-critical routines. Rendering and input handling are
isolated in the form of display drivers, which allow for easy
- exchangeability. Display drivers currently supported are for X11 and
- <a href="http://www.directfb.org/">DirectFB</a>.
+ exchangeability. Display drivers currently supported are for X11,
+ Windows and <a href="http://www.directfb.org/">DirectFB</a>.
</p>
<p>
Aside from the display driver interface, the C library features
More information about the tekui-devel
mailing list