Update of /cvsroot/coefficient/rssBlog
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21330
Modified Files:
.cvsignore README.txt
Log Message:
fixed readme
Index: .cvsignore
===================================================================
RCS file: /cvsroot/coefficient/rssBlog/.cvsignore,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** .cvsignore 21 Jul 2005 10:21:30 -0000 1.1.1.1
--- .cvsignore 21 Jul 2005 11:19:02 -0000 1.2
***************
*** 1,2 ****
--- 1,3 ----
build.properties
build
+ *.log
Index: README.txt
===================================================================
RCS file: /cvsroot/coefficient/rssBlog/README.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** README.txt 21 Jul 2005 10:21:30 -0000 1.1.1.1
--- README.txt 21 Jul 2005 11:19:02 -0000 1.2
***************
*** 6,13 ****
This is a module that enables the publishing of project-specific
and/or site-wide RSS news feeds. This module uses the Coefficient
! Event system to receive notifications when certain system functions
! are performed. This RSS module is configured to listen for specific
! system events, and to export these as RSS items.
! It also allows users to create personalised news feeds, as well as
! blogs.
--- 6,13 ----
This is a module that enables the publishing of project-specific
and/or site-wide RSS news feeds. This module uses the Coefficient
! Event system to receive notifications when modules publish RSS
! items. Feeds are specified by providing a set of rules. These
! rules are used to match the apporpriate entries/items.
! This module also allows users to create personalised news feeds, as
! well as blogs (using the same mechanism).
|