# gnomeweb **Repository Path**: mirrors_chromium_gitlab_gnome/gnomeweb ## Basic Information - **Project Name**: gnomeweb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Instructions for use ----------------------------- The following steps will instruct on how to configure and build the site. 1) Run autoconf 2) Run the configure script with the htmldir argument pointing at the target directory. ie ./configure --with-htmldir=/home/httpd/html/gnome/html You can also specify the cgi-bin directory with the --with-cgidir= option. The default of this is ${HTMLDIR}/../cgi-bin another configure argument is --with-template=prefix, with which you specify the prefix of the template to use. The script will use footop.tmpl and foobottom.tmpl if you give --with-template=foo. 2) run make TADA DONE!!