summaryrefslogtreecommitdiff
path: root/contrib/feed-browser/index.php
AgeCommit message (Collapse)AuthorFiles
2007-07-05feed-browser: mark selected architecture in list of archs, also show entered ↵Marcin Juszkiewicz1
package name
2007-07-05feed-browser: search when arch is selected and no package name providedMarcin Juszkiewicz1
2007-07-05feed-browser: list of architectures from database instead of static listMarcin Juszkiewicz1
2007-07-05feed-browser: simplified URLs (no 'action' var anymore), simplified code a bitMarcin Juszkiewicz1
2007-07-05feed-browser: use read_vars_from_get to handle HTTP GET paramsMarcin Juszkiewicz1
2007-07-05feed-browser: updated copyrightsMarcin Juszkiewicz1
2007-07-05feed-browser: exit if database cannot be found or createdMarcin Juszkiewicz1
2007-07-05feed-browser: include architecture selectorMarcin Juszkiewicz1
2006-09-02feed-browser: add search functionalityMarcin Juszkiewicz1
2006-08-25feed-browser: feeds adding improved, updater more silentMarcin Juszkiewicz1
- includes/config.inc contain array with all feeds - check_database() adds feeds if they are not present - updater does not show feed URL
2006-08-25feed-browser: moved functions to include/functions.inc, updater check/create ↵Marcin Juszkiewicz1
database now
2006-08-25feed-browser: show links to all depends/provides/conflicts, show packages ↵Marcin Juszkiewicz1
not only by Name: but also by Provides:
2006-08-25feed-browser: show feed name in download section, sort by feed/archMarcin Juszkiewicz1
2006-08-25feed-browser: move section list to end of page source, fixed 2 column layout CSSMarcin Juszkiewicz1
2006-08-24feed-browser: split maintainers to separate lines (works when ', ' is used ↵Marcin Juszkiewicz1
as separator
2006-08-24feed-browser: no need to keep two copies of package listing generation codeMarcin Juszkiewicz1
2006-08-24feed-browser: another set of functionality and look changesMarcin Juszkiewicz1
- 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
2006-08-24feed-browser: more cleanupsMarcin Juszkiewicz1
- package details switched to definition list - database check/creation moved to function - removed dead code
2006-08-24feed-browser: starting version of web browser for feeds (GPLv2 license)Marcin Juszkiewicz1
- show packages list - show sections list - show package information - allow to download package