diff --git a/misc/bebox-reboot.rst b/misc/bebox-reboot.rst index f97ae81..a822d5f 100644 --- a/misc/bebox-reboot.rst +++ b/misc/bebox-reboot.rst @@ -15,11 +15,7 @@ command line tools curl, grep and tail (but really harder to read). .. code-block:: bash - curl -X POST -u joel:joel - http://bebox.config/cgi/b/info/restart/\?be\=0\&l0\=1\&l1\=0\&tid\=RESTART -d - "0=17&2=`curl -u joel:joel - http://bebox.config/cgi/b/info/restart/\?be\=0\&l0\=1\&l1\=0\&tid\=RESTART | - grep -o "name='2' value='[0-9]\+" | grep -o "[0-9]\+" | tail -n 1`&1" + curl -X POST -u joel:joel http://bebox.config/cgi/b/info/restart/\?be\=0\&l0\=1\&l1\=0\&tid\=RESTART -d "0=17&2=`curl -u joel:joel http://bebox.config/cgi/b/info/restart/\?be\=0\&l0\=1\&l1\=0\&tid\=RESTART | grep -o "name='2' value='[0-9]\+" | grep -o "[0-9]\+" | tail -n 1`&1" The Python version ================== diff --git a/pelican.conf.py b/pelican.conf.py index 5403006..b5ca471 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -THEME = '/usr/local/www/hg/repos/pelican/samples/themes/notmyidea' +GITHUB_URL = 'http://github.com/ametaireau/' AUTHOR = u'Alexis Métaireau' BLOGNAME = u"Alexis' log"