public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
photosync / content / month.html
100644 18 lines (17 sloc) 0.452 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>Photos from %MONTH% %YEAR%</title>
    <link rel="stylesheet" href="../../style.css" />
  </head>
  <body>
    <div class="monthList">
      %IMGS%
    </div>
    <div id="footer"><a href="../../index.html">[Index]</a>
      / <a href="../%YEAR%.html">[%YEAR%]</a>
    </div>
  </body>
</html>