[Package Index | Mudlib Index | Effect Index]

File /obj/handlers/twiki.c

This handler will do any mud base manipulations of the twiki database.

Written by Pinkfish

Started Wed May 24 17:19:06 PDT 2000

Includes

This class includes the following files /include/cron_handler.h and /include/board.h

Method index

Public Functions

These are functions that everyone can access.

find_changed_pages
mapping find_changed_pages(int limit,
                           string database)

This method finds the pages that have changed since the specified time.

Parameters:
limit - the time after which to find the changes

Returns:
the mapping of pages to who changed them


find_changes
string find_changes(int limit)

This method prints out any changes since the specified limit.

Parameters:
limit - the time after which to show any changes

Returns:
the changes since that time


find_changes_in_database
string find_changes_in_database(string database,
                                int limit)

This method prints out any changes since the specified limit.

Parameters:
database - the database to find the changes in
limit - the time after which to show any changes

Returns:
the changes since that time


query_file
string query_file(string fname)

This method finds the specified file and shows it to us.

Parameters:
fname - the file name to find

Returns:
the text of the file, 0 if the file is not found