Age | Commit message (Collapse) | Author | Files |
|
|
|
- added sections tree on left side
- need some work as we do not have 'e' or 'gnome' section so parts are wrong
- letterchooser is always visible
- removed menu as it is useless now
- package details has versions sorted by PV
- all pages should now validate as HTML 1.0 Strict
- restructured code a bit
- now HTML mainblock is in one place
|
|
- package details switched to definition list
- database check/creation moved to function
- removed dead code
|
|
|
|
|
|
|
|
- show packages list
- show sections list
- show package information
- allow to download package
|
|
|
|
|
|
use getattr to get the function by name
|
|
-do not have an argument for the getter methods
-return the file list verbosely
|
|
Start parsing the packages using ipkg.py and implement
a simple comparing of two packages.
Todo:
-Remove, analyse the error when comparing
-Find a way to invoke the method by name (__call__ or such)
-Compare post install, pre install scripts
-Find the source for different md5sums (files, control script, header, files)
|
|
Implement diffing the content of two directories
and showing the difference. as mithro pointed out
the splitting could be done in one loop and I have
other optimisations in my head as well, but this way
it just looks sexy and is intuitive.
|
|
Add a work in progress ipkg-diff utilitiy to show
differences between two directory of ipk packages files.
Currently it does nothing.
|
|
|
|
BKrev: 41ba488eCUURbAuXNmMnPpgEzvcJbA
|