Page 1 of 1

A list of site links, possible?

Posted: Thu Oct 16, 2008 4:31 pm
by forevernomad
Hi,

I'm using cmsms1.2.3, PHP5 and MYSQL2.3 on a Linux server.

What I would like is to be able to see is all the links on my site.
I would like to be able to see how well connected or not my pages are and if relevent pages are linked to other relevent pages, I have about 150 pages and I figured that a list would be easier to read than me having to go through each and every page each time I add a new page that is relevant to others.

Something like:
Page title
links
links
links
Page title
links
link....

Does anyone know if there is something like this already?

Thank you.

Re: A list of site links, possible?

Posted: Thu Oct 16, 2008 4:57 pm
by jmcgin51
you mean a sitemap?  There is a sitemap tag.

Also, please update to the current version of CMSMS.  There are known security and functionality issues with earlier versions.

Re: A list of site links, possible?

Posted: Thu Oct 16, 2008 5:03 pm
by forevernomad
No not a site map, as far as I know that would only list all the pages in my site.

I would like to see a list of all the links in each of my pages.

Re: A list of site links, possible?

Posted: Thu Oct 16, 2008 5:13 pm
by Pierre M.
I'm not aware of such a feature integrated in 1.4.1. I would chain egrep and wget to make it.

Pierre M.

Re: A list of site links, possible?

Posted: Fri Oct 17, 2008 11:58 am
by forevernomad
chain egrep and wget?

That just looks like two very misspelt words  :)

A quick search tells me that egrep is used for finding matching terms and that wget is used for retrieving http files.

Could you give me a really basic description of what you suggest.

If I can understand your process maybe I can figure out the rest.

Thanks.

Re: A list of site links, possible?

Posted: Fri Oct 17, 2008 12:16 pm
by jmcgin51
I understand that you want it incorporated into your site, but in the meantime, you could use the FireFox WebDeveloper plugin.

Re: A list of site links, possible?

Posted: Fri Oct 17, 2008 2:37 pm
by Pierre M.
I'm not aware of a CMSms 1.4.1 specific way of achieving what you are looking for.
I suggest you should search a third party website analysis tool. (or build it yourself with egrep and wget if you knew them)

Pierre M.