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.
A list of site links, possible?
-
- Forum Members
- Posts: 19
- Joined: Fri Nov 30, 2007 12:01 pm
Re: A list of site links, possible?
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.
Also, please update to the current version of CMSMS. There are known security and functionality issues with earlier versions.
-
- Forum Members
- Posts: 19
- Joined: Fri Nov 30, 2007 12:01 pm
Re: A list of site links, possible?
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.
I would like to see a list of all the links in each of my pages.
Re: A list of site links, possible?
I'm not aware of such a feature integrated in 1.4.1. I would chain egrep and wget to make it.
Pierre M.
Pierre M.
-
- Forum Members
- Posts: 19
- Joined: Fri Nov 30, 2007 12:01 pm
Re: A list of site links, possible?
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.
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?
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?
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.
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.