-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
46 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# repoview | ||
|
||
### ABOUT | ||
|
||
This is a small software written to parse yum repositories and present them in a | ||
format that's easily browsable via http by creating a set of static HTML pages. | ||
|
||
### REQUIREMENTS | ||
|
||
* python3 | ||
* python3-jinja2 | ||
* python3-rpm | ||
* sqlite3 | ||
|
||
### AUTHORS | ||
|
||
* Konstantin Ryabitsev | ||
* Philippe Kueck | ||
|
||
### THANKS | ||
|
||
* Ville Skyttä | ||
* Michael Schwendt | ||
|
||
### URL | ||
|
||
https://github.com/philfry/repoview | ||
|
||
### COPYRIGHT AND LICENSE | ||
|
||
* Copyright (C) 2005 by Duke University | ||
* Copyright (C) 2006-2007 by Konstantin Ryabitsev and contributors | ||
|
||
For licensing and copying information see COPYING. | ||
|
||
### USAGE | ||
|
||
See **repoview(8)** or `repoview --help`. |