mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-25 15:35:55 -04:00
Add HTML templates.
This commit is contained in:
parent
bbb93eb27f
commit
d9d9ad217b
2 changed files with 96 additions and 0 deletions
17
footer.tpl
Normal file
17
footer.tpl
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
<div class="left">
|
||||||
|
<a href="http://validator.w3.org/check?uri=referer">
|
||||||
|
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
|
||||||
|
</a>
|
||||||
|
<a href="http://jigsaw.w3.org/css-validator/check/referer">
|
||||||
|
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="right">
|
||||||
|
Bibliography generated by <a href="https://github.com/NullHypothesis/bibliograpy"><tt>bibliograpy</tt></a>.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
79
header.tpl
Normal file
79
header.tpl
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
<!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 http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
|
<title>CensorBib</title>
|
||||||
|
<style type="text/css">
|
||||||
|
li {
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
.paper {
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
.venue {
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size:25px;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size:18px;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
background-color:#aaa;
|
||||||
|
height:1px;
|
||||||
|
border:0 none;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
border:3px solid #a65f00;
|
||||||
|
background:#ffc373;
|
||||||
|
margin-left:40px;
|
||||||
|
margin-right:40px;
|
||||||
|
}
|
||||||
|
a:link {
|
||||||
|
color:#033e6b;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color:#0b61a4;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
.left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div style="margin-left:40px; margin-right:40px; ">
|
||||||
|
<div style="text-align:center">
|
||||||
|
<h1>Selected Research Papers in Internet Censorship</h1>
|
||||||
|
</div>
|
||||||
|
<div style="overflow:auto; margin:0 auto">
|
||||||
|
<div style="float:left; width:60%">
|
||||||
|
This is an archive of selected research papers in the field of
|
||||||
|
Internet censorship. Papers behind a paywall are
|
||||||
|
<a href="http://thecostofknowledge.com/">worthless</a>
|
||||||
|
<a href="http://www.researchwithoutwalls.org/">papers</a>, which is why
|
||||||
|
all papers on this page are freely available.
|
||||||
|
</div>
|
||||||
|
<div style="text-align:right">
|
||||||
|
Sort by: (<a href="year_reverse.html">reverse</a>) <a href="year.html">year</a>,
|
||||||
|
(<a href="author_reverse.html">reverse</a>) <a href="author.html">author</a> <br />
|
||||||
|
Feedback: <a href="mailto:phw@nymity.ch">phw@nymity.ch</a> (<a
|
||||||
|
href="http://www.cs.kau.se/philwint/pk.asc">OpenPGP</a>) <br />
|
||||||
|
Last updated: <a href="Changelog.txt">2015-05-10</a> <br />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Add table
Add a link
Reference in a new issue