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
Search Repo:
photosync / Resources / year.html
100644 19 lines (18 sloc) 0.41 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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 %YEAR%</title>
    <link rel="stylesheet" href="../style.css" />
  </head>
  <body>
    <h1>Months: in %YEAR%</h1>
    <ul>
      %MONTHS%
    </ul>
    <div id="footer">
      <a href="../index.html">[Index]</a>
    </div>
  </body>
</html>