1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>General Information about TiCables library</title>
<style type="TEXT/CSS">
<!--
BODY {FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #FFFFFF; FONT-SIZE: 10pt}
TD {FONT-SIZE: 10pt}
H1 {FONT-SIZE: 18pt}
H3 {FONT-SIZE: 13pt}
PRE {FONT-FAMILY: Courier New; FONT-SIZE: 9pt}
CODE {FONT-FAMILY: Courier New; FONT-SIZE: 9pt}
-->
</style>
<meta name="author" content="Romain Liévin">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 248);"
alink="#ff0000" link="#000099" vlink="#0000ff">
<h1> General Information about the TiFiles library </h1>
<hr>
<pre> <em> </em></pre>
The TiFiles library is a part of the <a href="http://www.tilp.info">TiLP</a>
project and constitutes with the other libraries a complete framework
for developping linking and/or TI files oriented applications.<br>
<br>
<h3>Overview </h3>
The tifiles library is a library capable of reading/modifying/writing
TI formatted files. It can also group/ungroups files.<br>
This library is able to manipulate files in a fairly transparent
fashion. With this library, the developer does not have to worry about
the different file formats . <br>
The library provides a complete API which is very easy to use and makes
things easier.<br>
<br>
The library supports all the currently available calculators and their
associated file formats:<br>
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes:
TI73/83+ & 85/86).<br>
- TI9x calculators: TI89, 92, 92+ and V200PLT.<br>
<br>
This library has already been used by various projects (such as TiLP,
TiEmu) and by other developers (the Ti Winamp project, for instance).
The list of developers/users can be viewed on the TiLP web site
(Developers section).<br>
<br>
<h3></h3>
<h3>Requirements </h3>
At the time being, this library is dependant of the GLib (version 2.x).<br>
<br>
<ul>
</ul>
<h3> Bug Reports </h3>
There may still be some bugs in the library, please send an email to
TiLP development <a href="mailto:tilp-devel@lists.sourceforge.net">mailing
list</a>.<br>
<br>
<h3> History </h3>
This library is a part of the TiLP project. I have been working for 3
years on TiLP as well as on some other projects (TiEmu, TiGCC).<br>
I wroten this library for several reasons:<br>
- split code,<br>
- share code between my various project,<br>
- provide source code to others.<br>
<br>
As most of Linux programs, I maintain a file which lists modifications.
This is called a ChangeLog that you can find <a
href="ChangeLog.html">here</a>.<br>
<br>
<h3> Disclaimer </h3>
Copyright (C) 1999-2006 by the TiLP Team.<br>
<br>
The library is released under the <a href="gnulgpl.html">GNU Lesser
General Public License</a> :<br>
<blockquote>
<pre><var>tifiles library - TI files link cable library.</var><br>Copyright (C) 2002-2003<var></var> Romain Liévin<var></var><br><br>This library is free software; you can redistribute it and/or<br>modify it under the terms of the GNU Lesser General Public<br>License as published by the Free Software Foundation; either<br>version 2.1 of the License, or (at your option) any later version.<br><br>This library is distributed in the hope that it will be useful,<br>but WITHOUT ANY WARRANTY; without even the implied warranty of<br>MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU<br>Lesser General Public License for more details.<br><br>You should have received a copy of the GNU Lesser General Public<br>License along with this library; if not, write to the Free Software<br>Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br></pre>
</blockquote>
<h3> <a href="index.html">Return to the main index</a> </h3>
<br>
<br>
<br>
<br>
<br>
</body>
</html>
|