Thanks for this great tool! It fits perfectly into my make environment.
One thing I had to tweak was the escaping in normalize_update_rdf.rb in order to be able to use an extended updateInfoURL, like
http://mysite/whatsnew.php?id=%ITEM_ID%&curversion=%ITEM_VERSION%&locale...

The patch is trivial, so I just post a short version of it here:

def escape_entities(s)
- s # XXX todo
+ s.gsub(/&/, '&') # XXX todo
end

-Thomas

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

Captcha
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 2 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.