• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-1,039803

config/H03-May-2022-807678

docs/H03-May-2022-703525

faces/H03-May-2022-1,067714

gallery/H03-May-2022-202162

img/H03-May-2022-421275

js/H03-May-2022-

lib/H03-May-2022-18,86711,489

locale/H03-May-2022-35,36627,606

migration/H03-May-2022-1,072697

templates/H03-May-2022-2,0301,797

test/Ansel/H03-May-2022-19680

themes/default/H03-May-2022-875792

.htaccessH A D12-May-20191.3 KiB1918

COPYINGH A D12-May-201914.9 KiB282237

READMEH A D12-May-20194.1 KiB12183

browse.phpH A D12-May-2019914 3019

browse_edit.phpH A D12-May-20191.1 KiB3321

disclamer.phpH A D12-May-20191.8 KiB4936

edit_dates.phpH A D12-May-20193.7 KiB10378

gallery.phpH A D12-May-2019776 2712

group.phpH A D12-May-20193 KiB9471

image.phpH A D12-May-20191.8 KiB6036

index.phpH A D12-May-2019587 228

map_edit.phpH A D12-May-20193.4 KiB10676

perms.phpH A D12-May-201910.9 KiB294252

preview.phpH A D12-May-20191,010 3119

protect.phpH A D12-May-20191.7 KiB5038

report.phpH A D12-May-20193.2 KiB10176

rss.phpH A D12-May-201913.8 KiB297255

smartmobile.phpH A D12-May-20191.1 KiB3918

view.phpH A D12-May-20191.9 KiB5838

xppublish.phpH A D12-May-20198.1 KiB218181

README

1================
2 What is Ansel?
3================
4
5:Contact: ansel@lists.horde.org
6
7.. contents:: Contents
8.. section-numbering::
9
10Ansel is the Horde photo management application. It makes use of the Horde
11frame work and integrates with other Horde applications.
12
13Ansel is a full featured photo management application. With it, you can create
14any number of galleries and subgalleries, share galleries among other Horde
15users or even make them public. You can upload images either one at a time, as
16a zip archive, or even upload them via Windows XP's "Publish to Web"
17functionality. Once in Ansel, you can browse your images, download originals,
18view galleries as a slideshow, add comments to images, send an 'ecard' to a
19friend, and more. You can crop, resize and perform other image maniputlation
20functions.  You can even have Ansel try to recognize people in your photos with
21it's support for face detection. Ansel will read and store EXIF data associated
22with uploaded images and can even auto rotate your images to the proper
23position if the image contains the proper EXIF properties.
24
25Ansel supports photo and gallery tagging - allowing you to browse your photos
26by tags just like you were browsing a directory. You can also choose to have
27certain EXIF tags automatically added to an image on upload.
28
29Mulitple gallery themes are available. You can create thumbnails that have
30rounded corners with shadows, sharp corners with shadows, or even make your
31thumbnails look like Polaroids! Image viewing can use a lightbox-type overlay
32on the gallery page, or can be a seperate image view page that can display
33image attributes, comments and other types of information.
34
35There are multiple ways to organize your photos within galleries. You can
36create subgalleries to further organize photos and you can also have Ansel
37automatically display a gallery's photos to you grouped by date.
38
39Ansel supports mulitiple ways to access your photos from outside of
40Ansel. There are mutlitple types of RSS feeds available, including most
41recently added images for a particular user, gallery or tag. The ability to
42embed widgets of your photos into external websites, such as blogs, is also
43available.
44
45For developers, Ansel also offers an external API that may be accessed via
46Horde's RPC server or directly through the Horde Registry.  There are API
47methods that make it extremely easy to embed gallery views on your own website.
48
49This software is OSI Certified Open Source Software. OSI Certified is a
50certification mark of the `Open Source Initiative`_.
51
52.. _`Open Source Initiative`: http://www.opensource.org/
53
54
55Obtaining Ansel
56===============
57
58Further information on Ansel and the latest version can be obtained at
59
60  http://www.horde.org/apps/ansel
61
62
63Documentation
64=============
65
66The following documentation is available in the Ansel distribution:
67
68:README_:            This file
69:COPYING_:           Copyright and license information
70:`docs/CHANGES`_:    Changes by release
71:`docs/CREDITS`_:    Project developers
72:`docs/INSTALL`_:    Installation instructions and notes
73:`docs/TODO`_:       Development TODO list
74
75
76Installation
77============
78
79Instructions for installing Ansel can be found in the file INSTALL_ in the
80``docs/`` directory of the Ansel distribution.
81
82
83Assistance
84==========
85
86If you encounter problems with Ansel, help is available!
87
88The Horde Frequently Asked Questions List (FAQ), available on the Web at
89
90  http://wiki.horde.org/FAQ
91
92Horde LLC runs a number of mailing lists, for individual applications
93and for issues relating to the project as a whole. Information, archives, and
94subscription information can be found at
95
96  http://www.horde.org/community/mail
97
98Lastly, Horde developers, contributors and users also make occasional
99appearances on IRC, on the channel #horde on the Freenode Network
100(irc.freenode.net).
101
102
103Licensing
104=========
105
106For licensing and copyright information, please see the file COPYING_ in the
107Ansel distribution.
108
109Thanks,
110
111The Ansel team
112
113
114.. _README: README
115.. _COPYING: http://www.horde.org/licenses/gpl
116.. _docs/CHANGES: CHANGES
117.. _docs/CREDITS: CREDITS
118.. _INSTALL:
119.. _docs/INSTALL: INSTALL
120.. _docs/TODO: TODO
121