Reported bug with utf-8 strings
[be.git] / interfaces / web / Bugs-Everywhere-Web / beweb / templates / about.kid
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
3     py:extends="'master.kid'">
4 <head>
5     <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
6     <title>About Bugs Everywhere</title>
7 </head>
8
9 <body>
10 <h1>About Bugs Everywhere</h1>
11 <p>Bugs Everywhere is a "distributed bugtracker", designed to complement distributed revision control systems.
12 </p>
13 <p>
14 Bugs Everywhere was conceived and written by developers at <a href="http://panoramicfeedback.com/">Panoramic Feedback</a>, primarily Aaron Bentley. <a href="http://panoramicfeedback.com/">Panoramic Feedback</a> is no longer developing BE, and the current maintainer is <a href="http://bugseverywhere.org/be/show/ChrisBall">Chris Ball</a>.
15 </p>
16 <p>
17     Bugs Everywhere <a href="http://bugseverywhere.org/">web site</a>
18 </p>
19 <a href="/">Project List</a>
20 </body>
21 </html>