-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
65 lines (43 loc) · 1.81 KB
/
README.txt
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.. contents::
Description
===========
A simple portlet with a lot of bling. Includes two portlets: the
"Bling Portlet" will retrieve a single image object per page load and
"Bling Slideshow Portlet" will reference all image objects in the
bling source and display them in a slideshow. Multiple Bling and
Bling Slideshow portlets are supported on a single page.
Installation
============
1. Add the following to buildout.cfg
::
[buildout]
eggs =
. . .(other eggs). . .
Products.BlingPortlet
2. Re-run buildout (typically 'bin/buildout').
3. Start Zope (typically 'bin/instance start').
4. Install BlingPortlet via the Plone Add/Remove Products or Add-ons
configlet under Site Setup.
Support
=======
* Documentation for using this product is at http://weblion.psu.edu/documentation/blingportlet
* Report bugs to [email protected]
* Contact us::
Penn State WebLion
304 The 300 Building
University Park, PA 16802
License
=======
Copyright (c) 2011 The Pennsylvania State University. WebLion is developed
and maintained by the WebLion Project Team and its partners.
This program is free software; you can redistribute it and/or modify it under
the terms of 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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA.