Skip to content

Commit

Permalink
Changelog, README
Browse files Browse the repository at this point in the history
  • Loading branch information
philfry committed Mar 1, 2023
1 parent c46d57b commit e6aa9cf
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 34 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.7.0:
* rewritten for python3
* replace yum/rpmUtils with rpm
* replace xml.etree.cElementTree with xml.etree.ElementTree
* remove sqlite fallback
* use jinja2 instead of kid for templating
* add support for viewing the package contents

Version 0.6.6:
* Fix for .gz and .xz compressed sqlite databases (rhbz#749028)
* Apply Remi Collet's patch to fix encoding (rhbz#636601)
Expand Down
34 changes: 0 additions & 34 deletions README

This file was deleted.

38 changes: 38 additions & 0 deletions README.md
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`.

0 comments on commit e6aa9cf

Please sign in to comment.