Browse Source

install.sh now creates appdir.py

Thanks to @erkanuksel
Also fixed typo in footer's fork url :s
master
The Dod 11 years ago
parent
commit
ec48954d88
  1. 4
      install.sh
  2. 2
      templates/footer.html

4
install.sh

@ -11,3 +11,7 @@ else
< cherrypy.config.example > cherrypy.config < cherrypy.config.example > cherrypy.config
echo "created cherrypy.config. Now edit it to taste ;)" echo "created cherrypy.config. Now edit it to taste ;)"
fi fi
if [ ! -f appdir.py ] ; then
echo "# Stupid but effective trick to know where we are:">appdir.py
echo "APPDIR = '$(pwd)'">appdir.py
fi

2
templates/footer.html

@ -1,3 +1,3 @@
<footer id="footer"> <footer id="footer">
<div class="alert alert-info"><a target="_blank" href="https://github.com/thedod/swizzler"><strong>Fork</strong></a> this. Swizzler is <a target="_blank" href="http://www.gnu.org/licenses/agpl-3.0.html"><strong>AGPLV3</strong></a>.</span> <div class="alert alert-info"><a target="_blank" href="https://github.com/swizzler/swizzler#readme"><strong>Fork</strong></a> this. Swizzler is <a target="_blank" href="http://www.gnu.org/licenses/agpl-3.0.html"><strong>AGPLV3</strong></a>.</span>
</footer> </footer>

Loading…
Cancel
Save