Index: openacs-4/contrib/packages/classified-ads/tcl/categories-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/classified-ads/tcl/categories-procs.tcl,v diff -u -N -r1.6 -r1.6.2.1 --- openacs-4/contrib/packages/classified-ads/tcl/categories-procs.tcl 31 Jul 2003 09:31:00 -0000 1.6 +++ openacs-4/contrib/packages/classified-ads/tcl/categories-procs.tcl 31 Jan 2004 11:38:54 -0000 1.6.2.1 @@ -244,18 +244,20 @@ } { Generates a cookie trail for a particular category. - @param keyword_id The keyword id that defines the end of the trail to be generated - @param append_element The last element to put in the trail. If none then the element defined by keyword_id is used + @param keyword_id The keyword id that defines the end of the trail + to be generated + @param append_element The last element to put in the trail. If none, + then the element defined by keyword_id is used } { set package_keyword_id [classified-ads::categories::get_package_keyword_id] set trail_list [list] db_foreach get_trail {} { if {[string match $keyword_id $package_keyword_id]} { set heading "Categories" - set url "categories" + set url "index" } else { - set url "categories?keyword_id=$keyword_id" + set url "index?keyword_id=$keyword_id" } lappend trail_list [list $url $heading] Index: openacs-4/contrib/packages/classified-ads/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/classified-ads/www/doc/index.adp,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/contrib/packages/classified-ads/www/doc/index.adp 25 Jul 2003 02:42:45 -0000 1.5 +++ openacs-4/contrib/packages/classified-ads/www/doc/index.adp 31 Jan 2004 11:38:54 -0000 1.5.2.1 @@ -1,11 +1,11 @@ -Classified Ads -{Classified Ads Documentation} +Classified Ads +{Classified Ads Documentation}

Overview

-Authors: Deds Castillo and Paul Doerwalds. Roberto Mello made some modifications - and improvements and is now (July 2003) maintaining this package under OpenACS. +Authors: Deds Castillo and Paul Doerwalds. Roberto Mello made several modifications + and improvements and is maintaining this package under OpenACS since July 2003.

The Classified Ads system can be used for all manner of ads, from buy/sell to wanted to job listings. If one party has something another party wants or vice versa, the Classified Ads system can be used as the basis. @@ -20,11 +20,21 @@

For Rent -> Apartment Buildings -> 319 Hazel St. -> Unit 205
-
Job Listings -> 
 
-

More coming here later.

+

By Roberto Mello:

+

+ The package is taking shape, with almost all of the truly hard parts + done. I'm now working on improving the interface, user and administrative. +

+ +

+ While developing I was creating everything under www/admin. That's why it + seems that nothing is "done" under www (the user pages). I am going to move + th funcionality under www/admin under /lib so it can be reused in both places. +

+

Features

-

What needs to be improved

+

What needs to be improved (no particular order)