Archiver: Contributed Programs
Archiver: Contributed Programs
Archiver Homepage
The programs contained within this directory are examples that you may find
useful for incorporating into your archiver-based FTP HTML front-end. Any
questions, comments, etc. regarding these programs should be sent to the
author of the program and not to the archiver maintainer. If you develop a
program that you think would be useful for other archiver users, please
contact Karyl F. Stein.
The following programs are contained within this directory:
- breakup_dir by Karyl F. Stein.
Takes a directory path and returns the passed path broken up into sections
based on the directories in the path where each section is an HTML link to the
corresponding directory.
- related_pages by Karyl F. Stein.
Displays a link to a "related pages" HTML page if the file related_pages.html
exists in the passed path.
- table_toggle by Karyl F. Stein.
Simple way to toggle between two views of an archive.
- transfer by Karyl F. Stein.
A CGI program which takes as input a local directory and a list of files, then
transmits those files to the user in .tar format, (application/x-tar).