/usr/share/doc/libtifiles-dev/html/info.html is in libtifiles-dev 1.1.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 TiFiles 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 calculator 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/ungroup 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).
A list of developers/users can be viewed on the TiLP web site
(Developers section).<br>
<br>
<h3></h3>
<h3>Requirements </h3>
This library is dependent on GLib (version 2.x) and libticonv.<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>
<h3> Copyright </h3>
<blockquote>
<pre>Copyright (C) 2002-2009 the TiLP team
See AUTHORS for detailed authorship information.
This library is free software; you can redistribute it and/or modify it under
the terms of the <a href="gnugpl.html">GNU General Public License</a> as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this library (in the COPYING file); if not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</pre>
</blockquote>
<h3> <a href="index.html">Return to the main index</a> </h3>
</body>
</html>
|