man aeget (Commandes) - Aegis CGI file access

NAME

aeget - Aegis CGI file access

SYNOPSIS

DESCRIPTION

The command is used with Apache (or CGI conforming any other web server) to access the files of an Aegis project. The files are searched for along the appropriate search path, including all ancestor baslines, not just the baseline of the branch.

This is useful when developing web sites using Aegis.

Install

In order to use aeget(1), you need to copy it into your cgi-bin directory.

You may prefer to use a symbolic link, as this will be more stable across Aegis upgrades. However, this requires a corresponding follow-symlinks setting in your web server's configuration file.

Usage

Once aeget(1) is installed, files may be accessed via http://localhost/cgi-bin/aeget/project-name/ If no project name is given, a list of projects will be generated. This will lead you through a series of menus, giving access to manu useful pages of information about your projects.

Cascading Style Sheets

The web interface uses Cascading Style Sheets. You can give the web interface a personalised look and feel, by creating stylesheets in the web server's Document Root directory. The interface will use it's default styles, then styles from a global style sheet called CW]aedefault.css, and then styles from a project stylesheet called projectnameCW].css (replace projectname with the name of the project).

There is an example style sheet in CW]/aedefault.css which demonstrates the style elements used. This particular stylesheet is not designed to be aesthetically pleasing, but to exercise all of the elements. Using this stylesheet unmodified will give psychedelic results. Use it as a template.

HEADERS and FOOTERS

You can set your own project specific page headers and footers by using the "html:meta", "html:body-begin" and "html:body-end" project specific attributes.

project_specific =
[
  {
    name = "html:body-begin";
value = "<i>This text goes immediately after the &lt;BODY&gt; and before any text generated by <i>aeget</i>(1).</i>";
  },
  {
    name = "html:body-end";
value = "<i>This text goes immediately before the &lt;/BODY&gt; and after all text generated by <i>aeget</i>(1).</i>";
  },
];
These fields may be used to customize your web pages for your project-specific or company-specific needs. Each project is configured independently.

COPYRIGHT

version

Copyright Peter Miller; All rights reserved.

The program comes with ABSOLUTELY NO WARRANTY; for details use the ' -VERSion License' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the ' -VERSion License' command.

AUTHOR

tab(;); l r l. Peter Miller;E-Mail:;millerp@canb.auug.org.au CW/\/\*;WWW:;http://www.canb.auug.org.au/~millerp/