File: libgnurdf.texi

package info (click to toggle)
libgnurdf 0.3.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,108 kB
  • ctags: 233
  • sloc: sh: 8,929; ansic: 1,222; makefile: 280
file content (57 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download
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
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libgnurdf.info
@settitle GNUpdate RDF Library
@setchapternewpage odd
@c %**end of header

@ifinfo
@dircategory Libraries
@direntry
* Libgnurdf: (libgnurdf).        GNUpdate RDF Library
@end direntry

Copyright @copyright{} 2001 The GNUpdate Project.
@end ifinfo

@titlepage
@title GNUpdate RDF Library
@author Christian Hammond

@page
@vskip 0pt plus 1filll
Copyright @copyright{} 2001 The GNUpdate Project
@end titlepage

@node Top, , , (dir)
@ifinfo
This file documents the GNUpdate RDF Library (libgnurdf) v0.3.0.
@end ifinfo

@menu
* Overview::                  General overview.
* Example::                   Simple example.
* Reference::                 Data structure and function reference.

* Function Index::            Index of available functions.
@end menu

@node Overview, Example, top, top
@chapter Overview
The libgnurdf (GNUpdate RDF) library provides quick and easy access to
RDF (XML Resource Description Format) files.

Libgnurdf makes it easy to create, modify, and search RDF files from
any C/C++ (and soon Perl and Python) programs. GNUpdate uses this to
access its database and to generate queries for online package
databases running gnups.

@include example.texi
@include reference.texi

@node Function Index, , Reference, top
@chapter Function Index
@printindex fn

@contents
@bye