Html image gallery from bash
Before we took a file listing and made a list in an html file ( http://computoman.blogspot.com/2014/11/file-listing-into-html-file.html ) . Must admit I do not know css, so I use what I know with simple html. This time we are going to use bash to create a picture gallery page. The main thing we want to do is to automate creation of web pages even if they are static so to speak. If things go as planned we will make an automated version of out bookmarks page http://computoman.blogspot.com/2014/09/bookmarks-plus.html . There is a lot more that could be done, but thought this was a good start. The second picture is a more realistic size. Used filename without the extension for the alt tag. After I thought about it. this could also be used for several things including a comics section for our newspages ( http://computoman.blogspot.com/2013/12/create-your-own-newspages.html ) with a little coding changes. Comics come usually in sets of three frames Anyway here is the skeleto...