|
|
|
@ -3,7 +3,7 @@ $:.unshift('vendor/ruby-mediawiki/lib')
|
|
|
|
|
require 'mediawiki/dotfile'
|
|
|
|
|
@wiki = MediaWiki.dotfile(nil,'entropia')
|
|
|
|
|
|
|
|
|
|
roh = @wiki.article("Vorlage:GPN6:Fahrplan").text
|
|
|
|
|
roh = @wiki.article("Vorlage:GPN7:Fahrplan").text
|
|
|
|
|
|
|
|
|
|
def cleanse (t)
|
|
|
|
|
t.gsub(/\[\[.*\|(.*)\]\]/, '\1')
|
|
|
|
@ -17,11 +17,11 @@ tag = 1
|
|
|
|
|
|
|
|
|
|
roh.split("\n").each do |line|
|
|
|
|
|
|
|
|
|
|
if line =~ /^\| *(.*:00) *$/
|
|
|
|
|
if line =~ /^\| *(.*:[0-9]+) *$/
|
|
|
|
|
if uhrzeit
|
|
|
|
|
puts "#{tag} #{uhrzeit} KLAMMER AUF #{titel1}"
|
|
|
|
|
puts "#{tag} #{uhrzeit} KLAMMER ZU #{titel2}"
|
|
|
|
|
puts "#{tag} #{uhrzeit} IRGENDWO #{titel3}"
|
|
|
|
|
puts "#{tag} #{uhrzeit} ÜBERALL #{titel1}" if titel1
|
|
|
|
|
puts "#{tag} #{uhrzeit} NIRGENDS #{titel2}" if titel2
|
|
|
|
|
puts "#{tag} #{uhrzeit} IRGENDWO #{titel3}" if titel3
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
if uhrzeit && $1 < uhrzeit
|
|
|
|
@ -32,7 +32,7 @@ roh.split("\n").each do |line|
|
|
|
|
|
titel1 = nil
|
|
|
|
|
titel2 = nil
|
|
|
|
|
titel3 = nil
|
|
|
|
|
elsif line =~ /^\| *('''(.*)'''|.*(GOTO).*) *$/
|
|
|
|
|
elsif line =~ /^\|(?: *(?:valign=top|align=center) *\|)? *('''(.*)'''|.*(GOTO).*)\s*$/
|
|
|
|
|
|
|
|
|
|
# yum
|
|
|
|
|
if $3 == "GOTO"
|
|
|
|
|