Markus Steinlein
6a1ee41cee
Some enhancements to event styling.
4 years ago
Markus Steinlein
2df0002432
Added a page for upcoming events by establishing a second flat-pages instance. Added css styling and first contents.
4 years ago
Johannes Thumshirn
19eaa46656
tools: rudimentary docx importer
...
Add a rudimentary importer for Microsoft Word docx files. It uses pandoc
to convert the Word documents to Markdown and extracts the embedded images
into static/img/. It's also fixing the paths and names of the images so we
can generally use it. If an author, date or description is provided the
article meta data is patched to use it. Also a fotogrid section will be
created.
What's left is cleaning the generated Markdown from Word's image size
constraints, I have not found a generally usable way that works without
manual intervention. Also resizing the images is not yet done.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein
9cd5859052
Merge pull request #15 from F-D-G-L/main
...
Followup
4 years ago
Johannes Thumshirn
7c4505549e
Merge pull request #40 from frankenmichl/add_github_links
...
add links to github and for creating issues, add license info
4 years ago
Michael Moese
d0585b2caf
add links to github and for creating issues, add license info
4 years ago
Markus Steinlein
97137fbb49
Merge pull request #14 from F-D-G-L/main
...
Followup
4 years ago
Johannes Thumshirn
7509cf0bd7
Merge pull request #38 from Ayreonaut/css-smartphone
...
Fixed css for smartphone
4 years ago
Markus Steinlein
7ae52cfb95
Merge pull request #13 from F-D-G-L/main
...
Followup
4 years ago
Markus Steinlein
a738c29b09
Merge pull request #39 from frankenmichl/more_contacts
...
add links to twitter and youtube
4 years ago
Michael Moese
5b5bd5b53c
add links to twitter and youtube
...
Signed-off-by: Michael Moese <frankenmichl@posteo.de>
4 years ago
Markus Steinlein
35c312d00c
Fixed css for rendering in portrait mode.
4 years ago
Markus Steinlein
6383abd102
Merge pull request #12 from F-D-G-L/main
...
Followup
4 years ago
Markus Steinlein
64f5910d24
Merge pull request #37 from Ayreonaut/page-contact
...
Contact page
4 years ago
Markus Steinlein
3fd99fc53e
Date correction.
4 years ago
Markus Steinlein
905f2b3147
Added a static contact page.
4 years ago
Markus Steinlein
c7eb257740
Merge pull request #11 from F-D-G-L/main
...
Followup
4 years ago
Johannes Thumshirn
d8b2c18109
Merge pull request #34 from Ayreonaut/mst-rss-feed
...
More article necromantism
4 years ago
Markus Steinlein
9e45c876bd
More article necromantism.
4 years ago
Johannes Thumshirn
647650442b
Merge pull request #33 from Ayreonaut/mst-rss-feed
...
rss: page content, german locale
4 years ago
Markus Steinlein
b2bbcf6b1e
Added page content to feed.
4 years ago
Markus Steinlein
ec89bd2871
Comments for fotogrid tests.
4 years ago
Markus Steinlein
8332fed3a4
Added german locale for date string.
4 years ago
Markus Steinlein
aec5bd9745
Merge pull request #10 from F-D-G-L/main
...
Followup
4 years ago
Markus Steinlein
cc37e62993
Merge pull request #32 from morbidrsa/yt-links
...
YouTube link 2-click...
4 years ago
Johannes Thumshirn
935f89d821
pages: resurrect old growl-workshop page
...
Resurrect old growl-workshop page from the wordpress backups.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn
8b2c618390
pages: resurrect old Kuttennaehworkshop
...
Resurrect old Kuttennaehworkshop page from the wordpress grave.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn
7f25baed12
video.js: add 2-click js for youtube embedding
...
Add 2-click button for embedding YouTube Videos.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein
24bb3093d1
Merge pull request #9 from F-D-G-L/main
...
Followup
4 years ago
Johannes Thumshirn
11ec12cfaa
Merge pull request #31 from Ayreonaut/mst-rss-feed
...
Added RSS feed
4 years ago
Markus Steinlein
330c4c3f08
Added support for a simple rss feed.
4 years ago
Markus Steinlein
4aee51140f
Merge pull request #8 from F-D-G-L/main
...
Followup
4 years ago
Johannes Thumshirn
e390f90692
Merge pull request #30 from Ayreonaut/enhance-fotogrid
...
Enhance fotogrid, add unittests
4 years ago
Ayreonaut
010f03fc81
Added lxml requirement.
4 years ago
Markus Steinlein
3ca19319d7
Enhanced fotogrid layout algorithm and made it more readable. Added unit tests.
4 years ago
Markus Steinlein
2ab786feb2
Merge pull request #7 from F-D-G-L/main
...
Followup
4 years ago
Johannes Thumshirn
7954fdd2e7
Merge pull request #29 from Ayreonaut/mst-style-content
...
Harmonize style and content, fix spelling
4 years ago
Johannes Thumshirn
22345cbea1
Merge pull request #28 from morbidrsa/fotogrid
...
fotogrid: make pycodestyle happy
4 years ago
Markus Steinlein
827db530fa
Harmonized headline styles across several pages. Corrected some spelling mistakes. Added fotogrid to festival blogposts.
4 years ago
Markus Steinlein
9b40704c34
Added title block for blog pages so that they are harmonized with other pages.
4 years ago
Johannes Thumshirn
b20b453871
fotogrid: make pycodestyle happy
...
make test complains:
$ make test
pycodestyle *.py
fotogrid.py:3:1: E302 expected 2 blank lines, found 0
make: *** [Makefile:17: test] Error 1
This is because pycodestyle interprets the function documentation as
python shebang line or module documentation and expects two blank lines
afterwards.
Move the function documentation into python heredoc.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein
5bcb3b7131
Merge pull request #6 from F-D-G-L/main
...
Followup
4 years ago
Johannes Thumshirn
d7d8d90fec
Merge pull request #27 from morbidrsa/fix-travis
...
README: fix travis badge
4 years ago
Johannes Thumshirn
17bca924cd
Merge pull request #23 from frankenmichl/add_about
...
Add details to verein.html
4 years ago
Johannes Thumshirn
8224d5dbd4
Merge pull request #26 from Ayreonaut/fotogrid
...
Fotogrid & some cosmetics 3
4 years ago
Johannes Thumshirn
dfd2e25779
README: fix travis badge
...
I used the wrong URL in the travis badge, fix it.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein
f68aad4c81
Truncated comment line to less that 80 chars.
4 years ago
Markus Steinlein
19677cb455
More style corrections.
4 years ago
Markus Steinlein
4b3d4023a3
Code cleanup to pass travis checks.
4 years ago
Markus Steinlein
e3804e883d
Some cosmetics to blog pages (user icon, hr, date formatting). Created folder drafts for posts that should be preserved, but not published yet.
4 years ago