Much cleanup thannks to muffet (https://github.com/raviqqe/muffet)

This commit is contained in:
Don Harper 2020-04-07 22:49:37 -05:00
parent c3d038e373
commit 11ea28643a
26 changed files with 75 additions and 142 deletions

View file

@ -5,21 +5,21 @@ categories = ["software","photos"]
tags = ["cli","photos"]
+++
**EDIT 2019-06-22:** It seems like the BINS website is gone. Do not know if this is tempory or not.
**EDIT 2019-06-22:** It seems like the BINS website is gone. Do not know if this is temporary or not.
BINS Photo Album
================
The [BINS Photo Album](http://bins.sautret.org/) is a package to
The BINS Photo Album is a package to
generate static web pages from the command line. Why would you want to
do this? Well, most of the dynamic web photo albums require that the
server do all the work when the client requests the images, thus either
slowing it down, or requiring a very beefy server. Also, you introduce
the chance for a script-kiddie from hacking your site. Not good.
Enter BINS. Some of its features include \[[from the web
page](http://bins.sautret.org/intro.html)\]:
Enter BINS. Some of its features include \[from the web
page\]:
- generated album is **static** : it's just plain HTML/CSS/Javascript
files (Javascript is not mandatory to view the album), no need of
@ -46,7 +46,7 @@ page](http://bins.sautret.org/intro.html)\]:
- A **search engine** is included in the album : you can find some
pictures by searching keywords in their description fields.
- Album can be generated from pictures managed by
[Zoph](http://www.nother.net/zoph/).
Zoph.
- **speed up** album browsing by performing a clean up of HTML code to
reduce its size and by **pre-loading** thumbnails in browser cache
using *JavaScript* code ;
@ -80,6 +80,3 @@ page](http://bins.sautret.org/intro.html)\]:
characters (excepted '/'), and create **valid escaped URLs** ;
- generate **valid HTML/XHTML** code. The level of HTML depends of the
style used. Some of the styles are valid, table free XHTML.
The web site has some great
[example.](http://bins.sautret.org/examples.html) Go check them out.