Update of /cvsroot/perfparse/_perfparse/cgi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27132/cgi Modified Files: Makefile.in cgi.c cgi.h cgi_bin_report.c cgi_bin_report.h cgi_bin_summary_policy.c cgi_bin_summary_policy.h cgi_del_policy.c cgi_del_policy.h cgi_graph.c cgi_graph.h cgi_host_groups.c cgi_host_groups.h cgi_intro.c cgi_intro.h cgi_raw_report.c cgi_raw_report.h cgi_select_object.c cgi_select_object.h object_users.c object_users.h perfchart.c perfgant.c perfgraph.c perfgraph.h Log Message: eleminated perfparse.org domain since we lost it. Index: perfgraph.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/perfgraph.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** perfgraph.c 24 Aug 2006 15:27:36 -0000 1.3 --- perfgraph.c 20 Dec 2006 22:57:45 -0000 1.4 *************** *** 3,7 **** * perfparse.c - Common program to display all CGI. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) * * $Id$ --- 3,7 ---- * perfparse.c - Common program to display all CGI. * ! * Copyright (c) 2004 Ben Clewett * * $Id$ *************** *** 312,316 **** printf(" <td align=center>%s\n", FONT); printf(" <b>%s</b><br>\n",_("This option is currently unsupported.")); ! printf(" %s<br>\n",_("Please check the <a href=\"http://www.perfparse.org\">project</a> page for more details.")); printf(" <a href=\"%s\">%s</a>\n", sProgName,_("Return to main menu")); printf(" </font></td>\n"); --- 312,316 ---- printf(" <td align=center>%s\n", FONT); printf(" <b>%s</b><br>\n",_("This option is currently unsupported.")); ! printf(" %s<br>\n",_("Please check the <a href=\"http://www.perfparse.de\">project</a> page for more details.")); printf(" <a href=\"%s\">%s</a>\n", sProgName,_("Return to main menu")); printf(" </font></td>\n"); Index: cgi_host_groups.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_host_groups.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cgi_host_groups.c 15 Nov 2005 10:28:13 -0000 1.2 --- cgi_host_groups.c 20 Dec 2006 22:57:45 -0000 1.3 *************** *** 3,8 **** * cgi_host_groups - CGI to define the host groups. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_host_groups - CGI to define the host groups. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/Makefile.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Makefile.in 2 Dec 2006 21:31:09 -0000 1.17 --- Makefile.in 20 Dec 2006 22:57:45 -0000 1.18 *************** *** 1,3 **** ! # Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ --- 1,3 ---- ! # Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ *************** *** 15,20 **** @SET_MAKE@ - SOURCES = $(perfchart_png_SOURCES) $(perfgant_png_SOURCES) $(perfparse_cgi_SOURCES) - srcdir = @srcdir@ top_srcdir = @top_srcdir@ --- 15,18 ---- Index: cgi_host_groups.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_host_groups.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_host_groups.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_host_groups.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_host_groups - CGI to define the host groups. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_host_groups - CGI to define the host groups. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: perfgraph.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/perfgraph.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** perfgraph.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- perfgraph.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * perfgraph.c - Common program to display all CGI. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * perfgraph.c - Common program to display all CGI. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: perfgant.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/perfgant.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** perfgant.c 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- perfgant.c 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * perfgant.c - Displays a gant chart of state changes * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-07-22 * * License: --- 3,8 ---- * perfgant.c - Displays a gant chart of state changes * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_bin_summary_policy.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_bin_summary_policy.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_bin_summary_policy.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_bin_summary_policy.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_bin_summary_policy - cgi to define the binary summary data * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-12-30 * * License: --- 3,8 ---- * cgi_bin_summary_policy - cgi to define the binary summary data * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_bin_report.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_bin_report.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_bin_report.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_bin_report.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_bin_report - CGI reports of Binary data * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_bin_report - CGI reports of Binary data * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_intro.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_intro.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_intro.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_intro.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_into - Display an Intro to the CGI * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_into - Display an Intro to the CGI * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_bin_summary_policy.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_bin_summary_policy.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_bin_summary_policy.c 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_bin_summary_policy.c 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_bin_summary.c - Defintion of the binary summary tables. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_bin_summary.c - Defintion of the binary summary tables. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_intro.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_intro.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cgi_intro.c 19 Mar 2006 08:32:00 -0000 1.3 --- cgi_intro.c 20 Dec 2006 22:57:45 -0000 1.4 *************** *** 3,8 **** * cgi_into - Display an Intro to the CGI * ! * Copyright (c) 2004-2006 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_into - Display an Intro to the CGI * ! * Copyright (c) 2004-2006 Ben Clewett ! * $Id$ * * License: Index: cgi_bin_report.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_bin_report.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cgi_bin_report.c 15 Nov 2005 10:28:13 -0000 1.2 --- cgi_bin_report.c 20 Dec 2006 22:57:45 -0000 1.3 *************** *** 3,8 **** * cgi_bin_report - CGI reports of Binary data * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_bin_report - CGI reports of Binary data * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_raw_report.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_raw_report.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_raw_report.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_raw_report.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_raw_report - Display report of raw data. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_raw_report - Display report of raw data. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_raw_report.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_raw_report.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cgi_raw_report.c 15 Nov 2005 10:28:13 -0000 1.2 --- cgi_raw_report.c 20 Dec 2006 22:57:45 -0000 1.3 *************** *** 3,8 **** * cgi_raw_report - Display report of raw data. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_raw_report - Display report of raw data. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: object_users.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/object_users.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** object_users.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- object_users.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * object_users - encapsulations of the users for use of CGI code * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-12-31 * * License: --- 3,8 ---- * object_users - encapsulations of the users for use of CGI code * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: object_users.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/object_users.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** object_users.c 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- object_users.c 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * object_users - encapsulations of the users for use of CGI code * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-12-31 * * License: --- 3,8 ---- * object_users - encapsulations of the users for use of CGI code * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_del_policy.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_del_policy.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_del_policy.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_del_policy.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_del_policy - cgi to define the delete policies * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_del_policy - cgi to define the delete policies * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cgi.c 22 Mar 2006 16:29:46 -0000 1.2 --- cgi.c 20 Dec 2006 22:57:45 -0000 1.3 *************** *** 3,8 **** * cgi.c - Common functions for cgi functions. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi.c - Common functions for cgi functions. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi.h - Common functions for cgi * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi.h - Common functions for cgi * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_del_policy.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_del_policy.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cgi_del_policy.c 15 Nov 2005 10:28:13 -0000 1.2 --- cgi_del_policy.c 20 Dec 2006 22:57:45 -0000 1.3 *************** *** 3,8 **** * cgi_del_policy - cgi to define the delete policies * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_del_policy - cgi to define the delete policies * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_select_object.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_select_object.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cgi_select_object.c 15 Nov 2005 10:28:13 -0000 1.2 --- cgi_select_object.c 20 Dec 2006 22:57:45 -0000 1.3 *************** *** 3,8 **** * cgi_select_object - CGI to select an object. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_select_object - CGI to select an object. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: cgi_select_object.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_select_object.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_select_object.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_select_object.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_select_object - CGI to select an object. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_select_object - CGI to select an object. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: Index: perfchart.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/perfchart.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** perfchart.c 15 Sep 2006 06:34:52 -0000 1.7 --- perfchart.c 20 Dec 2006 22:57:45 -0000 1.8 *************** *** 3,7 **** * perfchart.c - Displays graphs of data. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) * * $Id$ --- 3,7 ---- * perfchart.c - Displays graphs of data. * ! * Copyright (c) 2004 Ben Clewett * * $Id$ Index: cgi_graph.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_graph.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** cgi_graph.c 24 Aug 2006 15:27:35 -0000 1.4 --- cgi_graph.c 20 Dec 2006 22:57:45 -0000 1.5 *************** *** 3,7 **** * cgi_graph - cgi to call graphs. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) * * $Id$ --- 3,7 ---- * cgi_graph - cgi to call graphs. * ! * Copyright (c) 2004 Ben Clewett * * $Id$ Index: cgi_graph.h =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/cgi_graph.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cgi_graph.h 26 Sep 2005 14:36:33 -0000 1.1.1.1 --- cgi_graph.h 20 Dec 2006 22:57:45 -0000 1.2 *************** *** 3,8 **** * cgi_graph - cgi to call graphs. * ! * Copyright (c) 2004 Ben Clewett (bcl...@pe...) ! * Last Modified: 2004-05-28 * * License: --- 3,8 ---- * cgi_graph - cgi to call graphs. * ! * Copyright (c) 2004 Ben Clewett ! * $Id$ * * License: |