started working on the pkgsearch

This commit is contained in:
eric 2004-06-24 00:34:20 +00:00
parent 252855ad9c
commit 9c6ec26c32
5 changed files with 230 additions and 7 deletions

View file

@ -1,5 +1,6 @@
<?
include("aur.inc"); # access AUR common functions
include("pkgs.inc"); # package specific functions
include("search_po.inc"); # use some form of this for i18n support
set_lang(); # this sets up the visitor's language
check_sid(); # see if they're still logged in
@ -35,6 +36,7 @@ if ($atype && $_REQUEST["Action"] == "Something") {
# do the default thing - give the user a search form that they
# can specify: location, category, maintainer, name, 'my pkgs'
#
pkg_search_page();
}
print __("Under construction...")."<br/>\n";