Ok, done. I've moved the original htdocs to htdocs.orig. I had to quickly stub out a bit of code that sorted SunOS5.x strings by the x as I guess I used some newer php convention that www-mockup didn't like. I'll fix that later so that 5.8 sorts before 5.11. You can poke at what I've done for now though.
Larger items remaining: 1. Pull a list of maintainers over REST and implement /maintainers/ functionality. 2. Add dependency info. 3. Add shared library info. The approach I've taken so far is to remain as close as possible to the old browser while adding multi-catalog viewing. We'll need to extend the REST interface if we'd like to add things like a drill-down from a full catalog list, etc. (...or cache more info in the local db.) I think we'll need to extend the REST interface regardless so this shouldn't be seen as a large hurdle. The key as far as extending the REST interface is that there are things that are currently quite slow to do and those would be noticed by the user...that's why we cache the list of packages across all catalogs in the DB, for example. Comments? Thanks -Ben On Sun, Dec 9, 2012 at 10:12 AM, Maciej (Matchek) BliziĆski <[email protected]> wrote: > 2012/12/9 Ben Walton <[email protected]>: >> Are there any objections to me wiping out www-mockup and placing my >> work in progress on the new package browser there for public scrutiny > > No objections; I have played around with the layout there, so you > might save a backup in case we want to use my modifications to the > main page. > > Maciej > _______________________________________________ > maintainers mailing list > [email protected] > https://lists.opencsw.org/mailman/listinfo/maintainers > .:: This mailing list's archive is public. ::. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
