AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

small changes to AHK-Page and Forum

 
Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
Rubberduck



Joined: 24 Apr 2005
Posts: 97

PostPosted: Fri May 20, 2005 9:30 am    Post subject: small changes to AHK-Page and Forum Reply with quote

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 Question

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.
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Fri May 20, 2005 11:54 am    Post subject: Reply with quote

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 Sat May 21, 2005 3:56 pm; edited 2 times in total
Back to top
View user's profile Send private message Send e-mail
jonny



Joined: 13 Nov 2004
Posts: 2951
Location: Minnesota

PostPosted: Fri May 20, 2005 8:00 pm    Post subject: Reply with quote

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. Very Happy

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
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Sat May 21, 2005 12:26 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Rubberduck



Joined: 24 Apr 2005
Posts: 97

PostPosted: Sat May 21, 2005 7:02 pm    Post subject: Reply with quote

Thanks for making the changes to the AHK-Page. Very Happy
_________________
Wer keine Antworten hat muss nicht dumm sein,
dumm ist nur der welcher keine Fragen hat.
Back to top
View user's profile Send private message
Venia Legendi



Joined: 27 May 2005
Posts: 35

PostPosted: Tue Dec 13, 2005 11:58 am    Post subject: Reply with quote

Chris wrote:
I'll try to add some RSS capability.

Hello, did you get the RSS running?
Guido
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Tue Dec 13, 2005 1:00 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Venia Legendi



Joined: 27 May 2005
Posts: 35

PostPosted: Tue Dec 13, 2005 3:37 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Wed Dec 14, 2005 7:54 pm    Post subject: Reply with quote

I'm a little cloudy on what you're proposing.
Back to top
View user's profile Send private message Send e-mail
Guest






PostPosted: Wed Dec 14, 2005 9:16 pm    Post subject: Reply with quote

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 Wink

Guido
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10716

PostPosted: Thu Dec 15, 2005 2:05 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group