Generated from create_album_directory.sh with ROBODoc v4.0.3 on Tue Jun 24 23:10:08 2003

TABLE OF CONTENTS

1. MP3DB2-HTML/Main-Page

NAME

   create_html.sh
 

FUNCTION

   Main script for creating the MP3DB2 HTML database
   Creates the root index.html and calls sub-programs for creating the
   CD index, album index, artist index, song index

1.1. Main-Page/Album-Index

NAME

  create_album_index.sh

FUNCTION

   Creates the album index and calls sub-program to generate the directory HTML
   for each album

   May be started stand-alone for re-creating the album index and album 
   directories only

1.1.1. Album-Index/Album-TOC

NAME

  create_album_directory.sh

FUNCTION

   Sub-program of create_album_index.sh
   Converts a raw album directory into a proper HTML album directory file
   w/ links to each song info file

1.2. Main-Page/CD-Index

NAME

   create_cd_index.sh
 

FUNCTION

   Creates the cd index and calls sub-program to generate the directory HTML
   for each cd

   May be started stand-alone for re-creating the cd index and cd 
   directories only

1.2.1. CD-Index/CD-TOC

NAME

   create_cd_directory.sh
 

FUNCTION

   Sub-program of create_cd_index.sh
   Converts a raw cd directory into a proper HTML cd directory file
   w/ links to each song info file

1.3. Main-Page/Artist-Index

NAME

  create_artist_index.sh

FUNCTION

   Creates the artist index and calls sub-program to generate the directory HTML
   for each artist

   May be started stand-alone for re-creating the artist index and artist 
   directories only

1.3.1. Artist-Index/Artist-Songlist

NAME

  create_artist_directory.sh

FUNCTION

   Sub-program of create_artist_index.sh
   Converts a raw artist directory into a proper HTML artist directory file
   w/ links to each song info file

1.4. Main-Page/MP3-File-Info

NAME

  create_file_info.sh

FUNCTION

   Sub-program of create_html.sh
   Creates the HTML Info files for each .mp3 file
 
   May be started stand-alone