Hi! As I don't find direct contact addresses to AmiUpdate developers and the mailing list doesn't seem to give answers either I'll try these questions here:
1. I have created Finnish .ct files for AmiUpdate & Prefs. How do I send them to Rigo?
2. The AmiUpdate support code for applications writes the environmental variable data only if the APPDIR: system is not available. Many AutoInstall scripts (like the TuneNet example on the AmiUpdate WWW Help page) need the env variable. How would you modify the AutoInstall scripts to work on both kind of Amiga systems?
3. Does the AmiUpdate server etc. check for new updates automatically or does the developer always have to manually update the database at the AmiUpdate web page?
All in all, I have been very happy with AmiUpdate and specially with applications supporting AutoInstall. It's a pity that some part of the updatable components still have to be installed manually, specially the MUI components that tend to be updated quite often. Of course, not AmiUpdate's fault.
2. The AmiUpdate support code for applications writes the environmental variable data only if the APPDIR: system is not available. Many AutoInstall scripts (like the TuneNet example on the AmiUpdate WWW Help page) need the env variable. How would you modify the AutoInstall scripts to work on both kind of Amiga systems?
Most of those old programs, I would assume, are also still using the old AmiUpdate support code which doesn't have the OS version check.
As for your question I would say it should be as simple as doing something like this (I don't have an OS4 system to check but IIRC APPDIR: stores its env vars in ENV:AppDir):
IF EXISTS ENV:AppDir/TuneNet Set TuneNet `GetEnv AppDir/TuneNet` ELSE Set TuneNet `GetEnv AppPaths/TuneNet` ENDIF
You can send the catalogs to me directly if you like, and I'll include them for download on amiupdate.net, and in the full-archives.
Simon
Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such. ---- http://codebench.co.uk
Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such. ---- http://codebench.co.uk
Both the Finnish and Spanish catalogs have been added, so the list of Language files available from the downloads page is now;
Finnish French German Italian Spanish
Thanks to all those that made these translations a reality.
Simon
PS. If you are going to link to the website, can you make sure you use "www.amiupdate.net" and not the expanded path to the codebench site. Web forwarding is in place to handle the redirection, and if the amiupdate site moves again, your links will no longer work.
Comments made in any post are personal opinion, and are in no-way representative of any commercial entity unless specifically stated as such. ---- http://codebench.co.uk