File: README

package info (click to toggle)
frogr 0.10-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,124 kB
  • ctags: 1,970
  • sloc: ansic: 18,802; sh: 1,009; xml: 265; makefile: 227
file content (78 lines) | stat: -rw-r--r-- 2,662 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
frogr - A Flickr Remote Organizer for GNOME
-------------------------------------------

Frogr intends to be a complete GNOME application to remotely manage a
flickr account from the desktop.

To get the source, please checkout the git repository at gnome.org:

    git clone git://git.gnome.org/frogr

To work properly, frogr needs some libraries to be installed first:

 - glib (version 2.32 or higher)
 - gtk+ (version 3.4 or higher)
 - json-glib (version 0.12 or higher)
 - libexif (version 0.6.14 or higher)
 - libsoup (version 2.34 or higher)
 - libxml (version 2.6.8 or higher)
 - gstreamer (version 0.10 or 1.0)
 - libgcrypt

-------------------------------------------

Website: https://wiki.gnome.org/Apps/Frogr

Source: git://git.gnome.org/frogr

Mailing list: http://mail.gnome.org/mailman/listinfo/frogr-list

-------------------------------------------

Frogr is Copyright (c) 2009-2014 Mario Sanchez Prada

https://wiki.gnome.org/Apps/Frogr

See AUTHORS file for details on authors

frogr is Free Software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as
published by the Free Software Foundation.

frogr is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the COPYING file for more details.

-------------------------------------------

Frogr's Flickr API implementation (we call it "flicksoup", located
under src/flicksoup) is Copyright (c) 2010-2014 Mario Sanchez Prada

Flicksoup is Free Software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License version 3 as
published by the Free Software Foundation.

Flicksoup is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the src/flicksoup/COPYING file for more details.

Note: we distribute the flicksoup files under LGPLv3 instead of GPLv3,
as it happens with the rest of the files in the project, because the
idea is to release it at some point as a library independent from
frogr. However, at the point flicksoup is in an early stage of
development, entirely driven by frogr's needs, so it makes sense to
keep it as part of the project for the time being.

-------------------------------------------

Implementation of the get_gps_coordinate () function inside of the
FrogrPictureLoader taken from tracker, licensed under the GNU Lesser
General Public License Version 2.1 (Copyright 2009, Nokia Corp.)

-------------------------------------------