There are also two other CSS files that are absent and constantly generating 404 errors in our apache error log (about 120 occurrences for our June 3rd log file):
File does not exist: /srv/openils/var/web/css/opac_marc.css
File does not exist: /srv/openils/var/web/css/theme/default/vandelay.css
There are also two other CSS files that are absent and constantly generating 404 errors in our apache error log (about 120 occurrences for our June 3rd log file):
File does not exist: /srv/openils/ var/web/ css/opac_ marc.css var/web/ css/theme/ default/ vandelay. css
File does not exist: /srv/openils/
They are being referenced in the source code:
$ pwd Evergreen- ILS-2.0. 6 ILS/src/ extras/ marc2html: <link href='/ css/opac_ marc.css' rel='stylesheet' type='text/ css'></ link> ILS/xsl/ oilsMARC21slim2 HTML.xsl: <link href='/ css/opac_ marc.css' rel='stylesheet' type='text/ css'></ link> ILS/web/ templates/ default/ vandelay/ vandelay. tt2:<link rel='stylesheet' type='text/css' href='[% ctx.media_prefix %]/css/skin/[% ctx.skin %]/vandelay.css'/> ILS/web/ templates/ default/ vandelay/ vandelay. tt2:<link rel='stylesheet' type='text/css' href='[% ctx.media_prefix %]/css/theme/[% ctx.skin %]/vandelay.css'/>
/Software/
$ find . -exec egrep -Hi 'opac_marc\.css' {} \;
./Open-
./Open-
$ find . -exec egrep -Hi 'vandelay\.css' {} \;
./Open-
./Open-
Presumably, the CSS files are for customization. I would suggest that empty files, or better, some default files be included in the distribution.