!SLIDE
!SLIDE
- Base de données relationnelles ?
- NoSQL : clé-valeur
- NoSQL : "clé-valeur + find" ou "bdd orientée document"
# Migration of Retrospectiva tickets to Trac tickets | |
# by [email protected] | |
# | |
# 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 : |
#!/usr/bin/env ruby | |
require 'open-uri' | |
require "rexml/document" | |
rtmpdump = '~/Downloads/rtmpdump-2.1/rtmpdump' | |
url = ARGV.pop | |
html = open(url).read |