An Overview of the Files and Directories of the Bumble System

  This file describes the directories of the Bumble system and the 
  files which are contained in those directories. Many directories 
  have strange names and structures owing to the fact I have not got
  around to cleaning everything up.

/refurb
  This is the top level directory (and is called this because I originally
  developed the Bumble system for a computer refurbishing volunteer project.
  
  RETRO-GLOBALS.php
    This is the global variables file for the system

/refurb/webpad

  This contains the wiki like editor which allows users to modify
  the content of webpages

/manage

  This contains a variety of php files which allow various management
  tasks to be carried out on the server. These include such things as 
  copying files, copying directories, renaming etc

/manage/notepad

  This dir contains the files which allow for editing of files on 
  the server using a webpage interface. This is different from the 
  /refurb/webpad editor in that that editor is for the editing of 
  webpages whereas this editor is mainly for editing php code files
  and other text files which do not need to be transformed into
  other formats (such as HTML)

/manage/old-data

  This contains backups of text or php files which have been 
  modified using the webpad or notepad systems

/product-data/lib

  This contains all the non-standard php functions which are used by the 
  system. 

/product-data

  One version of the bumble system allowed for the maintenace
  of a basic xml text file database with information about products
  which could be updated through a browser interface.