• Publicity: Public Only All

package-procs.tcl

Definition of package procs for xolirc Integration for displaying eggdrop ( log2thml ) logs

Location:
packages/xolirc/tcl/package-procs.tcl
Created:
2009-10-05
Author:
Victor Guerra <vguerra@vguerra.net>
CVS Identification:
$Id$

Procedures in this file

Detailed information

xolirc::Package proc create-page-from-log (public)

 xolirc::Package[i] create-page-from-log [ -overwrite overwrite ] \
    [ -date date ]
Switches:
-overwrite
(defaults to "1") (optional)
Indicates if the content of the page will be overwritted in case the page exists already.
-date
(optional)
Indicates the date of the log html files to read from.

Partial Call Graph (max 5 caller/called nodes):
%3 apm_package_ids_from_key apm_package_ids_from_key (public) db_dml db_dml (public) parameter::get parameter::get (public) parameter::set_value parameter::set_value (public) xolirc::Package proc create-page-from-log xolirc::Package proc create-page-from-log xolirc::Package proc create-page-from-log->apm_package_ids_from_key xolirc::Package proc create-page-from-log->db_dml xolirc::Package proc create-page-from-log->parameter::get xolirc::Package proc create-page-from-log->parameter::set_value

Testcases:
No testcase defined.

xolirc::Package proc process-all-logs (public)

 xolirc::Package[i] process-all-logs [ -overwrite overwrite ]

Goes through all the log files and creates the respective xowiki Page.

Switches:
-overwrite
(defaults to "1") (optional)
In case that the page exists for the processing date, this parameter if overwrite it (1) or not (0).

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]