forked from saurav-agarwalla/gnome-photos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (28 loc) · 1.36 KB
/
README
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.