Much cleanup thannks to muffet (https://github.com/raviqqe/muffet)
This commit is contained in:
parent
c3d038e373
commit
11ea28643a
26 changed files with 75 additions and 142 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -14,24 +14,14 @@ running on those hosts.
|
|||
|
||||
### Additional Links
|
||||
|
||||
[gnu screen - Google
|
||||
Search](http://www.google.com/search?q=gnu+screen&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)
|
||||
[GNU Screen - GNU Project - Free Software Foundation
|
||||
(FSF)](http://www.gnu.org/software/screen/) [GNU Screen - Summary
|
||||
\[Savannah\]](http://savannah.gnu.org/projects/screen/) [GNU Screen -
|
||||
Wikipedia, the free
|
||||
encyclopedia](http://en.wikipedia.org/wiki/GNU_Screen) [GNU Screen -
|
||||
Jonathan McPherson](http://jmcpherson.org/screen.html) [Screen User's
|
||||
Manual](http://www.delorie.com/gnu/docs/screen/screen_toc.html) [start
|
||||
\[GNU screen\]](http://aperiodic.net/screen/) [Deadman.org: SSH-Agent
|
||||
Forwarding and GNU Screen](http://www.deadman.org/sshscreen.html)
|
||||
<http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html>
|
||||
[Remote terminal session management using
|
||||
screen](http://www.pixelbeat.org/docs/screen/) How to use screen to
|
||||
detach from and share terminal sessions [z o r g . o r g - A Brief
|
||||
Introduction to Screen](http://www.zorg.org/linux/screen.php)
|
||||
[www.zorg.org](http://www.zorg.org)! Linux, Home Automation, VoIP, Radio
|
||||
Scanning, PMR446, CB Radio, Cryptography, Handspring Visor, Psion Series
|
||||
3 and much more. [screen - The Terminal
|
||||
Multiplexer](http://www.bangmoney.org/presentations/screen.html) \[Power
|
||||
Sessions with Screen
|
||||
* [gnu screen - Google Search](http://www.google.com/search?q=gnu+screen&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)
|
||||
* [GNU Screen - GNU Project - Free Software Foundation (FSF)](http://www.gnu.org/software/screen/)
|
||||
* [GNU Screen - Summary \[Savannah\]](http://savannah.gnu.org/projects/screen/)
|
||||
* [GNU Screen - Wikipedia, the free encyclopedia](http://en.wikipedia.org/wiki/GNU_Screen)
|
||||
* [GNU Screen - Jonathan McPherson](http://jmcpherson.org/screen.html)
|
||||
* [Screen User's Manual](http://www.delorie.com/gnu/docs/screen/screen_toc.html)
|
||||
* [start \[GNU screen\]](http://aperiodic.net/screen/)
|
||||
* [Deadman.org: SSH-Agent Forwarding and GNU Screen](http://www.deadman.org/sshscreen.html)
|
||||
* [Remote terminal session management using screen](http://www.pixelbeat.org/docs/screen/) How to use screen to detach from and share terminal sessions
|
||||
* [An Introduction to Screen](https://nathan.chantrell.net/linux/an-introduction-to-screen/)
|
||||
* [screen - The Terminal Multiplexer](http://www.bangmoney.org/presentations/screen.html) Power Sessions with Screen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue