Home
Name Modified Size InfoDownloads / Week
fblog-0.6.1-x86_64.tar 2016-04-07 1.3 MB
fblog-0.6.1-x86.tar 2016-04-07 1.3 MB
fblog-0.6.1.tar.gz 2016-03-20 110.2 kB
README 2016-03-18 2.1 kB
fblog-0.6.0.tar.gz 2016-03-18 108.7 kB
fblog-0.5.5.1.tar.gz 2015-12-16 922.4 kB
fblog-0.5.5.tar.gz 2015-02-10 482.6 kB
fblog-0.5.4.tar.gz 2014-10-18 903.7 kB
fblog-0.5.3.tar.gz 2014-06-07 934.7 kB
fblog-0.5.2.tar.gz 2014-03-08 910.1 kB
fblog-0.5.1.tar.gz 2014-02-27 909.2 kB
fblog-0.5.0-tar-gz 2014-02-20 903.8 kB
fblog-0.4.0-tar-gz 2014-02-12 904.9 kB
fblog-0.3.0-tar-gz 2014-01-31 1.9 MB
fblog-0.2.1-tar-gz 2014-01-24 1.9 MB
fblog-0.2.tar.gz 2013-03-17 485.7 kB
fblog-0.1.1.tar.gz 2013-03-07 37.1 kB
fblog-0.1.tar 2013-03-02 143.4 kB
Totals: 18 Items   14.2 MB 0
fBlog is a stand-alone weblog page generator to be uploaded (website) or
viewed on its own computer (diary or notebook).

TARGET SYSTEMS
--------------
Any UNIX/POSIX based systems (Linux x86_64 tested).

DEPENDENCIES
------------
* Build time:
    - Fortran compiler: gfortran version >= 4.8.5 (gfortran 5.3.0 tested).
* Web pages generation:
    - POSIX shell (Bash tested),
    - POSIX external commands (ls, rm, cp, mkdir, stty and vi).
* Online:
    - Web server (Apache tested).
* Offline:
    - Web browser (Firefox tested).

QUICK START
-----------
                  ------------------------------
                  01     $ ./configure
                  02     $ make
                  03     # make install-strip
                  04     $ mkdir new_blog_dir
                  05     $ fblog new_blog_dir
                  ------------------------------

ENVIRONMENT
-----------
* EDITOR
   By default, the text editor is launched according `EDITOR' environment
   variable. (If none, 'vi' text editor is launched.) To override it, (for
   example to have 'nano' editor), just enter at command line:
                       ----------------------
                       $ EDITOR=nano fblog -c
                       ----------------------
   uncomment the line beginning by EDITOR and write the name of your preferred
   editor.
* LANG
   Two languages are available for this version: English (LANG=en) and French
   (LANG=fr). If LANG is not set or set for any other language, English is the
   default. For example, to have the French version, just enter at command line:
                       ---------------
                       $ LANG=fr fblog
                       ---------------
INFO
----
  - Type `$ fblog -h'
  - Read file `README-dev'
  - http://oceamer.com/~denis/

OFFICIAL WEB SITES
------------------
  https://sourceforge.net/projects/fortranblog/
  http://fblog.eu/
--------------------------------------------------------------------------------
                                                Copyright (C) 2016 Denis Bernard
                                                License: GPLv3+
Source: README, updated 2016-03-18