Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.
/ old.bugzilla.org Public archive

The Bugzilla website (old version hosted on mozilla.org's infrastructure - we no longer use this)

Notifications You must be signed in to change notification settings

bugzilla/old.bugzilla.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Structure
-------------------
Contained in CVS:
bin - contains the build scripts
etc - Template Toolkit configuration
lib - various include files for the templates and the site map used to generate
      the navigation menus
src - the actual site content

Generated:
dest - the output of the build script (the finished website docroot)

Build Requirements
------------------
* jade
* dblatex
* xmlto
* expat library
* Perl modules:
  * Template Toolkit
  * XML::XPath
  * File::Which

Building the Site
-----------------
To build manually:
* cd into the directory containing this README file
* run "bin/build"
* The "dest" directory will be created if it doesn't exist, and the tree will be
  built there.

To build from a cron job:
* Same as above, but run "bin/build-exclusive.pl" instead, which does locking
  to ensure build jobs don't overlap.

HTML files will be processed by Template Toolkit.  This means you can use Template
Toolkit directives in your pages for creative content or site-wide variables that
you define in one of the config files.  See http://www.template-toolkit.org/ for
documentation.

The main site look (banner, navigation, etc) is in lib/wrapper.tmpl

Configuration Files
-------------------
Most config files are self-documenting.  Read the comments in the files.

About

The Bugzilla website (old version hosted on mozilla.org's infrastructure - we no longer use this)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages