-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
45 lines (32 loc) · 1.04 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
Introduction
============
iservices.rssdocument: A dynamic RSS content-type for plone
This is a dynamic RSS content-type for plone. This idea comes from the
necessity to insert or embedd RSS content within Plone. This products
will provide a simple content-type which will display RSS feeds by using jQuery,
which is already available from Plone.
You will only need to add the RSS feed URL and configure how many items to
display. The jquery app will download the RSS fedd and show it inside plone.
Changelog
---------
Please, see README.txt instead.
0.5 (unreleased)
----------------
- New automatic id generation for div container [erikriver]
0.4.1 (unreleased)
------------------
- Added MANIFEST.in so all files included when creating an egg from this package [kcleong]
0.4 (unreleased)
..................
- Plone 4.1 compatibility
0.3 (unreleased)
...................
Working product. Changes:
- Full Test Coverage
- Fully working
0.2 (unreleased)
...................
- Don't remember
0.1dev (unreleased)
...................
- Initial release