Jump to content
Ketarin forum

FranciscoR

Members
  • Posts

    667
  • Joined

  • Last visited

FranciscoR's Achievements

Newbie

Newbie (1/14)

  1. This is an IRRELEVANT piece of information as such a bug as never been reported. Case closed.
  2. You are not talking of CIV (variable), you are talking of CIV content. For the record I have never experienced such a problem, XML import is very predictable.
  3. Actually CIV is a bad example because you can 'reset' value replacing <VariableChangeIndicator>{version}</VariableChangeIndicator> with <VariableChangeIndicator /> using the same procedure. But I know what you're talking about , there are a lot of settings not available in XML export. @krislin, others IF you also use category in paths and commands remember to change those as well. The alternative is to use a {category} variable. Technible for instance would save users some trouble if they used this (and other built-in variables).
  4. Well a context menu option would be faster... If you don't get it here's how to do it: - Select the applications you wish to rename - Export select jobs using File>Export selected... - Open XML in Notepad - With the 'Replace' feature search for (example) <Category>Clean</Category> and replace with <Category>Tweak</Category> - Save XML als UTF-8 - Import back to Ketarin using File>Import This description looks more complicated than what really is.
  5. Select the applications you wish to enable/disable and use Enable - Ctrl+E Disable - Ctrl+D
  6. Guess what, my older template works again =) (thanks to 'basic' cookie support?) <?xml version="1.0" encoding="utf-16"?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="571a8f44-6667-4150-b18d-17725f917379"> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables> <item> <key> <string>path</string> </key> <value> <UrlVariable> <RegexRightToLeft>true</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>/projects/freemind/files/freemind/([^"]+max\.exe/download)"</Regex> <Url>http://sourceforge.net/projects/freemind/files/freemind/</Url> <Name>path</Name> </UrlVariable> </value> </item> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>true</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>FreeMind-Windows-Installer-([\d\.]+)-max\.exe</Regex> <Url>http://sourceforge.net/projects/freemind/files/freemind/</Url> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>durl</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>(http://[^"]+use_mirror=.+?)"</Regex> <Url>http://sourceforge.net/projects/freemind/files/freemind/{path}</Url> <Name>durl</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand>{rem} copy /y "{file}" {shared}</ExecuteCommand> <ExecutePreCommand>{rem} del /q {shared}\{appname}*.*</ExecutePreCommand> <Category>Office\Diagramming</Category> <SourceType>FixedUrl</SourceType> <PreviousLocation>D:\Programas\Office\Diagramming\FreeMind_0.8.1.exe</PreviousLocation> <DeletePreviousFile>false</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated xsi:nil="true" /> <TargetPath>{target}\{category}\{appname}_{version}.{url:ext}</TargetPath> <FixedDownloadUrl>{durl}</FixedDownloadUrl> <Name>FreeMind</Name> </ApplicationJob> </Jobs>
  7. <?xml version="1.0" encoding="utf-16"?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="571a8f44-6667-4150-b18d-17725f917379"> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables> <item> <key> <string>path</string> </key> <value> <UrlVariable> <RegexRightToLeft>true</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>/projects/freemind/files/freemind/([^"]+max\.exe/download)"</Regex> <Url>http://sourceforge.net/projects/freemind/files/freemind/</Url> <Name>path</Name> </UrlVariable> </value> </item> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>true</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>FreeMind-Windows-Installer-([\d\.]+)-max\.exe</Regex> <Url>http://sourceforge.net/projects/freemind/files/freemind/</Url> <Name>version</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand>{rem} copy /y "{file}" {shared}</ExecuteCommand> <ExecutePreCommand>{rem} del /q {shared}\{appname}*.*</ExecutePreCommand> <Category>Office\Diagramming</Category> <SourceType>FixedUrl</SourceType> <PreviousLocation>D:\Programas\Office\Diagramming\FreeMind_0.8.1.exe</PreviousLocation> <DeletePreviousFile>false</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated xsi:nil="true" /> <TargetPath>{target}\{category}\{appname}_{version}.{url:ext}</TargetPath> <FixedDownloadUrl>http://sourceforge.net/projects/freemind/files/freemind/{path}</FixedDownloadUrl> <Name>FreeMind</Name> </ApplicationJob> </Jobs> 28-08-2009 00:32:39: Update started with 1 application(s) 28-08-2009 00:32:41: FreeMind: Replacing {path} in 'http://sourceforge.net/projects/freemind/files/freemind/{path}' with '0.8.1/FreeMind-Windows-Installer-0.8.1-max.exe/download' 28-08-2009 00:32:41: FreeMind: Using referer: (none) 28-08-2009 00:32:42: FreeMind: Server source file: /projects/freemind/files/freemind/0.8.1/FreeMind-Windows-Installer-0.8.1-max.exe/download 28-08-2009 00:32:43: FreeMind: Failed, The downloaded file is not a binary file type (text/html; charset=utf-8). Possibly there is an error page. Status code: 200 (OK) 28-08-2009 00:32:44: FreeMind: Replacing {path} in 'http://sourceforge.net/projects/freemind/files/freemind/{path}' with '0.8.1/FreeMind-Windows-Installer-0.8.1-max.exe/download' 28-08-2009 00:32:44: FreeMind: Using referer: (none) 28-08-2009 00:32:47: FreeMind: Server source file: /projects/freemind/files/freemind/0.8.1/FreeMind-Windows-Installer-0.8.1-max.exe/download 28-08-2009 00:32:47: FreeMind: Failed, The downloaded file is not a binary file type (text/html; charset=utf-8). Possibly there is an error page. Status code: 200 (OK) 28-08-2009 00:32:47: Update finished
  8. Parallels with a windows guest? Virtualbox works fine, I've never used the mac or linux versions but I guess that's another alternative. But that post is kind'a old...
  9. Flo, something is still not quite right with search: 1. If you have Ketarin open for a while (say 15-20 min.) and you try to search nothing is searched. Needs a restart. 2. If you search something and then copy+paste a job, that new job doesn't show up when you cancel search. Needs a restart.
  10. I hope you are not going to hate me but I have just downloaded from here and file is intact, so I suggest to dowload from there. No doubt this bug is related to the previous 2 posts (TLE, appyface).
  11. Oh, I forgot, the other day I found a .NET Framework Verifier at http://blogs.msdn.com/astebner/archive/2008/03/03/8015158.aspx, it's a portable file I did some testing and seems OK, added to toolkit... same author also provides a .NET Framework Cleanup Tool to use when something goes wrong... skydrive download doesn't work for me but softpedia does, maybe Flo is also interested as NET corruption is a fact of live... of some users. =)
  12. Flo, is this possible, to use more than one db? If so, I also vote for it, as I decided to start using 2 db's, one for applications I carry in USB (mostly portable) and the other for all other applications. Using 2 Ketarin windows simultaneously to manage it is possible but the ideal would be to manage everything in the same window, obviously...
  13. How to Use a USB Jump Drive Like a Super Geek with Tech Tookit 2.0 This is getting popular... =D
  14. Except for this change I don't see why this should work now, so maybe we should start by asking Flo... should this work now? I'm using 2 retries.
×
×
  • 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.