Mirko Westermeier

Results 13 issues of Mirko Westermeier

See #10 @tardisx

[perlsub "Signatures"](https://perldoc.perl.org/perlsub.html#Signatures)

Improvement

[Mount][mount]ing and [its test][test] still don't work. [mount]: https://mojolicious.org/perldoc/Mojolicious/Plugin/Mount [test]: https://github.com/memowe/contenticious/blob/637edeabeed48e9e487c1cdebd0c2b3d79acc165/t/07_mount.t#L3

Bug

Contenticious' standard HTML/CSS looks nice on wide screens and ok on mobile devices with small screens. I suggest using a standard [bootstrap](https://getbootstrap.com) responsive design.

Feature
Improvement

Wait for #20 to be merged.

Improvement

*Some* HTML files had *some* DOS line endings (CRLF instead of LF). I used - `dos2unix docs/*.html` to convert line endings - `sed -i 's/[ \t]*$//' docs/*.html` to remove trailing...

The `style`/`reset` css files in `docs` and in `docs/assets/css` were the same. As most files reference the css files in `docs`, I removed the other ones.

Some images seem to be included in `docs`, but many are still linked to `amazonaws.com`. I think it would be a good idea to include the complete artwork in the...

Thanks for all your effort in this important project! I think it would be great to have the book‘s content as markdown files instead of HTML files: **Pros**: 1. It...