|
NAMEaeget - Aegis CGI file accessSYNOPSISaegetDESCRIPTIONThe aeget 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. InstallIn 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. UsageOnce aeget(1) is installed, files may be accessed viahttp://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 SheetsThe 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 aedefault.css, and then styles from a project stylesheet called projectname.css (replace projectname with the name of the project).There is an example style sheet in /usr/local/share/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. PROJECT ATTRIBUTESYou 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 <BODY> and before any text generated by <i>aeget</i>(1).</i>"; }, { name = "html:body‐end"; value = "<i>This text goes immediately before the </BODY> and after all text generated by <i>aeget</i>(1).</i>"; }, ]; CHANGE ATTRIBUTESIf you wish to prevent a change set appearing in the change set inventory used by aedist -replay to determine what needs to be downloaded, set the following change set attribute:attribute = [ { name = "aeget:inventory:hide"; value = "true"; }, ]; DEBUGGING and TESTINGYou can run the aeget(1) program from the command line if you set the appropriate environment variables. This is how you debug or test aeget(1) command.
The above will not means much if you are not familiar with CGI scripts. For the URL http://localhost/cgi‐bin/aeget/aegis.4.1.C10?menu would have Apache set the following environment variables REQUEST_METHOD=GET \ SCRIPT_NAME=/cgi‐bin/aeget \ PATH_INFO=/aegis.4.1.C10 \ QUERY_STRING='menu' \ aeget ApacheIf you see "serious server error" pages when accessing aeget(1) via a web server, the stderr text is usually available in the server's error log.COPYRIGHTaeget version 4.25.D510Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Peter Miller The aeget program comes with ABSOLUTELY NO WARRANTY; for details
use the 'aeget -VERSion License' command. This is free software and
you are welcome to redistribute it under certain conditions; for details use
the 'aeget -VERSion License' command.
AUTHOR
Visit the GSP FreeBSD Man Page Interface. |