summaryrefslogtreecommitdiff
path: root/src/article.html
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-23 03:02:23 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-23 03:02:23 +0200
commitf59b2bd1d4f8ff3548af12e9ca9367562e60373c (patch)
tree8a9b07c1abf96c6ea3374f42360b8b7f70f9370f /src/article.html
parent4467a42aee94c85868fc4c706669fcf89707bce3 (diff)
in fact a Makefile makes no sens here, what I'll need is juste un build script. Thus src dir has no more any reason to be
Diffstat (limited to 'src/article.html')
-rw-r--r--src/article.html58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/article.html b/src/article.html
deleted file mode 100644
index 90cbe3c..0000000
--- a/src/article.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html>
-<html dir="ltr" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title><?fugitive-install name ?>'s blog: <?fugitive article_title ?></title>
- <meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />
- <meta name="author" content="<?fugitive-install name ?>" />
- <meta name="description" content="<?fugitive-install name ?>'s blog" />
- <link rel="stylesheet" href="fugitive.css" type="text/css" media="screen" charset="utf-8" />
- </head>
- <body>
- <div id="container">
- <nav>
- <ul>
- <li><a href="index.html">home</a></li>
- <li><a href="archives.html">archives</a></li>
- </ul>
- </nav>
- <header>
- <h1><?fugitive-install name ?>'s blog</h1>
- <q>Weeks of coding can save you hours of planning.</q>
- </header>
- <article>
- <header>
- <h2><?fugitive article_title ?></h2>
- </header>
- <footer>
- by <?fugitive article_cauthor ?>, on
- <time datetime="<?fugitive article_cdatetime ?>">
- <?fugitive article_cdate ?> at <?fugitive article_ctime ?>
- </time><br />
- <small>
- last update by <?fugitive article_mauthor ?>, on
- <time datetime="<?fugitive article_mdatetime ?>">
- <?fugitive article_mdate ?> at <?fugitive article_mtime ?>
- </time>
- </small>
- </footer>
- <div>
- <?fugitive article_content ?>
- </div>
- </article>
- <footer>
- <p>
- <a href="http://www.gnu.org/copyleft/copyleft.html">copyleft</a>
- <?fugitive-install name ?> <?fugitive-install year ?>
- &mdash;
- powered by <a href="http://gitorious.org/fugitive">fugitive</a>
- </p>
- <p>
- last build was <?fugitive commit_hash ?>,
- <time><?fugitive commit_datetime ?></time>,
- <q><?fugitive commit_subject ?></q>
- </p>
- </footer>
- </div>
- </body>
-</html>