This is a new blog for the young project nb2gopher. As you can imagine, the blog engine is NanoBlogger! For ignorant, NanoBlogger is a well known blog engine, written in Bourne Again Shell (bash) and available at: http://sourceforge.net/projects/nanoblogger/.
The first release of nb2gopher is here: http://sourceforge.net/projects/nb2gopher/.
It is a set a source files written in Fortran. But, be aware that it is not old Fortran 77 but its latest evolution following the 2008 standard. So, you need a very recent compiler. It compiles fine with gfortran that comes with gcc 4.5.1 . There is no documentation yet, excepted a man file. I will do it soon. The main file is nb2gopher.f08. To compile it, just type:
gfortran -Wall -o nb2gopher nb2gopher.f08
Then, you can move this file under the proper directory where stand binaries. But, it is safer to run it first in a separate directory, simply invoking :
./nb2gopher
Have fun!