File: README

package info (click to toggle)
gnome-photos 3.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,216 kB
  • ctags: 4,849
  • sloc: ansic: 35,521; sh: 11,298; makefile: 936; xml: 870; python: 64
file content (38 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download | duplicates (2)
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
Photos - access, organize and share your photos on GNOME
========================================================

Bugs: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-photos
Design: https://live.gnome.org/Design/Apps/Photos
Download: http://download.gnome.org/sources/gnome-photos
Git: http://git.gnome.org/browse/gnome-photos
Website: https://wiki.gnome.org/Apps/Photos

----

Photos, like Documents, Music and Videos, is one of the core GNOME
applications meant for find and reminding the user about her content.
The internal architecture Photos is based on Documents -- the document
manager application for GNOME, because they share similar UI/UX
patterns and objectives.

Points to remember while hacking on Photos:

+ Avoid unnecessary divergences from Documents. Valid exceptions
  include changes needed to convert JavaScript idioms to their C
  equivalents.

+ Share the same set of widgets as Documents, or the other core GNOME
  applications, as much as possible.

+ Monitor changes in the Documents code base and clone them when
  relevant.

+ Follow the GNU coding style. To accomodate longer class and method
  names due to namespace prefixes, line lengths upto 120 characters
  are allowed.

----

Photos is licensed under the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at
your option) any later version.