CLI, with an optional configuration file. In the configuration file, I can state in which order I want to pictures to be displayed (by default, it takes the order the pictures are in the directory), whether pictures need to be rotated (my camera doesn't track this), any descriptions I'd like to be shown, and whatever else I'd like to record. Everything being optional. I don't need to an HTTP server to create (or configure) my albums, and I don't even need one to view my albums. firefox index.html works fine. All I need to create an album is vi (for the config file), convert (to scale/rotate/crop images) and jhead (to get the exif information). Oh, and Perl. And since I sometimes work on an album on my laptop, I've a 'sync' option that uses rsync to sync from my laptop to my server. A server that doesn't have CGI enabled.

In reply to Re^6: Global program flow by Anonymous Monk
in thread Global program flow by Mr. Mental

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.