Page 1 of 1

latest stable

Posted: Wed Oct 22, 2008 8:00 am
by brownrl
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

Re: latest stable

Posted: Wed Oct 22, 2008 3:42 pm
by Pierre M.
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.

Re: latest stable

Posted: Wed Oct 22, 2008 3:50 pm
by brownrl
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