diff --git a/README.md b/README.md
index a7ef481..cc3c586 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,6 @@ Uses prosopopee
https://pypi.org/project/prosopopee/
- pip install prosopopee
-
Usage:
prosopopee
@@ -29,4 +27,13 @@ Done using venv
python3 -m venv
source /bin/activate
+ python -m ensurepip --default-pip
+ pip install prosopopee # does not work for me, but adds dependencies
+
+ git clone
+ cd
+ #Based on http://cerfacs.fr/coop/python3_doc/pip_install/
+ pip install . # this installs it well
+ # might add dependency by installing the dependencies txt file too!
+
This is needed for locally installing the stuff. Maybe that way one can install manually too using the setup.py (see manuals online)
diff --git a/about/settings.yaml b/about/settings.yaml
new file mode 100644
index 0000000..e32ce5c
--- /dev/null
+++ b/about/settings.yaml
@@ -0,0 +1,6 @@
+title: "About"
+static: true
+public: false
+sections:
+ - type: text
+ text: Some text, HTML is allowed.
diff --git a/first_gallery/settings.yaml b/first_gallery/settings.yaml
new file mode 100644
index 0000000..b51e884
--- /dev/null
+++ b/first_gallery/settings.yaml
@@ -0,0 +1,67 @@
+title: my first gallery
+sub_title: some subtitle
+date: 2015-12-08
+cover: stuff.png
+light_mode: true
+sections:
+ - type: full-picture
+ image: stuff.png
+ text:
+ title: Beautiful Title
+ sub_title: pouet pouet
+ date: 2015-12-08
+# - type: full-picture
+# image:
+# name: video.mp4
+# type: video
+# text:
+# title: Beautiful Title
+# sub_title: pouet pouet
+# date: 2015-12-08
+# - type: bordered-picture
+# image:
+# name: video.mp4
+# type: video
+ - type: bordered-picture
+ image: stuff.png
+# - type: bordered-picture
+# image:
+# name: video.mp4
+# type: video
+ text: "plop"
+ - type: bordered-picture
+ image: stuff.png
+ text: "plop"
+ - type: text
+ text: « voici plein de blabla à rajouter et ceci est du gras et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller »
+ - type: pictures-group
+ images:
+ -
+ - name: stuff.png
+ text: "test"
+# - name: video.mp4
+# type: video
+ - name: stuff.png
+ text: "test"
+ -
+ - stuff.png
+ - name: stuff.png
+ text: "more stuff"
+ - type: pictures-group
+ images:
+ -
+ - name: stuff.png
+ text: "test"
+ - name: stuff.png
+ text: "test"
+ - name: stuff.png
+ text: "test"
+ -
+ - stuff.png
+ - stuff.png
+ - type: full-picture
+ image: stuff.png
+# - type: full-picture
+# image:
+# name: video.mp4
+# type: video
diff --git a/first_gallery/stuff.png b/first_gallery/stuff.png
new file mode 100644
index 0000000..2126ff5
Binary files /dev/null and b/first_gallery/stuff.png differ
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..d5dcd71
Binary files /dev/null and b/logo.png differ
diff --git a/second_gallery/second_level_gallery/settings.yaml b/second_gallery/second_level_gallery/settings.yaml
new file mode 100644
index 0000000..60839fb
--- /dev/null
+++ b/second_gallery/second_level_gallery/settings.yaml
@@ -0,0 +1,7 @@
+title: my second gallery
+sub_title: some subtitle
+date: 2015-12-08
+cover:
+ type: stuff
+ name: stuff.png
+theme: exposure
diff --git a/second_gallery/second_level_gallery/stuff.png b/second_gallery/second_level_gallery/stuff.png
new file mode 100644
index 0000000..2126ff5
Binary files /dev/null and b/second_gallery/second_level_gallery/stuff.png differ
diff --git a/second_gallery/second_level_gallery/third_gallery_1/settings.yaml b/second_gallery/second_level_gallery/third_gallery_1/settings.yaml
new file mode 100644
index 0000000..b51e884
--- /dev/null
+++ b/second_gallery/second_level_gallery/third_gallery_1/settings.yaml
@@ -0,0 +1,67 @@
+title: my first gallery
+sub_title: some subtitle
+date: 2015-12-08
+cover: stuff.png
+light_mode: true
+sections:
+ - type: full-picture
+ image: stuff.png
+ text:
+ title: Beautiful Title
+ sub_title: pouet pouet
+ date: 2015-12-08
+# - type: full-picture
+# image:
+# name: video.mp4
+# type: video
+# text:
+# title: Beautiful Title
+# sub_title: pouet pouet
+# date: 2015-12-08
+# - type: bordered-picture
+# image:
+# name: video.mp4
+# type: video
+ - type: bordered-picture
+ image: stuff.png
+# - type: bordered-picture
+# image:
+# name: video.mp4
+# type: video
+ text: "plop"
+ - type: bordered-picture
+ image: stuff.png
+ text: "plop"
+ - type: text
+ text: « voici plein de blabla à rajouter et ceci est du gras et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller »
+ - type: pictures-group
+ images:
+ -
+ - name: stuff.png
+ text: "test"
+# - name: video.mp4
+# type: video
+ - name: stuff.png
+ text: "test"
+ -
+ - stuff.png
+ - name: stuff.png
+ text: "more stuff"
+ - type: pictures-group
+ images:
+ -
+ - name: stuff.png
+ text: "test"
+ - name: stuff.png
+ text: "test"
+ - name: stuff.png
+ text: "test"
+ -
+ - stuff.png
+ - stuff.png
+ - type: full-picture
+ image: stuff.png
+# - type: full-picture
+# image:
+# name: video.mp4
+# type: video
diff --git a/second_gallery/second_level_gallery/third_gallery_1/stuff.png b/second_gallery/second_level_gallery/third_gallery_1/stuff.png
new file mode 100644
index 0000000..2126ff5
Binary files /dev/null and b/second_gallery/second_level_gallery/third_gallery_1/stuff.png differ
diff --git a/second_gallery/second_level_gallery/third_gallery_2/settings.yaml b/second_gallery/second_level_gallery/third_gallery_2/settings.yaml
new file mode 100644
index 0000000..b51e884
--- /dev/null
+++ b/second_gallery/second_level_gallery/third_gallery_2/settings.yaml
@@ -0,0 +1,67 @@
+title: my first gallery
+sub_title: some subtitle
+date: 2015-12-08
+cover: stuff.png
+light_mode: true
+sections:
+ - type: full-picture
+ image: stuff.png
+ text:
+ title: Beautiful Title
+ sub_title: pouet pouet
+ date: 2015-12-08
+# - type: full-picture
+# image:
+# name: video.mp4
+# type: video
+# text:
+# title: Beautiful Title
+# sub_title: pouet pouet
+# date: 2015-12-08
+# - type: bordered-picture
+# image:
+# name: video.mp4
+# type: video
+ - type: bordered-picture
+ image: stuff.png
+# - type: bordered-picture
+# image:
+# name: video.mp4
+# type: video
+ text: "plop"
+ - type: bordered-picture
+ image: stuff.png
+ text: "plop"
+ - type: text
+ text: « voici plein de blabla à rajouter et ceci est du gras et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller »
+ - type: pictures-group
+ images:
+ -
+ - name: stuff.png
+ text: "test"
+# - name: video.mp4
+# type: video
+ - name: stuff.png
+ text: "test"
+ -
+ - stuff.png
+ - name: stuff.png
+ text: "more stuff"
+ - type: pictures-group
+ images:
+ -
+ - name: stuff.png
+ text: "test"
+ - name: stuff.png
+ text: "test"
+ - name: stuff.png
+ text: "test"
+ -
+ - stuff.png
+ - stuff.png
+ - type: full-picture
+ image: stuff.png
+# - type: full-picture
+# image:
+# name: video.mp4
+# type: video
diff --git a/second_gallery/second_level_gallery/third_gallery_2/stuff.png b/second_gallery/second_level_gallery/third_gallery_2/stuff.png
new file mode 100644
index 0000000..2126ff5
Binary files /dev/null and b/second_gallery/second_level_gallery/third_gallery_2/stuff.png differ
diff --git a/second_gallery/second_level_gallery_2/settings.yaml b/second_gallery/second_level_gallery_2/settings.yaml
new file mode 100644
index 0000000..6e2df31
--- /dev/null
+++ b/second_gallery/second_level_gallery_2/settings.yaml
@@ -0,0 +1,67 @@
+title: my second level gallery 2
+sub_title: some subtitle
+date: 2015-12-08
+cover: stuff.png
+sections:
+ - type: full-picture
+ image: stuff.png
+ text:
+ title: Beautiful Title
+ sub_title: pouet pouet
+ date: 2015-12-08
+# - type: full-picture
+# image:
+# name: video.mp4
+# type: video
+# text:
+# title: Beautiful Title
+# sub_title: pouet pouet
+# date: 2015-12-08
+# - type: bordered-picture
+# image:
+# name: video.mp4
+# type: video
+ - type: bordered-picture
+ image: stuff.png
+# - type: bordered-picture
+# image:
+# name: video.mp4
+# type: video
+# text: "plop"
+ - type: bordered-picture
+ image: stuff.png
+ text: "plop"
+ - type: text
+ text: « voici plein de blabla à rajouter et ceci est du gras et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller »
+ - type: pictures-group
+ images:
+ -
+ - name: stuff.png
+ text: "test"
+# - name: video.mp4
+# type: video
+ - name: stuff.png
+ text: "test"
+ -
+ - stuff.png
+# - name: video.mp4
+# type: video
+ - type: pictures-group
+ images:
+ -
+ - name: stuff.png
+ text: "test"
+ - name: stuff.png
+ text: "test"
+ - name: stuff.png
+ text: "test"
+ -
+ - stuff.png
+ - stuff.png
+ - type: full-picture
+ image: stuff.png
+# - type: full-picture
+# image:
+# name: video.mp4
+# type: video
+# vim: ts=8 et sw=4 sts=4
diff --git a/second_gallery/second_level_gallery_2/stuff.png b/second_gallery/second_level_gallery_2/stuff.png
new file mode 100644
index 0000000..2126ff5
Binary files /dev/null and b/second_gallery/second_level_gallery_2/stuff.png differ
diff --git a/second_gallery/settings.yaml b/second_gallery/settings.yaml
new file mode 100644
index 0000000..cca412b
--- /dev/null
+++ b/second_gallery/settings.yaml
@@ -0,0 +1,7 @@
+title: my second level gallery
+sub_title: some subtitle
+date: 2015-12-08
+cover: stuff.png
+#sections:
+# - type: subgal
+# vim: ts=8 et sw=4 sts=4
diff --git a/second_gallery/stuff.png b/second_gallery/stuff.png
new file mode 100644
index 0000000..2126ff5
Binary files /dev/null and b/second_gallery/stuff.png differ
diff --git a/settings-menu.yaml b/settings-menu.yaml
new file mode 100644
index 0000000..e5ff2f7
--- /dev/null
+++ b/settings-menu.yaml
@@ -0,0 +1,5 @@
+title: "Example gallery"
+menu:
+ - about: "About"
+ - first_gallery: "My first gallery"
+ - http://twitter.com: "Twitter"
diff --git a/settings.yaml b/settings.yaml
new file mode 100644
index 0000000..935a891
--- /dev/null
+++ b/settings.yaml
@@ -0,0 +1,9 @@
+title: "MagosIT Kft"
+sub_title: "Egyedi és csúcsfejlesztések, tanácsadás, K+F"
+settings:
+ gm:
+ quality: 80
+ light_mode: true
+sections:
+ - type: subgal
+# vim: ts=8 et sw=4 sts=4