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 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
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 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
static Merge pull request #23 from frankenmichl/add_about 4 years ago
templates Merge pull request #23 from frankenmichl/add_about 4 years ago
tests More style corrections. 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 Merge pull request #26 from Ayreonaut/fotogrid 4 years ago
fotogrid.py fotogrid: make pycodestyle happy 4 years ago
requirements.txt Added font awesome support to be able to use fancy icons. 4 years ago

README.md

F.D.G.L Web Site

Build Status codecov