Fixed some date and time conversion functions
[AXE.git] / AXE.html
1 <html>
2 <head>
3 <title>AXE - Andromeda X windows Encapsulation</title>
4 </head>
5 <body bgcolor='white'>
6
7 <h1>AXE - Andromeda X windows Encapsulation</h1>
8
9 <p>
10 <b>AXE</b> is a C++ class library intended to make programming with
11 Xlib a lot easier.
12 Resources in X like windows, colors or graphics contexts are represented by
13 objects in C++ with member functions to provide the operations on those resources.
14 The <b>AXE</b> library provides a <code>main()</code> function with the event
15 loop.
16 All you need to do is create your own objects with classes that are derived
17 from the classes in <b>AXE</b> and override the event handling methods to
18 handle the events you select.
19 </p>
20
21 <p>
22 There is also a set of classes for user interface objects, such as menus
23 and buttons.
24 A few utility classes handle strings, times and dates.
25 </p>
26
27 <h2>Download</h2>
28 <p>
29 You can download the <a href="AXE-0.2.tar.bz2">AXE tarball</a> which
30 contains the source and the (slghtly outdated) documentation.
31 To get you started, read the <a href='tutorial.html'>tutorial</a>.
32 </p>
33
34 <h3>Patches</h3>
35
36 <ul>
37 <li><a href="AXE-patch-0.2.1.bz2">AXE-patch-0.1.2</a>: Minor config fixes</li>
38 </ul>
39
40 <p>
41 If you encounter any problems or if you want to make suggestions,
42 please don't hesitate to drop me an <a href="mailto:arjen@andromeda.nl">Email</a>
43 </p>
44 </body>
45 </html>