#include <libaegis/change.h>
Go to the source code of this file.
enum http_error_t |
void emit_change | ( | change::pointer | ) |
void emit_change_but1 | ( | change::pointer | ) |
void emit_change_href | ( | change::pointer | cp, | |
const char * | modifier | |||
) |
The emit_change_href function is used to print the leading portion of a change reference.
void emit_change_href_n | ( | project_ty * | pp, | |
long | change_number, | |||
const char * | modifier | |||
) |
void emit_change_uuid_href | ( | change::pointer | , | |
const nstring & | , | |||
const nstring & | , | |||
const nstring & | ||||
) |
void emit_file_href | ( | change::pointer | cp, | |
string_ty * | filename, | |||
const char * | modifier | |||
) |
The emit_file_href function is used to print the leading portion of a file reference.
cp | The change to work within. | |
filename | The name of the file being linked. | |
modifier | extra equery elements |
void emit_file_href | ( | change::pointer | cp, | |
const nstring & | filename, | |||
const char * | modifier | |||
) |
The emit_file_href function is used to print the leading portion of a file reference.
cp | The change to work within. | |
filename | The name of the file being linked. | |
modifier | extra equery elements |
void emit_project_href | ( | project_ty * | pp, | |
const char * | modifier, | |||
... | ||||
) |
void emit_project_href | ( | project_ty * | pp | ) |
The emit_project_href function is used to print the leading portion of a project reference.
void emit_rect_image | ( | int | width, | |
int | height, | |||
const char * | label, | |||
int | hspace = -1 | |||
) |
The emit_rect_image function is used to print an of a rectangle, use for drawing histograms.
void emit_rect_image_rgb | ( | int | width, | |
int | height, | |||
const char * | color, | |||
int | hspace = -1 | |||
) |
The emit_rect_image_rgb function is used to print an of a rectangle, use for drawing histograms, of s specific color.
void emit_rss_icon_with_link | ( | project_ty * | pp, | |
const nstring & | rss_filename | |||
) |
Insert an RSS icon image and link it to an RSS feed file.
pp | The project details. | |
rss_filename | The file name of the RSS feed file. Not the full path. |
void emit_rss_meta_data | ( | project_ty * | pp, | |
const nstring & | rss_filename | |||
) |
Print RSS-related meta data.
pp | The project details. | |
rss_filename | The file name of the RSS feed file. Not the full path. |
void html_encode_charstar | ( | const char * | ) |
void html_encode_string | ( | const nstring & | ) |
void html_encode_string | ( | string_ty * | ) |
void html_escape_charstar | ( | const char * | ) |
void html_escape_string | ( | const nstring & | ) |
void html_escape_string | ( | string_ty * | ) |
void html_footer | ( | project_ty * | , | |
change::pointer | ||||
) |
The html_footer function is used to emit the final page footer, including date and version.
The "html:body-end" attributes are inserted at this point.
void html_header | ( | project_ty * | , | |
change::pointer | ||||
) |
The html_header function is used to emit the initial portion of a HTML file, for the necessary meta attrributes and style sheet information.
The "html:meta" attributes are inserted at this point.
void html_header_ps | ( | project_ty * | , | |
change::pointer | ||||
) |
The html_header_os function is used to emit the "html:body-begin" attributes.
void http_content_type_header | ( | string_ty * | ) |
void http_fatal | ( | http_error_t | oops, | |
const char * | fmt, | |||
... | ||||
) |
const char* http_getenv | ( | const char * | ) |
const char* http_script_name | ( | void | ) |
The http_script_name is used to obtainb the value sof the SCRIPT_NAME environment variable. This is necessary for web pages which need to refer to other web pages generated by the same script.
bool modifier_test | ( | string_list_ty * | modifiers, | |
const char * | name | |||
) |
The modifier_test_and_clear function may be used to look for the named modifier in the modifier list.
modifiers | The modifiers specified for this web page GET. | |
name | The name of the modifier to look for. |
bool modifier_test_and_clear | ( | string_list_ty * | modifiers, | |
const char * | name | |||
) |
The modifier_test_and_clear function may be used to look for the named modifier in the modifier list. The modifier will be premoved if it is found.
modifiers | The modifiers specified for this web page GET. | |
name | The name of the modifier to look for. |
bool http_fatal_noerror |