Josef Weidendorfer wrote: > On Monday 31 July 2006 16:03, you wrote: >> I'm going to rename some gitweb subroutines to better correspond to what >> given subroutine does. I have problem: how to name main "action" >> subroutines? Currently they use git_ prefix, e.g. git_logo. >> git_project_list, git_rss, git_summary, git_heads,... > > print_* or write_* ? > At least, the functions print/write the HTML code to stdout of the script. The problem is that there are subroutines which print _fragments_ of HTML code (like git_header_html or git_print_page_path) which would use probably print_ prefix. Action subroutines output always whole page. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html