mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Change the conf accordingly to the latest pelican changes.
This commit is contained in:
parent
c2893b1711
commit
9c72dae66c
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue