Exemple #1
0
 def _make_info(self):
     """Add an old style SyndicationInfo to the folder"""
     from Products.CMFDefault.SyndicationInfo import SyndicationInformation
     info = SyndicationInformation()
     info.syUpdateBase = DateTime()
     info.syUpdatePeriod = 1
     info.syUpdateFrequency = 1
     info.isAllowed = 1
     info.max_items = 5
     return info
 def _make_info(self):
     """Add an old style SyndicationInfo to the folder"""
     from Products.CMFDefault.SyndicationInfo import SyndicationInformation
     info = SyndicationInformation()
     info.syUpdateBase = DateTime()
     info.syUpdatePeriod = 1
     info.syUpdateFrequency = 1
     info.isAllowed = 1
     info.max_items = 5
     return info