Bugfix: correctly detect / key and focus search box
[debiancodesearch.git] / README
blob4116addb1934a2df2a05fc521c7095b118c216db
1 Please read http://codesearch.debian.net/research/bsc-thesis.pdf first!
3 cmd/
4     dcs-unpack - tool to unpack a debian source mirror
5     dcs-index - tool to create an index from a debian source mirror
6     compute-ranking - computes the ranking of each package/file
7     dcs-web  - the code search web application itself
8     index-backend - simple server which provides (a shard) of the index to dcs-web
9     source-backend - simple server which provides the debian source to dcs-web
11 debian/
12     The Debian packaging, which currently is very hacky due to Go packaging
13     being hard in Debian currently. Patches welcome.
15 index/
16     Copied from code.google.com/p/codesearch. Parts were re-written in
17     hand-optimized C code (posting list decoding).
19 regexp/
20     Copied from code.google.com/p/codesearch. Returns results in a data
21     structure instead of printing them to stdout.
23 static/
24     Static assets + HTML files (FAQ etc.)