Files
I2P_Website/i2p2www/anonbib/_template_.html
str4d 7c42ce8329 Added anonbib for use in papers list
Source: https://gitweb.torproject.org/anonbib.git
Commit: b478fc493d4be2115185d94e077bf06196495417
2013-08-11 11:14:00 +00:00

75 lines
2.1 KiB
HTML

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<!-- *** I AM MACHINE GENERATED! DO NOT EDIT ME!
*** EDIT THE .bib FILE or _template_.html INSTEAD!
Generated by `%(command_line)s'
(c) Eddie Kohler 1999-2000, Nick Mathewson 2003 -->
<!-- anon bib anonymity bibliography -->
<title>%(title)s</title>
<link rel="stylesheet" type="text/css" href="%(root)s/css/main.css" />
<link rel="stylesheet" type="text/css" href="%(root)s/css/pubs.css" />
</head>
<body bgcolor="#ffffff" text="#000000" link="#bb0000" vlink="#990099"
alink="#ff9900" >
<h1 align="center">%(short_title)s</h1>
<p align="center">%(otherbibs)s</p>
<p align="center">%(choices)s</p>
<!-- Table 1: contains the sidebar and the body. -->
<table cellspacing="3" cellpadding="0" border="0" align="center" width="100%%">
<tr valign="top">
<td>
<!-- Table 2: The sidebar-->
<table align="right" cellspacing="0" cellpadding="5" width="100"
class="sidebar">
<tr valign="top"><td><p class="l1"><strong>%(sectiontypes)s:</strong><br /></p>
%(sections)s
</td>
</tr>
</table><!-- End of table 2 -->
</td>
<td width="85%%">
<h2>Publications by %(field)s</h2>
<ul class="sections">
%(entries)s
</ul>
</td>
<td width="5%%"><br /></td>
</tr>
</table><!-- End of table 1 -->
<p class="contact">Please send new or corrected entries to
<a name="contact">
<span class="email">&lt;anonbib&#64;free<!-- -->&#104;aven.net&gt;</span></a>.
<br />
If you can, please format them as BibTeX; see our
<a href="bibtex.html">BibTeX source page</a> for examples.<br />
Remember to include URLs if possible:
<a href="http://citeseer.ist.psu.edu/online-nature01/">offline papers are
less useful</a>.
</p>
<p>The source code to anonbib is now in Git. See <a href="https://gitweb.torproject.org/anonbib.git">the anonbib gitweb page</a> for more information.
</p>
</body>
</html>