~ubuntu-branches/ubuntu/quantal/pyxmpp/quantal

« back to all changes in this revision

Viewing changes to doc/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2010-05-06 16:26:55 UTC
  • mto: (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100506162655-hnujnxtei2gygg5l
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
<p>For PyXMPP you will need:</p>
45
45
<blockquote>
46
46
<ul class="simple">
47
 
<li><a class="reference external" href="http://www.python.org/">Python</a>. PyXMPP was designed for Python 2.4,
48
 
and then updated for 2.5 and 2.6. If you are lucky, 2.3 will work too.</li>
 
47
<li><a class="reference external" href="http://www.python.org/">Python</a>. Python 2.6 required.</li>
49
48
<li><a class="reference external" href="http://xmlsoft.org/">libxml2</a>. Recent release (&gt;=2.6.11) with python
50
49
bindings is required. Additionally, all development files for libxml2 (usually in
51
50
separate libxml2-devel package) are recommended for compilation of PyXMPP for best performance.
52
 
PyXMPP 1.0 was tested with libxml2-2.7.2.</li>
 
51
PyXMPP 1.0 was tested with libxml2-2.7.6.</li>
53
52
<li><a class="reference external" href="http://www.dnspython.org/">dnspython</a>.
54
53
PyXMPP 1.0 was tested with version 1.6.0.</li>
55
 
<li><a class="reference external" href="http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto">M2Crypto</a>
56
 
&gt;= 0.16 for TLS support. Tested with M2Crypto-0.19.1</li>
57
54
</ul>
58
55
</blockquote>
59
56
</div>
103
100
<h2>Licence</h2>
104
101
<p>PyXMPP is free software, licenced under the GNU LGPL. See the
105
102
COPYING file for details.</p>
106
 
<!-- $Id: README 687 2009-01-17 18:28:00Z jajcus $ -->
 
103
<!-- $Id: README 701 2010-04-03 15:43:50Z jajcus $ -->
107
104
</div>
108
105
</div>
109
106
</body>