README
author Dan
Wed, 25 Jul 2007 16:43:47 -0400
changeset 1 94af07c8f2f3
parent 0 7caf561c50ee
child 6 6c753cf22ee8
permissions -rw-r--r--
Updated readme and added a copy of the GPL in COPYING
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     1
Snapr - Image gallery in a snap!
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     2
Another fine plugin for Enano CMS
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     3
--------------------------------------------------
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     4
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     5
Welcome and thanks for downloading Snapr, the Enano plugin designed to make
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     6
turning your site into a photo or image gallery a snap.
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     7
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     8
Copyright
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
     9
--------------------------------------------------
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    10
1
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    11
This program is free software; you can redistribute it and/or modify
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    12
it under the terms of the GNU General Public License as published by
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    13
the Free Software Foundation; version 2 dated June, 1991.
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    14
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    15
This program is distributed in the hope that it will be useful,
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    16
but WITHOUT ANY WARRANTY; without even the implied warranty of
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    18
GNU General Public License for more details.
0
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    19
1
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    20
You should have received a copy of the GNU General Public License
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    21
along with this program; if not, write to the Free Software
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    22
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    23
02111-1307, USA.
0
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    24
1
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    25
Alternatively, you may view a copy of the GNU General Public License in the
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    26
file "COPYING" included with this distribution, or at the following URL:
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    27
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    28
  <http://enanocms.org/Special:GNU_General_Public_License>
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    29
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    30
If you already have Enano set up, you can view a copy of the GPL by searching
94af07c8f2f3 Updated readme and added a copy of the GPL in COPYING
Dan
parents: 0
diff changeset
    31
for "GNU General Public License".
0
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    32
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    33
Installing Snapr
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    34
--------------------------------------------------
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    35
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    36
To install the Snapr plugin on your site, just extract the zip or tarball file
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    37
into your Enano root folder. If you need to upload Snapr manually, upload the
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    38
file plugins/Gallery.php and the entire folder plugins/gallery/ to the
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    39
plugins/ folder inside your Enano root.
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    40
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    41
To enable Snapr plugin, go to the Administration panel, expand General, click
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    42
Manage Plugins, and click Enable in the row showing the Snapr plugin.
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    43
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    44
Obtaining support
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    45
--------------------------------------------------
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    46
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    47
Support for Snapr is available via the same support channels as Enano, as it
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    48
is developed and maintained by the official Enano team. For support options,
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    49
both free and commercial, please see <http://enanocms.org/Contact_us>.
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    50
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    51
Have fun!
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    52
7caf561c50ee Initial population; browser, viewer, uploader, and security are working
Dan
parents:
diff changeset
    53
-- The Enano team