Wrap lines in README and update source link
This commit is contained in:
parent
7d86ec78af
commit
f0b35d2a05
2 changed files with 9 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -1,6 +1,12 @@
|
|||
The Elixir Cross Referencer
|
||||
===========================
|
||||
|
||||
Elixir is a source code cross-referencer inspired by [LXR](https://en.wikipedia.org/wiki/LXR_Cross_Referencer). It's written in Python and its main purpose is to index every release of the Linux kernel while keeping a minimal footprint.
|
||||
Elixir is a source code cross-referencer inspired by
|
||||
[LXR](https://en.wikipedia.org/wiki/LXR_Cross_Referencer). It's written
|
||||
in Python and its main purpose is to index every release of the Linux
|
||||
kernel while keeping a minimal footprint.
|
||||
|
||||
It uses Git as a source-code file store and Berkeley DB for cross-reference data. Internally, it indexes Git *blobs* instead of trees of files to avoid duplicating work and data. It has a straightforward data structure (reminiscent of older LXR releases) to keep queries simple and fast.
|
||||
It uses Git as a source-code file store and Berkeley DB for cross-reference
|
||||
data. Internally, it indexes Git *blobs* rather than trees of files to avoid
|
||||
duplicating work and data. It has a straightforward data structure
|
||||
(reminiscent of older LXR releases) to keep queries simple and fast.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<p>
|
||||
This page was automatically generated by Elixir 0.1 (<a href="https://github.com/pokazef/elixir">source</a>)
|
||||
This page was automatically generated by Elixir 0.1 (<a href="https://github.com/free-electrons/elixir">source</a>)
|
||||
•
|
||||
Linux is a registered trademark of Linus Torvalds
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue