Changes between Version 28 and Version 29 of qPloneGoogleSitemaps/news-sitemap


Ignore:
Timestamp:
Jun 1, 2010 1:11:13 PM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneGoogleSitemaps/news-sitemap

    v28 v29  
    2626 * <n:keywords> - Specific keywords/categories/tags 
    2727 
    28 === Additional tags === 
     28=== Specific tags === 
    2929 
    30 There are some specific meta tags that are not available in Plone's default !NewsItem content type. That is why stating from 1.3 version quintagroup.plonegooglesitemap brings special additional configuration menu to !NewsItems: 
     30There are some specific meta tags that are not available in Plone's default !NewsItem content type. That is why starting from 1.3 version quintagroup.plonegooglesitemap brings special additional configuration menu to !NewsItems: 
    3131 
    32  [[Image(newsitem-menu.png, nolink)]] 
     32[[Image(newsitem-menu.png, nolink)]] 
    3333 
    3434With these fields filled - News Sitemap will get all necessary tags: 
     
    3838 * <n:stock_tickers> 
    3939 
     40Such additional configuration menu is added only to '''News Item''' content type by default quintagroup.plonegooglesitemap settings since !News Sitemap is expected to include News Items only. But if needed, this configuration menu can be added to other content types (if you plan to include them into the News Sitemap). For this: 
     41 * go to ZMI -> '''Components''' tab (/manage-components) 
     42 * add such an adapter for the content type that should get '''!GoogleSitemaps''' tab: 
    4043 
     44 {{{ 
     45  <adapter 
     46     factory="quintagroup.plonegooglesitemaps.content.newsextender.NewsExtender" 
     47     for_="Products.ATContentTypes.interface.news.IATNewsItem" 
     48     provides="archetypes.schemaextender.interfaces.ISchemaExtender"/> 
     49 }}} 
     50 
     51 but change '''IATNewsItem''' to content type name, for example: '''IATDocument''' 
     52 
     53 [[Image(components.png, nolink)]] 
    4154 
    4255== Create News Sitemap with quintagroup.plonegooglesitemap product ==