fBlog, a weblog engine for static content written in Fortran

      IF    (                                                        &
            you_need_a_home_page_or_a_read_only_blog .AND.           &
            you_can_play_with_console_applications_under_Linux .AND. &
            you_can_write_a_CSS_file .AND.                           &
            you_can_run_a_Web_server_like_Apache_or_Nginx .AND.      &
            you_are_bored_with_SQL_PHP_JavaScript)                   &
      THEN
            PRINT*, "fBlog is just what you need."
      ELSE
            PRINT*, "bye!"
      ENDIF

Some blogs realized by the author with fBlog:
http://fortranblog.sourceforge.net/examples.html

The source code is both on SourceForge and GitHub:

4 Likes

Thanks. BTW, the post/blog was triggered by the ORNL thread.