681 Commits

Author SHA1 Message Date
Laurent Peuch
eda69cae1c [doc] document html section 2016-02-09 23:20:49 +01:00
Laurent Peuch
94dd1f397f [doc] document paragraph section 2016-02-09 23:19:45 +01:00
Laurent Peuch
69aa55329c [doc] try to make doc a bit clearer 2016-02-09 23:02:56 +01:00
Laurent Peuch
f087e9c53e [doc] actually this one demonstrate more features 2016-02-09 22:44:44 +01:00
Laurent Peuch
e8b06150b6 [mod] update example build 2016-02-09 22:14:30 +01:00
Laurent Peuch
cf4e779175 [fix] avoid using one additionnal class for page style 2016-02-09 22:14:30 +01:00
Laurent Peuch
64c96f5122 [enh] move to template inheritance to avoid redudency 2016-02-09 22:14:30 +01:00
Laurent Peuch
ef55e9baf2 [mod] retab 2016-02-09 22:13:28 +01:00
Laurent Peuch
96b364a874 [mod] simplify code 2016-02-09 22:06:38 +01:00
Laurent Peuch
5399f9e8e0 [mod] better error message 2016-02-09 22:06:38 +01:00
Laurent Peuch
f54483b58c [mod] reduce indentation 2016-02-09 22:06:38 +01:00
Laurent Peuch
9cbb1eca5e [mod] autopep8 2016-02-09 22:06:38 +01:00
Laurent Peuch
f50ba00300 [mod] add subtitle for the example 2016-02-09 22:06:38 +01:00
Adrien Beudin
f144a53ee5 Update README 2016-02-09 21:59:03 +01:00
Adrien Beudin
26a22ee893 fix generate page 2016-02-09 21:24:41 +01:00
Adrien Beudin
bbdc3371f1 remove old exemple 2016-02-09 21:19:07 +01:00
Adrien Beudin
7448f8f4f3 update exemple 2016-02-09 21:18:14 +01:00
Adrien Beudin
cfd2c4b751 merge from master 2016-02-09 21:12:34 +01:00
Adrien Beudin
a290c2bea3 Update code of menu 2016-02-09 21:03:21 +01:00
Laurent Peuch
cfbfab8d33 [mod] regenerate example gallery 2016-02-09 07:36:08 +01:00
Laurent Peuch
acccb41ff0 [mod] update sections templates for new behavior 2016-02-09 07:36:08 +01:00
Laurent Peuch
1866d6279e [mod] merge images and templates class into one, go full OO 2016-02-09 07:36:08 +01:00
Laurent Peuch
a2d04eb3ce [fix] very strange behavior of python interpretor 2016-02-09 07:36:08 +01:00
Laurent Peuch
3ee90704bc [fix] save CACHE version in cache, otherwise don't make sens 2016-02-09 07:36:08 +01:00
Laurent Peuch
cfba36bd6c [mod] don't try to work without gm anymore 2016-02-09 07:36:08 +01:00
Laurent Peuch
a1c5e75aa3 [mod] start refactoring to a simplification of capslock patch 2016-02-09 07:36:08 +01:00
Laurent Peuch
c202cbbca6 [mod] regenerate example build 2016-02-09 07:36:08 +01:00
Laurent Peuch
b890b103ea [mod] autopep8 2016-02-09 07:36:08 +01:00
Laurent Peuch
bd9d8f0cfd [enh] handle cache version to avoid conflicts 2016-02-09 07:36:08 +01:00
CapsLock
0ab845eada Now one can choose to override picture quality for thumbnails
To use it, change this :

  - type: pictures-group
    images:
      -
        - image1.jpg
        - image2.jpg
      -
        - image3.jpg
        - image4.jpg

To this :
  - type: pictures-group
    images:
      -
        - name: image1.jpg
          quality: 80
        - image2.jpg
      -
        - image3.jpg
        - name: image4.jpg
          quality: 100

Next step would be to compress pictures instead of just copying them to reduce their size

Signed-off-by: CapsLock <faimaison@legeox.net>
2016-02-09 07:36:08 +01:00
CapsLock
dca0f3623a footer type : s/generate/generated/
Signed-off-by: CapsLock <faimaison@legeox.net>
2016-02-09 07:36:08 +01:00
CapsLock
799b816413 Quality of thumbnails can be changed in templates
Signed-off-by: CapsLock <faimaison@legeox.net>
2016-02-09 07:36:08 +01:00
Adrien Beudin
93c0a522b7 Add exemple of menu 2016-02-08 15:21:57 +01:00
Adrien Beudin
2dc2888a07 Fix home 2016-02-08 15:19:55 +01:00
Adrien Beudin
17c0fdbaab Add support of menu 2016-02-08 11:28:11 +01:00
Laurent Peuch
5f5e5ba033 Merge pull request #8 from taziden/patch-1
give more details about the public/private behavior
2016-02-05 19:52:21 +01:00
taziden
55f66f21cf give more details about the public/private behavior 2016-02-05 19:35:18 +01:00
Laurent Peuch
aef17acbce [enh] taziden's pic will be more vendeur >:3 2016-02-04 23:03:31 +01:00
Laurent Peuch
b91d95244c [doc] update TODO 2016-02-04 04:18:33 +01:00
Laurent Peuch
a54f17bc7b Merge pull request #7 from opi/patch-1
opi's wish list
2016-02-03 23:06:03 +01:00
opi
1f227febb2 opi's wish list 2016-02-03 22:59:52 +01:00
Laurent Peuch
c55d813281 [doc] add Why? section 2016-02-03 22:55:14 +01:00
Laurent Peuch
98da17d0be [doc] syntax highlight 2016-02-03 22:50:33 +01:00
Laurent Peuch
c7cfcc382b [doc] syntax highlight 2016-02-03 22:39:52 +01:00
Laurent Peuch
ed8fbc17e6 [doc] add todo and licence 2016-02-03 22:38:00 +01:00
Laurent Peuch
d466c213b8 [doc] better introduction 2016-02-03 22:34:04 +01:00
Laurent Peuch
8acb43e805 [doc] example doc 2016-02-03 22:29:54 +01:00
Laurent Peuch
9bf6cff6ad [doc] document panorama 2016-02-03 22:24:24 +01:00
Laurent Peuch
e2da77c041 [doc] MOAR doc 2016-02-03 22:21:27 +01:00
Laurent Peuch
a547a0d549 [doc] improve README.md 2016-02-03 21:33:32 +01:00