install.sh now creates appdir.py

Thanks to @erkanuksel
Also fixed typo in footer's fork url :s
This commit is contained in:
The Dod 2014-03-31 19:35:57 +07:00
parent 87a5f85970
commit ec48954d88
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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>