diff --git a/floppies/karina/cgi-bin/play.cgi b/floppies/karina/noweb/cgi-bin/play.cgi similarity index 58% rename from floppies/karina/cgi-bin/play.cgi rename to floppies/karina/noweb/cgi-bin/play.cgi index 52b6654..4160602 100755 --- a/floppies/karina/cgi-bin/play.cgi +++ b/floppies/karina/noweb/cgi-bin/play.cgi @@ -7,17 +7,17 @@ import subprocess f = cgi.FieldStorage() p = f.getvalue("p", "Bump.mp3") p = os.path.join("voice", p) -out = subprocess.check_output(["mplayer", p], stderr=subprocess.STDOUT) +out = subprocess.check_output(["mpv", p], stderr=subprocess.STDOUT) -# print "Location: /pushingscore-Karina.html" +# print "Location: /index.html" # print print "Content-type:text/html; charset=utf-8" print print """ - + -""" \ No newline at end of file +""" diff --git a/floppies/karina/noweb/index.html b/floppies/karina/noweb/index.html index bc6fe43..8a913e5 100644 --- a/floppies/karina/noweb/index.html +++ b/floppies/karina/noweb/index.html @@ -1 +1,53 @@ -GREAT JOB! + + + + + + + + +
+ + + + + + + + + + + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + diff --git a/floppies/karina/pushingscore-Karina.html b/floppies/karina/pushingscore-Karina.html deleted file mode 100644 index 8a913e5..0000000 --- a/floppies/karina/pushingscore-Karina.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - -
- - - - - - - - - - - -
- - -
- -
- - - - - - - - - - - - - - - - - -