• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-May-2020-

build/H12-May-2020-16,62912,420

doc/H12-May-2020-1,9821,596

include/H12-May-2020-1,174932

src/H12-May-2020-4,9634,218

test/H12-May-2020-2,2081,876

tools/H12-May-2020-1,8981,597

.updateH A D12-May-202029 21

AUTHORSH A D12-May-2020316 1812

COPYINGH A D12-May-202025.9 KiB516435

ChangeLogH A D12-May-202021.7 KiB649491

HACKINGH A D12-May-20202.8 KiB7257

INSTALLH A D12-May-202015.2 KiB366284

Makefile.amH A D12-May-2020436 1910

Makefile.inH A D12-May-202027.2 KiB868770

NEWSH A D12-May-20202.3 KiB5449

READMEH A D12-May-2020882 4626

TODOH A D12-May-2020412 138

acinclude.m4H A D12-May-20202 KiB6047

aclocal.m4H A D12-May-2020364.2 KiB10,2019,223

acsite.m4H A D12-May-202034 31

configureH A D12-May-2020443.2 KiB15,23312,741

configure.acH A D12-May-20203 KiB11294

configure.gnuH A D12-May-2020116 52

iksemel.pc.inH A D12-May-2020211 119

ltmain.shH A D12-May-2020193.8 KiB6,9125,456

openssl.m4H A D12-May-20201.4 KiB5038

README

1
2                      iksemel 1.3
3
4Copyright (c) 2000-2004 Gurer Ozen <madcat@e-kolay.net>
5
6
7Introduction:
8-------------
9
10This is an XML parser library mainly designed for Jabber applications.
11It provides SAX, DOM, and special Jabber stream APIs. Library is coded
12in ANSI C except the network code (which is POSIX compatible), thus
13highly portable. Iksemel is released under GNU Lesser General Public
14License. A copy of the license is included in the COPYING file.
15
16
17Requirements:
18-------------
19
20Libtool, Automake and Autoconf packages are required for compiling cvs
21versions.
22
23
24Compiling & Install:
25--------------------
26
27If you got the source from CVS, type
28
29  ./autogen.sh
30
31for creating configuration script and files.
32
33Then type
34
35  ./configure
36  make
37
38now library is compiled. You can test it with
39
40  make check
41
42and install it with
43
44  (become root if necessary)
45  make install
46