Jump to content
Ketarin forum

floele

Administrators
  • Posts

    1,629
  • Joined

  • Last visited

Everything posted by floele

  1. If you use a C# script "app.Install(null);" it should work. For now without GUI option.
  2. Ketamon! I like that Well, I believe that - since Ketarin is getting more and more flexible anyway - adding these features is certainly possible. You won't get them all tomorrow, but I will look into it.
  3. Don't let others rush you. If I want to discuss a GUI issue I will do so :-p
  4. Well, I know what the apply button is used for. Not horribly uncommon, but I can't make any sense of it here. In the Windows display settings for example, you can use "Apply" to verify the changes to the screens, without closing the dialog. In Ketarin, "applying" an application would not have any side effects which might make you want to undo some of the changes you made, so you can just as well close the dialog with OK. I just don't want to add an "Apply" because I can, I want to do it because I should (which is an issue that same developers don't get right btw).
  5. So are you only missing a scheduler as far as I can see?
  6. 1. Do you know this? http://www.btinternet.com/~markwell/webmon/ I've used it myself for quite a long time. 2. If you use a "variable as indicator for changes", you can monitor specific parts of the website. Not much of a problem for Ketarin.
  7. In which situation would you do that?
  8. Maybe give usage examples? I would like to judge the necessity of that feature based on its usage.
  9. Retry? Why not just use "download" or increase the number of retries in the settings? {property:SetupInstructions} -> it won't work like that, but I probably need to think about an option.
  10. Thanks for your thoughs so far...I guess I won't be able to tackle that for 1.5, but needs to be done sooner or later.
  11. A user agent does not need to be variable though. I'd consider it pretty much fixed.
  12. Well, what I'd like to do is to make Ketarin more "accessible" to non-geeks. Must not necessarily happen with 1.5, but sooner or later I'd like to have an improved concept. Suggestions are welcome. An idea could be a custom protocol maybe. So websites (or possibly a portal created by myself) could offer links like "Watch this app with Ketarin" which could then add further apps to the Ketarin application.
  13. With 1.5 beta it's possible
  14. I released a further beta show, supposed to be the last one, more or less. So that I can continue to add some features to 1.6x Now I'm only thinking about the packaging a bit. Should be have an installer? Should we add options to an installer so that a user can already add some apps at this point? We'd need to have well defined and reliable default apps for this option.
  15. If you use sf://... as download URL, the pre-update URL will be something like scp://... which represents the file location on the sf.net SCP server. In theory, it is possible to download this file, but I don't know if there is an application that accepts scp:// URLs. This program would also need to know the credentials.
  16. Yeah, I noticed that as well. I don't even see a real reason for it, must look into it some time.
  17. Hm, does not seem too difficult. I don't know what you intend to do with that horrible regex, but you just need to extract http://downloadns.citrix.com.edgesuite.net/5158/XenServer-5.6.0-install-cd.iso from the site you mentioned. Can probably be done with a start/end combination. Then create a new variable, based on this URL, and extract <a href=http://downloadns.citrix.com.edgesuite.net/akdlm/5158/XenServer-5.6.0-install-cd.iso>click here</a> which seems to be the final download URL. Though it seems like you only need to add "akdlm" to the previously extracted URL anyway, which could be done with a replace function like replace "edgesuite.net/" with "edgesuite.net/akdlm/". Does that help?
  18. The files are in the source zip file, folder "CDBurnerXP". You can add these to the project file.
  19. Well, feel free to add stuff to the wiki, but if you post it to the forum, I'll simply do it myself.
  20. You need to add them to the project manually.
  21. Yep, I didn't implement the modification date yet. Will be added to the next beta.
  22. Sure, post anything you got. You make me feel senile if you delete your posts without notice
  23. Hm...didn't someone post command examples this morning? I cannot find the post anymore...
  24. XSL would only work on well formed XML I suppose, and this is only rarely the case for HTML pages.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.