Changes between Version 28 and Version 29 of qPloneGoogleSitemaps/news-sitemap
- Timestamp:
- Jun 1, 2010 1:11:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneGoogleSitemaps/news-sitemap
v28 v29 26 26 * <n:keywords> - Specific keywords/categories/tags 27 27 28 === Additionaltags ===28 === Specific tags === 29 29 30 There are some specific meta tags that are not available in Plone's default !NewsItem content type. That is why sta ting from 1.3 version quintagroup.plonegooglesitemap brings special additional configuration menu to !NewsItems:30 There 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: 31 31 32 32 [[Image(newsitem-menu.png, nolink)]] 33 33 34 34 With these fields filled - News Sitemap will get all necessary tags: … … 38 38 * <n:stock_tickers> 39 39 40 Such 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: 40 43 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)]] 41 54 42 55 == Create News Sitemap with quintagroup.plonegooglesitemap product ==