AutoHotkey Community

It is currently May 27th, 2012, 5:12 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 11 posts ] 
Author Message
PostPosted: May 20th, 2005, 10:30 am 
Offline

Joined: April 24th, 2005, 1:04 am
Posts: 97
I think most users that already know AHK are directly
going to the forum if they want infos, but also if they
go directly to the AHK-Page (www.autohotkey.com) they
cannot directly see what is the latest version.

Is it possible to add a little line like
"latest AHK-version is x.xx.xx.xx" on the AHK-Main-Page
and maybe also at to of the Forum-Index-Page :?:

It's not much work but make things more comfortable.

_________________
Wer keine Antworten hat muss nicht dumm sein,
dumm ist nur der welcher keine Fragen hat.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2005, 12:54 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
It's a good suggestion. I'm not sure about the forum, since it might be more difficult to add it discreetly there, but certainly on the main page.

Thanks.


Last edited by Chris on May 21st, 2005, 4:56 pm, edited 2 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2005, 9:00 pm 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
Perhaps a sticky in the Announcements section? Also, a tiny RSS page would serve the purpose for anyone with an RSS reader or an RSS-bookmark compatible browser (such as most Gecko ones, i.e. Firefox). I know it'd be cool for me to have a little version indicator in my browser. :D

On the flip side, I know all these little things add up for you when you update. Perhaps you could make a script to do it all at once. :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 21st, 2005, 1:26 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I do have script that automates most of the build process. And one of these days, I'll try to add some RSS capability (it's a new area for me).

Thanks for the ideas.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 21st, 2005, 8:02 pm 
Offline

Joined: April 24th, 2005, 1:04 am
Posts: 97
Thanks for making the changes to the AHK-Page. :D

_________________
Wer keine Antworten hat muss nicht dumm sein,
dumm ist nur der welcher keine Fragen hat.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2005, 12:58 pm 
Offline

Joined: May 27th, 2005, 4:14 pm
Posts: 35
Chris wrote:
I'll try to add some RSS capability.

Hello, did you get the RSS running?
Guido


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2005, 2:00 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
No, not yet. I'm sure there's a mod for it somewhere, but mods usually increase time spent on forum maintainence. Even so, I'll keep an eye out for one.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2005, 4:37 pm 
Offline

Joined: May 27th, 2005, 4:14 pm
Posts: 35
Could switching on subscription only for annoucement a solution? OK, that's your server load...

Or - maybe - just writing out textfile like www.autohotkey.com/currentversion.txt just containing the version string? Than everybody who likes can implement a version checker in his famous script...

Guido


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 14th, 2005, 8:54 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I'm a little cloudy on what you're proposing.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 14th, 2005, 10:16 pm 
Uh, sorry - If a text-file under a given URL exist (e.g. www.autohotkey.com/currentversion.txt) and it contains just one line with A_AhkVersion everbody who want's can
Code:
URLDownloadToFile, http://www.autohotkey.com/currentversion.txt, temp.txt
filereadline, currentversion, temp.txt, 1
filedelete, temp.txt
ifgreater, currentversion, %A_AhkVersion%, msgbox, Newer EXE!


Like RSS without XML ;-)

Guido


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 15th, 2005, 3:05 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thanks for clarifying. That file already exists at:
http://www.autohotkey.com/download/CurrentVersion.txt

It was added to facilitate auto-update tools such as:
http://www.autohotkey.com/forum/viewtopic.php?t=5451
http://www.autohotkey.com/forum/viewtopic.php?t=1867


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group