Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-06-11 20:40:33
- lux0r
- New Member
- Registered: 2007-05-23
- Posts: 6
Sitemap Ideas
I’m interested in creating 2 sitemap files.
1)
human-readable sitemap file which will spit out in the following format onto 1 file:<h3>section name 1</h3>
section 1 article links
<h3>section name 2</h3>
2 article links
etc..
then possibly:
<h3>category 1</h3>
category 1 article links
<h3>category 2</h3>
category 2 article links
Is it possible to output this on one file? What i best commands to use?
2)
Google xml sitemap.
I have found a couple of dated xml map generators on the net, however they make use of publish.php which has since been turned off from remote execution.. so I was wondering if there is another script available to generate this type of sitemap.
Thanks for your ideas and help.
Offline
Re: Sitemap Ideas
lux0r wrote:
human-readable sitemap file which will spit out in the following format onto 1 file:
You can do that. Just create a specific section, maybe sitemap
and the appropriate page (template) using the TXP tags you want.
For example (but there’s more elegant way of doing it, depending on how your site or organized):
[some html header for the page]
<h3>My little fun section<h3>
<txp:article_custom limit="9999999" form="sitemap" section="My little fun section" />
Etc.
Is it possible to output this on one file? What i best commands to use?
Yup, just build exactly what you want with TXP tags.
Google xml sitemap.
To my knowledge, there’s only one plugin : asy_sitemap by Sencer. It as one glitch, but correctable by hand (see the forum thread, last posts). It works well for me, however a little un-user-friendly.
Offline
Pages: 1