[TriLUG] New document on Bluefish, HTML and Styles Based Authoring

Francois Dion francois.dion at gmail.com
Wed Aug 7 09:39:55 EDT 2013


On Wed, Aug 7, 2013 at 8:32 AM, John Vaughters <jvaughters04 at yahoo.com>wrote:

> You might not like Bluefish if.....
>
> Nice segment. I got some good laughs in there. Mouse vs. Keyboard and
> Apple comments `,~)
>
> Been using Bluefish for years, but I am not a big HTML person. I liked it
> for the same reason you did. I could not find any decent WYSIWYG and I
> prefer text editing anyhow. GEDIT being one of my favorites for all file
> types.
>

For publications (including content web sites), I think HTML is overkill
and gets in the way. Particularly if you are doing multilingual, then it's
even more excruciating. Although you want your final result to be html and
css or pdf, a simpler no frill format such as

The whole fait main [1] (in french, my article on DIY raspberry pi
interface cables is at the bottom right) web site / magazine / pdf is all
done straight from restructured text [2] on github. Similarly for Brython
[3] the text and documentation is all in Markdown [4] format on bitbucket.

The difference between the two is that in the first case the .rst files are
converted to html during the pull from github process and serves static
content, while in the other, what is on bitbucket is pulled without
alteration and Brython does the conversion dynamically in your browser.

And of course, markdown (or ReSt) is what you use for landslide [5] (we
just talked about it in the open source presentation frameworks thread
about a week ago)

[1] http://faitmain.org/volume-1/index.html
[2] http://docutils.sourceforge.net/docs/user/rst/quickstart.html
[3] http://brython.info
[4] http://daringfireball.net/projects/markdown/syntax
[5] https://github.com/adamzap/landslide


Francois
--
www.pyptug.org  -  raspberry-python.blogspot.com  -  @f_dion


More information about the TriLUG mailing list