Website for http://fdgl.rocks
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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
drafts 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
pages Date correction. 4 years ago
static Fixed css for rendering in portrait mode. 4 years ago
templates Merge pull request #38 from Ayreonaut/css-smartphone 4 years ago
tests Comments for fotogrid tests. 4 years ago
tools tools: rudimentary docx importer 4 years ago
.coveragerc New Test: check if a method is implemented for each static page 4 years ago
.gitignore New Test: check if a method is implemented for each static page 4 years ago
.travis.yml Add a basic travis configuration 4 years ago
LICENSE app: add GPLv3 license 4 years ago
Makefile New Test: check if a method is implemented for each static page 4 years ago
README.md README: fix travis badge 4 years ago
app.py Added a static contact page. 4 years ago
feed.py Added page content to feed. 4 years ago
fotogrid.py Added lxml requirement. 4 years ago
requirements.txt Added support for a simple rss feed. 4 years ago

README.md

F.D.G.L Web Site

Build Status codecov