diff options
Diffstat (limited to 'todo/index.html')
-rw-r--r-- | todo/index.html | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/todo/index.html b/todo/index.html deleted file mode 100644 index a397960..0000000 --- a/todo/index.html +++ /dev/null @@ -1,123 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - -<head> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> - -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>TODO</title> - -<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css" type="text/css" /> -<link rel="stylesheet" href="../bootstrap/css/bootstrap-responsive.min.css" /> - -<link rel="stylesheet" href="../local.css" type="text/css" /> - - - - - -<style type="text/css"> -@media (max-width: 979px) { - .navbar-fixed-top { - position: fixed; - margin-left: 0px; - margin-right: 0px; - } -} -</style> -</head> -<body> - -<div class="container"> - - <div class="row-fluid"> - <div class="span12"> - <h1></h1> - - <ul class="breadcrumb"> - - <li><a href="../">Cache Saravento</a> <span class="divider">/</span> </li> - - <li>TODO</li> - <li><span class="divider">|</span> <a href="../data">Dados</a></li> - <li><span class="divider">|</span> <a href="../todo">Tarefas</a></li> - <li><span class="divider">|</span> <a href="https://git.fluxo.info/?p=cache.git;a=history;f=todo.mdwn">Histórico</a></li> - <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> - </ul> - </div> - </div> - - <div class="page row-fluid"> - - <div> - <div class="pageheader"> - <div class="header"> - <h1> - TODO - - </h1> - - </div> - - </div> - - <div id="pagebody"> - - <div id="content"> - <p class="pagedate"> - <strong>Posted <span class="date">Sex 07 Ago 2015 14:01:43 BRT</span></strong> - </p> - <ul> -<li>Cronjob logrotation.</li> -<li>Cache index (both human and machine readable).</li> -<li>Exclude httruta from ikiwiki processing.</li> -<li>Makefile: git "www" remote configuration.</li> -<li>Check live instance config.</li> -</ul> - - - </div> - - <hr /> - - - - - - </div> - - <div id="footer" class="pagefooter"> - - <div id="pageinfo"> - - - - - - - - - - <!--<div class="pagedate"> - Last edited <span class="date">Qui 13 Out 2016 17:36:41 BRT</span> - </div> --> - - </div> - - - <!-- from Cache Saravento --> - </div> - - </div> - - <div class="span4"> - - - - </div> - - </div> -</div> - -</body> -</html> |