A little tips for debugging pdbv, (if you have time, obviously)

./configure
. ./pdbv

It will source pdbv. So you'll be able to type pdbv command.

For instance, assuming you have bash completion (if not, see 
http://caliban.org/bash ), type
package_db_view[TAB]

You'll get a list of commands you can type as 

[EMAIL PROTECTED] package_db_view
package_db_view
package_db_view_generate
package_db_view_html_make_footer
package_db_view_html_make_header
package_db_view_html_make_index_frame
package_db_view_html_make_info_frame
package_db_view_html_make_item_frame
package_db_view_html_make_list_frame
package_db_view_info
package_db_view_list
package_db_view_packages
package_db_view_packages_sorted
package_db_view_xhtml_make_footer
package_db_view_xhtml_make_header
package_db_view_xhtml_make_index_frame
package_db_view_xhtml_make_info_frame
package_db_view_xhtml_make_item_frame
package_db_view_xhtml_make_list_frame


All thoses functions will print content to STDOUT

For instance

[EMAIL PROTECTED] package_db_view_html_make_footer 
<br><br><br><br><font size="-2"><i><a 
href="http://savannah.gnu.org/projects/pdbv";>pdbv-1.2.1cvs</a> Thu Sep 19 
18:11:55 CEST 2002</i></font>
</body>
</html>
[EMAIL PROTECTED] package_db_view_xhtml_make_footer 
<br /><br /><br /><br /><font size="-2"><i><a 
href="http://savannah.nongnu.org/projects/pdbv";>pdbv-1.2.1cvs</a> Thu Sep 19 
18:12:01 CEST 2002</i></font>
</body>
</html>





-- 
Mathieu Roy
 
 << Profile  << http://savannah.gnu.org/users/yeupou <<
 >> Homepage >> http://yeupou.coleumes.org           >>
 << GPG Key  << http://gpg.coleumes.org              <<


Reply via email to