Hello all,
I did a few searches and I don't see this solved so I shall ask and see what others know...
Is there a link / url that links to or points to the latest stable version?
Ex,
I would like to start a new project, I have made a bash shell script to download the 1.4.1, unzip, set permissions, etc...
But when 1.4.1 becomes 1.4.2 I then have to manually see that and adjust my shell script.
I would like to be able to:
wget http://www.cmsmadesimple.com/downloads/latest.tar.gz or zip....
possible?
Thanks in advance for the help.
Rob
latest stable
Re: latest stable
Can be http://dev.cmsmadesimple.org/latest_version.php but check in the admin code by yourself.
Then your script can parse http://dev.cmsmadesimple.org/frs/?group_id=6 with the right version number to get a latest download link.
Pierre M.
Then your script can parse http://dev.cmsmadesimple.org/frs/?group_id=6 with the right version number to get a latest download link.
Pierre M.
Last edited by Pierre M. on Wed Oct 22, 2008 3:44 pm, edited 1 time in total.
Re: latest stable
thanks for the pointers,
would like at the very least an RSS solution, or a symbolic link, or a text file with the latest version.
parsing html seems to be a bit over kill for something done in bash shell.
Thanks for the help though.
Regards,
Rob
would like at the very least an RSS solution, or a symbolic link, or a text file with the latest version.
parsing html seems to be a bit over kill for something done in bash shell.
Thanks for the help though.
Regards,
Rob