Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Galería
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Canek Peláez Valdés
Galería
Commits
9399b4dd
Commit
9399b4dd
authored
3 years ago
by
Canek Peláez Valdés
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
1dd0dd21
No related branches found
No related tags found
No related merge requests found
Pipeline
#1466
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-0
30 additions, 0 deletions
README.md
with
30 additions
and
0 deletions
README.md
0 → 100644
+
30
−
0
View file @
9399b4dd
Galería
=======

**Galería**
(Spanish for
*gallery*
) is a
[
Django
](
https://www.djangoproject.com/
)
webapp to
provide a simple online photo gallery.
The album structure in Galería es by design simple (or simplistic) and fixed: top albums are
years, which have month subalbums, which have events subalbums, which have photographs. Although
not mandatory, the idea is that each event time range (the period of time between the first
and last photographs in the event) do not overlap.
Almost all the information in Galería is extracted from the photographs themselves, in their
metadata; it is expected that each one will have the following tags defined:
*
`Exif.Photo.DateTimeOriginal`
*
`Exif.Image.TimeZoneOffset`
*
`Exif.Image.Orientation`
*
`Xmp.dc.subject`
*
`Iptc.Application2.Caption`
*
`Exif.Image.ImageDescription`
*
`Exif.GPSInfo.GPSLatitude`
*
`Exif.GPSInfo.GPSLongitude`
*
`Exif.GPSInfo.GPSLatitudeRef`
*
`Exif.GPSInfo.GPSLongitudeRef`
The
`Exif.Photo.DateTimeOriginal`
and
`Exif.Image.TimeZoneOffset`
are used to set a tiemstamp
for the photograph; without the timezone offset Galería will assume either the server timezone
or a timezone offset of zero.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment