added MIME-type for wmv and rm

removed double copyright at startup

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1922 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 19 years ago
parent 6c70f4a0cf
commit 9c85820d35

@ -54,6 +54,7 @@ ps = application/postscript
qt = video/quicktime
ra = audio/x-pn-realaudio
ram = audio/x-pn-realaudio
rm = audio/x-pn-realaudio-plugin
rpm = audio/x-pn-realaudio-plugin
rss = application/xml
rtf = application/rtf
@ -74,6 +75,7 @@ torrent = application/x-bittorrent
txt = text/plain
vcf = text/x-vcard
wav = audio/x-wav
wmv = video/x-ms-wmv
xhtml = application/xhtml+xml
xla = application/msexcel
xls = application/msexcel

@ -218,8 +218,6 @@ public final class yacy {
System.out.println("could not find logging properties in homePath=" + homePath);
e.printStackTrace();
}
serverLog.logConfig("STARTUP", copyright);
serverLog.logConfig("STARTUP", hline);
serverLog.logConfig("STARTUP", "java version " + System.getProperty("java.version", "no-java-version"));
serverLog.logConfig("STARTUP", "Application Root Path: " + homePath);
serverLog.logConfig("STARTUP", "Time Zone: UTC" + serverDate.UTCDiffString() + "; UTC+0000 is " + System.currentTimeMillis());

Loading…
Cancel
Save