Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2cafe2a3b7c121b1eea6bfce67a94f52 > files > 34

libnxml-devel-0.18.3-5.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libnxml: main.doxy Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libnxml&#160;<span id="projectnumber">0.18.3</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="dir_b9824ebe8ff2f3453a2b7a1282d158ac.html">doc</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>main.doxy</h1>  </div>
</div>
<div class="contents">
<a href="main_8doxy.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*!\mainpage nXml Library</span>
<a name="l00002"></a>00002 <span class="comment"> *</span>
<a name="l00003"></a>00003 <span class="comment"> * \section Author</span>
<a name="l00004"></a>00004 <span class="comment"> * Andrea Marchesini &lt;bakunin@autistici.org&gt; - Web Site: </span>
<a name="l00005"></a>00005 <span class="comment"> * http://www.autistici.org/bakunin/</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * \section description Description</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files</span>
<a name="l00010"></a>00010 <span class="comment"> * or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321,</span>
<a name="l00011"></a>00011 <span class="comment"> * 2143, 2312).</span>
<a name="l00012"></a>00012 <span class="comment"> *</span>
<a name="l00013"></a>00013 <span class="comment"> * This library is tested on Linux, Windows, *BSD, Solaris, Minix 3.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * Why another XML library? Because it is fast, easy-to-use and -important- it </span>
<a name="l00016"></a>00016 <span class="comment"> * is my personal work about the second layer of the Semantic Web. Other my</span>
<a name="l00017"></a>00017 <span class="comment"> * softwares are based on this library. Annotea</span>
<a name="l00018"></a>00018 <span class="comment"> * (http://www.autistici.org/bakunin/annotea/), Morla</span>
<a name="l00019"></a>00019 <span class="comment"> * (http://www.autistici.org/bakunin/morla/) and libmrss</span>
<a name="l00020"></a>00020 <span class="comment"> * (http://www.autistici.org/bakunin/libmrss/).</span>
<a name="l00021"></a>00021 <span class="comment"> *</span>
<a name="l00022"></a>00022 <span class="comment"> * Why Nxml ? N is from</span>
<a name="l00023"></a>00023 <span class="comment"> * &lt;a href=&quot;http://en.wikipedia.org/wiki/Naples&quot;&gt;Naples&lt;/a&gt; a beautiful italian</span>
<a name="l00024"></a>00024 <span class="comment"> * city. I was there when I started to write this code. Who doesn&#39;t know </span>
<a name="l00025"></a>00025 <span class="comment"> * Naples, maybe he should spend some day in that city because it is full of</span>
<a name="l00026"></a>00026 <span class="comment"> * history, culture and wonderful people.</span>
<a name="l00027"></a>00027 <span class="comment"> *</span>
<a name="l00028"></a>00028 <span class="comment"> * \section License</span>
<a name="l00029"></a>00029 <span class="comment"> *</span>
<a name="l00030"></a>00030 <span class="comment"> * nXml is a FreeSoftware project released under</span>
<a name="l00031"></a>00031 <span class="comment"> * &lt;a href=&quot;http://www.gnu.org/licenses/lgpl.html&quot;&gt;LGPL 2.0&lt;/a&gt;.</span>
<a name="l00032"></a>00032 <span class="comment"> *</span>
<a name="l00033"></a>00033 <span class="comment"> * \section Required</span>
<a name="l00034"></a>00034 <span class="comment"> *</span>
<a name="l00035"></a>00035 <span class="comment"> * - &lt;a href=&quot;http://curl.haxx.se/&quot;&gt;libcurl&lt;/a&gt; is a free and easy-to-use </span>
<a name="l00036"></a>00036 <span class="comment"> * client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, </span>
<a name="l00037"></a>00037 <span class="comment"> * SFTP, TFTP, TELNET, DICT, FILE and LDAP. libcurl supports SSL certificates, </span>
<a name="l00038"></a>00038 <span class="comment"> * HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, </span>
<a name="l00039"></a>00039 <span class="comment"> * cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, </span>
<a name="l00040"></a>00040 <span class="comment"> * Kerberos4), file transfer resume, http proxy tunneling and more!</span>
<a name="l00041"></a>00041 <span class="comment"> *</span>
<a name="l00042"></a>00042 <span class="comment"> * \section Download</span>
<a name="l00043"></a>00043 <span class="comment"> *</span>
<a name="l00044"></a>00044 <span class="comment"> * - libnxml http://www.autistici.org/bakunin/libnxml/</span>
<a name="l00045"></a>00045 <span class="comment"> *</span>
<a name="l00046"></a>00046 <span class="comment"> * \section install1 Installation from source</span>
<a name="l00047"></a>00047 <span class="comment"> *</span>
<a name="l00048"></a>00048 <span class="comment"> * \code</span>
<a name="l00049"></a>00049 <span class="comment"> * tar xvfz libnxml-&lt;version&gt;.tar.gz</span>
<a name="l00050"></a>00050 <span class="comment"> * cd libnxml-&lt;version&gt;</span>
<a name="l00051"></a>00051 <span class="comment"> * ./configure --prefix=/usr</span>
<a name="l00052"></a>00052 <span class="comment"> * make</span>
<a name="l00053"></a>00053 <span class="comment"> * make install</span>
<a name="l00054"></a>00054 <span class="comment"> * \endcode</span>
<a name="l00055"></a>00055 <span class="comment"> *</span>
<a name="l00056"></a>00056 <span class="comment"> * \section install2 Installation from CVS</span>
<a name="l00057"></a>00057 <span class="comment"> * Run the following commands in a directory that you have write access to</span>
<a name="l00058"></a>00058 <span class="comment"> * (such as your home dirctory):</span>
<a name="l00059"></a>00059 <span class="comment"> *</span>
<a name="l00060"></a>00060 <span class="comment"> * \code</span>
<a name="l00061"></a>00061 <span class="comment"> * cvs -d:pserver:anonymous@ippolita.net:/home/cvs login</span>
<a name="l00062"></a>00062 <span class="comment"> * \endcode</span>
<a name="l00063"></a>00063 <span class="comment"> * (Just hit enter for the password)</span>
<a name="l00064"></a>00064 <span class="comment"> * \code</span>
<a name="l00065"></a>00065 <span class="comment"> * cvs -z3 -d:pserver:anonymous@ippolita.net:/home/cvs co libnxml</span>
<a name="l00066"></a>00066 <span class="comment"> * \endcode</span>
<a name="l00067"></a>00067 <span class="comment"> *</span>
<a name="l00068"></a>00068 <span class="comment"> * Once you have checked the source of libnxml, run the following commands:</span>
<a name="l00069"></a>00069 <span class="comment"> *</span>
<a name="l00070"></a>00070 <span class="comment"> * \code</span>
<a name="l00071"></a>00071 <span class="comment"> * cd libnxml</span>
<a name="l00072"></a>00072 <span class="comment"> * ./autogen.sh</span>
<a name="l00073"></a>00073 <span class="comment"> * ./configure --prefix=/usr</span>
<a name="l00074"></a>00074 <span class="comment"> * make</span>
<a name="l00075"></a>00075 <span class="comment"> * make install</span>
<a name="l00076"></a>00076 <span class="comment"> * \endcode</span>
<a name="l00077"></a>00077 <span class="comment"> *</span>
<a name="l00078"></a>00078 <span class="comment"> * When there are changes to libnxml&#39;s code, you will want to update you local</span>
<a name="l00079"></a>00079 <span class="comment"> * copy. Run from the directory libnxml:</span>
<a name="l00080"></a>00080 <span class="comment"> *</span>
<a name="l00081"></a>00081 <span class="comment"> * \code</span>
<a name="l00082"></a>00082 <span class="comment"> * cvs update -dP</span>
<a name="l00083"></a>00083 <span class="comment"> * ./configure --prefix=/usr</span>
<a name="l00084"></a>00084 <span class="comment"> * make</span>
<a name="l00085"></a>00085 <span class="comment"> * make install</span>
<a name="l00086"></a>00086 <span class="comment"> * \endcode</span>
<a name="l00087"></a>00087 <span class="comment"> *</span>
<a name="l00088"></a>00088 <span class="comment"> * \section Support</span>
<a name="l00089"></a>00089 <span class="comment"> *</span>
<a name="l00090"></a>00090 <span class="comment"> * Support for nXml is available to all via email: bakunin@autistici.org.</span>
<a name="l00091"></a>00091 <span class="comment"> *</span>
<a name="l00092"></a>00092 <span class="comment"> * \section support1 Commercial Support</span>
<a name="l00093"></a>00093 <span class="comment"> * Commercial users of nXml are strongly encouraged to purchase a commercial</span>
<a name="l00094"></a>00094 <span class="comment"> * support contract, please contact me for a quotation. I will always</span>
<a name="l00095"></a>00095 <span class="comment"> * prioritise support requests from those with support contracts.</span>
<a name="l00096"></a>00096 <span class="comment"> *</span>
<a name="l00097"></a>00097 <span class="comment"> * \section Donations</span>
<a name="l00098"></a>00098 <span class="comment"> * Users not purchasing commercial support are encouraged (but not obliged) to</span>
<a name="l00099"></a>00099 <span class="comment"> * make a donation. By donating you are supporting the principle of open</span>
<a name="l00100"></a>00100 <span class="comment"> * source/free software and you will help ensure continued development of nXml.</span>
<a name="l00101"></a>00101 <span class="comment"> */</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Feb 8 2011 for libnxml by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>