Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Feb 4, 2018
1 parent d37ef09 commit 6216f03
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -->
<html>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>eix - search util for Gentoo's portage</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<!-- <title>eix - search util for Gentoo's portage</title> -->
</head>
<body>
<!-- content -->
<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" >
<tr VALIGN=TOP>
<td align=center>
<table>
<tr>
<td>
<h2>Welcome to</h2>
<img alt="eix" title="The wild eix fox!" id="fox" src="eix.png">
<img alt="eix" title="The wild eix fox!" id="fox" src="eix.png" />
</td>
</tr>
</table>
<table>
<tr VALIGN=TOP>
<tr>
<td>
<p>eix is a tool for the <a href="http://gentoo.org/">Gentoo Linux</a>
portage system. It uses indexing to allow quick searches through the package tree.
Some reasons for using eix:
Some reasons for using eix:</p>
<ul>
<li>Fast indexing and searching</li>
<li>Highly configurable output-format (with its own "language")</li>
Expand All @@ -29,15 +29,15 @@ Some reasons for using eix:
<li>Can import eix-files from other systems, e.g. to get a catalogue of overlays</li>
<li>Cli with logical AND/OR (and braces), multiple matching algorithms (i.e. fuzzy search using levenshtein distance) and more</li>
</ul>
<p>eix is in the portage tree, so you can simply install it with
<p><center><tt>emerge app-portage/eix</tt></center>
<p>eix is in the portage tree, so you can simply install it with</p>
<p><tt>emerge app-portage/eix</tt></p>
<p>The most current version of eix is always available as "HEAD" in the git master branch.
To get this version, emerge dev-vcs/git and then use the command
<p><center><tt>git clone git://github.com/vaeth/eix</tt></center>
To get this version, emerge dev-vcs/git and then use the command</p>
<p><tt>git clone git://github.com/vaeth/eix</tt></p>
<p>For bugreports, please use the GitHub or the Gentoo bug system.
If you want to reach the current maintainer, please use email.
If you want to reach the current maintainer, please use email.</p>

<p>Best regards .. your code monkeys :)
<p>Best regards .. your code monkeys :)</p>

<h3>Other search-utils</h3>
<ul>
Expand Down

0 comments on commit 6216f03

Please sign in to comment.