Change the conf accordingly to the latest pelican changes.

This commit is contained in:
Alexis Metaireau 2010-10-30 16:57:10 +01:00
parent c2893b1711
commit 9c72dae66c
2 changed files with 2 additions and 6 deletions

View file

@ -15,11 +15,7 @@ command line tools curl, grep and tail (but really harder to read).
.. code-block:: bash .. code-block:: bash
curl -X POST -u joel:joel 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"
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 The Python version
================== ==================

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
THEME = '/usr/local/www/hg/repos/pelican/samples/themes/notmyidea' GITHUB_URL = 'http://github.com/ametaireau/'
AUTHOR = u'Alexis Métaireau' AUTHOR = u'Alexis Métaireau'
BLOGNAME = u"Alexis' log" BLOGNAME = u"Alexis' log"