File: flickcurl-docs.xml

package info (click to toggle)
flickcurl 1.26-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,784 kB
  • sloc: ansic: 26,045; sh: 11,915; xml: 1,025; makefile: 343
file content (115 lines) | stat: -rw-r--r-- 4,223 bytes parent folder | download | duplicates (6)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Flickcurl Flickr API Manual</title>
    <releaseinfo>Manual for <ulink url="http://librdf.org/flickcurl/">Flickcurl</ulink> &version;</releaseinfo>

    <author>
      <firstname>Dave</firstname>
      <surname>Beckett</surname>
      <affiliation>
	<address>
	  <otheraddr><ulink url="http://www.dajobe.org/">http://www.dajobe.org/</ulink></otheraddr>
	</address>
      </affiliation>
    </author>

    <legalnotice>
    <para>
      This documentation is Free Software / Open Source - you can
      redistribute it and/or modify it under the same licenses as
      <ulink url="http://librdf.org/flickcurl/">Flickcurl</ulink>.
      It is licensed under the following three licenses as alternatives:
      <orderedlist>
	<listitem><para>GNU Lesser General Public License (LGPL) V2.1 or any newer version</para></listitem>
	<listitem><para>GNU General Public License (GPL) V2 or any newer version</para></listitem>
	<listitem><para>Apache License, V2.0 or any newer version</para></listitem>
      </orderedlist>
      You may not use this documentation except in compliance with at
      least one of the above three licenses. See the
      <ulink url="http://librdf.org/flickcurl/">Flickcurl</ulink>
      site for the full license terms.
    </para>

    </legalnotice>

    <copyright>
      <year>2007</year>
      <year>2008</year>
      <year>2009</year>
      <year>2010</year>
      <year>2011</year>
      <year>2012</year>
      <year>2013</year>
      <holder>Dave Beckett</holder>
    </copyright>
  </bookinfo>

   <chapter id="introduction">
    <title>Flickcurl Overview</title>
    <para>
      <ulink url="http://librdf.org/flickcurl/">Flickcurl</ulink> is a
      C library for the Flickr web service API.
    </para>

    <para>
      For the latest information, see the
      <ulink url="http://librdf.org/flickcurl/">Flickcurl Home Page</ulink>.
    </para>

  </chapter>

    <xi:include href="xml/section-core.xml"/>

    <xi:include href="xml/section-general.xml"/>

    <xi:include href="flickcurl-oauth.xml"/>
    <xi:include href="flickcurl-authenticate.xml"/>

    <xi:include href="flickcurl-searching.xml"/>

    <xi:include href="xml/section-activity.xml"/>
    <xi:include href="xml/section-auth.xml"/>
    <xi:include href="xml/section-blogs.xml"/>
    <xi:include href="xml/section-category.xml"/>
    <xi:include href="xml/section-comment.xml"/>
    <xi:include href="xml/section-commons.xml"/>
    <xi:include href="xml/section-collections.xml"/>
    <xi:include href="xml/section-config.xml"/>
    <xi:include href="xml/section-contact.xml"/>
    <xi:include href="xml/section-context.xml"/>
    <xi:include href="xml/section-exif.xml"/>
    <xi:include href="xml/section-favorite.xml"/>
    <xi:include href="xml/section-gallery.xml"/>
    <xi:include href="xml/section-group.xml"/>
    <xi:include href="xml/section-machinetags.xml"/>
    <xi:include href="xml/section-misc.xml"/>
    <xi:include href="xml/section-note.xml"/>
    <xi:include href="xml/section-panda.xml"/>
    <xi:include href="xml/section-people.xml"/>
    <xi:include href="xml/section-person.xml"/>
    <xi:include href="xml/section-photo.xml"/>
    <xi:include href="xml/section-photos-people.xml"/>
    <xi:include href="xml/section-photoslist.xml"/>
    <xi:include href="xml/section-photoset.xml"/>
    <xi:include href="xml/section-place.xml"/>
    <xi:include href="xml/section-prefs.xml"/>
    <xi:include href="xml/section-reflection.xml"/>
    <xi:include href="xml/section-serializer.xml"/>
    <xi:include href="xml/section-stats.xml"/>
    <xi:include href="xml/section-tag.xml"/>
    <xi:include href="xml/section-test.xml"/>
    <xi:include href="xml/section-upload.xml"/>
    <xi:include href="xml/section-urls.xml"/>
    <xi:include href="xml/section-video.xml"/>

    <!-- <xi:include href="xml/section-unused.xml"/> -->

  <index id="indexes">
    <title>Index</title>
  </index>
</book>