/usr/share/gtk-doc/html/libtranslate/overview.html is in libtranslate-dev 0.99-0ubuntu9.
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 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Overview</title><meta name="generator" content="DocBook XSL Stylesheets V1.66.1"><link rel="start" href="index.html" title="libtranslate Reference Manual"><link rel="up" href="index.html" title="libtranslate Reference Manual"><link rel="prev" href="index.html" title="libtranslate Reference Manual"><link rel="next" href="ch01s02.html" title="Compiling libtranslate Applications"><meta name="generator" content="GTK-Doc V1.2 (XML mode)"><style type="text/css">
.synopsis, .classsynopsis {
background: #eeeeee;
border: solid 1px #aaaaaa;
padding: 0.5em;
}
.programlisting {
background: #eeeeff;
border: solid 1px #aaaaff;
padding: 0.5em;
}
.variablelist {
padding: 4px;
margin-left: 3em;
}
.navigation {
background: #ffeeee;
border: solid 1px #ffaaaa;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.navigation a {
color: #770000;
}
.navigation a:visited {
color: #550000;
}
.navigation .title {
font-size: 200%;
}
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">libtranslate Reference Manual</th><td><a accesskey="n" href="ch01s02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="overview"></a>Overview</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="overview.html#id2533767">Conventions</a></span></dt><dt><span class="section"><a href="ch01s02.html">Compiling libtranslate Applications</a></span></dt><dt><span class="section"><a href="compiling-modules.html">Compiling libtranslate Modules</a></span></dt></dl></div><p>
libtranslate is a library for translating text and web pages between
natural languages. Its modular infrastructure allows to
implement new translation services separately from the core
library.
</p><p>
libtranslate is shipped with a generic module supporting web-based translation services such as
<a href="http://babelfish.altavista.com" target="_top">Babel Fish</a>,
<a href="http://www.google.com/language_tools" target="_top">Google Language Tools</a>
and <a href="http://www.systransoft.com" target="_top">SYSTRAN</a>.
Moreover, the generic module allows to add new services simply
by adding a few lines to a XML file (see the
<span class="citerefentry"><span class="refentrytitle">services.xml</span>(5)</span>
manual page).
</p><p>
libtranslate is implemented on top of the <a href="http://developer.gnome.org/doc/API/2.0/gobject" target="_top">GLib Object System</a>.
</p><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2533767"></a>Conventions</h2></div></div></div><div class="itemizedlist"><ul type="disc"><li><p>
Unless noted otherwise, strings passed to library functions
must be encoded in UTF-8.
</p></li><li><p>
Unless noted otherwise, strings returned by libtranslate are
encoded in UTF-8.
</p></li><li><p>
Unless noted otherwise, libtranslate is thread-safe.
</p></li></ul></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="index.html"><b><< libtranslate Reference Manual</b></a></td><td align="right"><a accesskey="n" href="ch01s02.html"><b>Compiling libtranslate Applications >></b></a></td></tr></table></body></html>
|