Component project
Component index
Section index

Component project


Search

Type

Function

Summary

Framework to publish project

Description

The component manage the main page of a web project.

void docindex (const char *title)
void document1 (int nodoc, const char *title)
void document2 (int nodoc, const char *title)
void document3 (int nodoc, const char *title)
void document4 (int nodoc, const char *title)
void documents (int nodoc, const char *title)
bool has_logs (const char *title)
bool has_news (const char *title)
void layout (const char *title)
void logo (const char *title)
void logs (const char *title)
void news (const char *title)
void refs (const char *title)

Prototypes

void project (const char *title)

Functags

void docindex (const char *title) Optional

Present the master index of the project on the side

void document1 (int nodoc, const char *title) Optional

Present one document

This present the document number 1

void document2 (int nodoc, const char *title) Optional

Present one document

This present the document number 2

void document3 (int nodoc, const char *title) Optional

Present one document

This present the document number 3

void document4 (int nodoc, const char *title) Optional

Present one document

This present the document number 4

void documents (int nodoc, const char *title) Optional

Present one document

This function is called to present any document. The default is to dispatch to the documentN functag. This functag allows for many documents.

bool has_logs (const char *title) Optional

Return true if there are some logs to display.

bool has_news (const char *title) Optional

Return true if there are some news to display

void layout (const char *title) Optional

Control the presentation and disposition of the various components

void logo (const char *title) Optional

Display the logo or the center of the main page

void logs (const char *title) Optional

Display the change logs of the project

void news (const char *title) Optional

Present some news about the project

void refs (const char *title) Optional

Display references and pointers to related projects

Fhelpers

void setdoclink (int nodoc, const char *title)

Define a URL pointing to a document of this project

Documents are numbered starting at one. You specify a title and a document number.