]> git.plutz.net Git - serve0/commitdiff
serve html file statically
authorpaul <paul@plutz.net>
Wed, 13 Apr 2016 11:12:35 +0000 (11:12 +0000)
committerpaul <paul@plutz.net>
Wed, 13 Apr 2016 11:12:35 +0000 (11:12 +0000)
svn path=/trunk/; revision=116

static/common.css [moved from templates/common.css.sh with 90% similarity]
templates/frame.html.sh

similarity index 90%
rename from templates/common.css.sh
rename to static/common.css
index edfe39dfb18cb315dcd97065b54a303650e4ad02..a995fd6084165e553f5c0c178a3c3863fde21d35 100755 (executable)
@@ -1,21 +1,20 @@
-# Copyright 2014 - 2016 Paul Hänsch
-#
-# This file is part of Serve0
-# 
-# Serve0 is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-# 
-# Serve0 is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Affero General Public License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public License
-# along with Serve0  If not, see <http://www.gnu.org/licenses/>. 
-
-cat <<EOF
+/* Copyright 2014 - 2016 Paul Hänsch
+
+   This file is part of Serve0
+   
+   Serve0 is free software: you can redistribute it and/or modify
+   it under the terms of the GNU Affero General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+   
+   Serve0 is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU Affero General Public License for more details.
+   
+   You should have received a copy of the GNU Affero General Public License
+   along with Serve0  If not, see <http://www.gnu.org/licenses/>. 
+*/
 
 * {
   -moz-box-sizing: border-box;
@@ -375,6 +374,4 @@ div.panel {
   #playctl form button[name="vol"] { width: 3%;}
   #playctl form button[name="amp"] + br {display: none;}
 }
-EOF
 
-# vi:set filetype=css:
index 6350bd2f72c976008dedd831c4d16f22998dff5a..e6f2d6e71d8eb6e7302f94bec35f9fe6d12b7515 100755 (executable)
@@ -22,11 +22,7 @@ cat <<EOF
   <head>
     <meta name="viewport" content="width=device-width">
     <title>${TITLE:-${PAGE}}</title>
-    <style type="text/css">
-    <!--
-    $(. "${_EXEC}/templates/common.css.sh")
-    -->
-    </style>
+    <link rel="stylesheet" href="?static=common.css" />
   </head>
   <body>
     $([ -x "${BODY}" ] && . "${BODY}" || printf %s Error)