Yang, This works per-type. So you wouldn't include both dmNavigation and dmHTML in the same site map. You would put it in the webskin folder for the type you are mapping. You do not need to set up a scheduled task. Its a webskin so each time its requested the site map will be generated.
Sean On Sep 15, 11:20 pm, Yang <[email protected]> wrote: > AJ, > > Thanks...that's where I initially read about it. > An answer to Question 2 is now found. Please ignore that question. > > I am still unclear on the other questions. > > Yang. > > On Sep 16, 12:59 pm, AJ Mercer <[email protected]> wrote: > > > > > did you see the top two posts on > > http://farcry.posterous.com/ > > > they might help you out > > http://farcry.posterous.com/google-sitemaps-in-farcry-cms > > http://farcry.posterous.com/generating-the-google-news-sitemap-in-farcry > > > On 16 September 2010 10:28, Yang <[email protected]> wrote: > > > > Hi, > > > > I have a few questions regarding the Google Sitemap Generator for FC > > > 6.x: > > > > 1. Where can I get a copy of this package and component (i.e. > > > googleSiteMap,sitemap) in : > > > <cfset oSiteMap=createObject('component', > > > 'farcry.core.packages.googleSiteMap.sitemap').init()> > > > 2. Should displayTypeSiteMap.cfm be placed under the 'core' or > > > 'projects' 'webskins' folder: > > > /core/webskins/dmNavigation/ > > > or > > > /projects/<project-name>/webskins/dmNavigation/ > > > > Under the 'core' as a guess? > > > > 3. In the webskins, do I repeat this line of code for other content > > > types, e.g. dmHTML: > > > > <cfset > > > xml=oSiteMap.generate(stSiteConfig=stSiteConfig,siteMapType="siteMap", > > > types="dmNavigation")> > > > <cfset > > > xml=oSiteMap.generate(stSiteConfig=stSiteConfig,siteMapType="siteMap", > > > types="dmHTML")> > > > > 4. Lastly,I assume we need to setup a schedule in FC to update the > > > sitemap? > > > > We are currently using FC 6.0 on a Windows 2008 Server platform. > > > > Thanks. > > > Yang. > > > > -- > > > You received this message cos you are subscribed to "farcry-dev" Google > > > group. > > > To post, email: [email protected] > > > To unsubscribe, email: > > > [email protected]<farcry-dev%2bunsubscr...@googlegrou > > > ps.com> > > > For more options:http://groups.google.com/group/farcry-dev > > > -------------------------------- > > > Follow us on Twitter:http://twitter.com/farcry > > > -- > > > *AJ Mercer* > > <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org > > community="Open" /> <http://webonix.org>http://twitter.com/webonix -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
