- progressive jpegs
[Photos2Atom.git] / README.md
blob257df31da62ad0a746a5d624255484ae86c6b705
2 Prepare a static photo feed for publication on a webserver.
4 # Usage
6     $ # put the photos or softlinks into ./src/, then
7     $ make title='My Photos' base='https://example.org/sub/my-photos'
9     $ # optional:
10     $  sh ./install-lightbox2.sh
11     $  rsync -aP assets _build/
13     $ rsync -avPz _build/ example.org:/var/www/.../
15 ## Prerequisites
17 - [make](https://www.gnu.org/software/make/)
18 - [imagemagick](https://imagemagick.org/)
19 - [xmllint](http://xmlsoft.org/xmllint.html)
20 - [rsync](http://rsync.samba.org/)
21 - [curl](https://curl.haxx.se/)
23 ## Appendix
25 - Atom
26   - http://atomenabled.org/developers/syndication/
27   - https://tools.ietf.org/html/rfc4287#appendix-B
28 - Yahoo media extensions
29   - http://www.rssboard.org/media-rss
30 - GeoRSS
31   - http://www.geonames.org/rss-to-georss-converter.html
33 ## Mirrors
35 see doap.rdf