show: make highlight legible
[debiancodesearch.git] / static / about.html
blobbbe81612e85c9b7e1929b90d73d11a6813300ef6
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>About Debian Code Search</title>
6 <link rel="stylesheet" href="debcodesearch.min.css">
7 </head>
8 <body>
10 <div id="header">
11 <div id="upperheader">
12 <div id="logo">
13 <a href="/" title="Debian Home"><img src="/Pics/openlogo-50.svg" alt="Debian" width="50" height="61"></a>
14 </div> <!-- end logo -->
15 <p class="section"><a href="/">Code Search</a></p>
16 </div> <!-- end upperheader -->
17 <!--UdmComment-->
18 <div id="navbar">
19 <p class="hidecss"><a href="#content">Skip Quicknav</a></p>
20 <ul>
21 <li><a href="./">Search</a></li>
22 <li><a href="./about">About Code Search</a></li>
23 <li><a href="./faq">FAQ</a></li>
24 </ul>
25 </div> <!-- end navbar -->
26 <p id="breadcrumbs">&nbsp; About Debian Code Search</p>
27 </div> <!-- end header -->
28 <!--/UdmComment-->
29 <div id="content">
31 <h1>About Debian Code Search</h1>
33 <p>
34 Debian Code Search (DCS) is a search engine for source code — it searches all
35 the open source projects which are included in the Debian archive (the "main"
36 distribution only, not non-free or contrib). Currently, that includes about
37 18000 packages with 140&nbsp;GiB of source code.
38 </p>
40 <p>
41 The search engine itself is based on <a
42 href="https://github.com/google/codesearch">Russ Cox’ codesearch tools</a>,
43 meaning it uses Regular Expressions as input. Like the codesearch tools, it was
44 implemented in <a href="http://www.golang.org/">Go</a>.
45 </p>
47 <p>
48 DCS is the subject of <a
49 href="http://codesearch.debian.net/research/bsc-thesis.pdf">Michael
50 Stapelberg’s computer science bachelor thesis</a> (1 MiB PDF).
51 </p>
53 <p>
54 There also is a 50 minute talk about DCS which you can watch at <a
55 href="https://youtu.be/4B1Kcw0LrJ0">https://youtu.be/4B1Kcw0LrJ0</a>
56 (with English subtitles).
57 </p>
59 <p>
60 If you want to read more about Debian Code Search, check out the Debian Code
61 Search posts
62 in <a href="https://michael.stapelberg.ch/posts/tags/debian/">Michael
63 Stapelberg’s blog</a>.
64 </p>
66 <p>
67 You can also check how other projects are using Debian Code Search, we
68 list them on <a href="./thirdparty">third party projects</a>.
69 </p>
71 <p>
72 In case you have any questions which are not answered by the <a
73 href="./faq">FAQ</a>, feel free to <a href="./contact" rel="nofollow">contact us</a>.
74 </p>
76 <pre style="text-align: right">
77 -- Michael Stapelberg, 2012-10-02
78 </pre>
80 <div id="footer">
81 <hr>
82 <!--UdmComment-->
83 <div id="fineprint">
84 <p>© 2012-2016 Debian Code Search - <a href="/contact" rel="nofollow">Contact / Send Feedback</a></p>
85 </div>
86 <!--/UdmComment-->
87 </div> <!-- end footer -->
88 </body>
89 </html>