This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'open-uri' | |
require "rexml/document" | |
rtmpdump = '~/Downloads/rtmpdump-2.1/rtmpdump' | |
url = ARGV.pop | |
html = open(url).read |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Migration of Retrospectiva tickets to Trac tickets | |
# by arthur.petry@bolloretelecom.eu | |
# | |
# Tested with Retrospectiva r351 (Last Changed Date: 2007-12-03) with OpenID (see User#to_s) | |
# and Trac 0.11.1 | |
# | |
# Warning : use it with an empty trac.db, we do a TracTicket.delete_all && a TracTicketChange.delete_all | |
# (in order to keep Ticket ids) | |
# | |
# Limitation : |