Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21306/extra_packages/delicious_tags/conf
Modified Files:
action.ini
Log Message:
add caching parameter
Index: action.ini
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/conf/action.ini,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** action.ini 27 Nov 2004 17:12:05 -0000 1.4
--- action.ini 28 Nov 2004 04:27:07 -0000 1.5
***************
*** 9,18 ****
[all_tags_box]
! class = OpenInteract2::Action::DeliciousTags
! task = all_tags
! is_secure = no
! url_none = yes
! weight = 2
! title_key = tags.all_tags_box.title
# meant to be used as component
--- 9,19 ----
[all_tags_box]
! class = OpenInteract2::Action::DeliciousTags
! task = all_tags
! is_secure = no
! url_none = yes
! weight = 2
! title_key = tags.all_tags_box.title
! cache_expire = 10m
# meant to be used as component
|