Download
 
 
IncludesParser
Description:

Includes Parser was designed to add "Includes Capabilities" to HTML pages. Basically, it allows you to define strings in HTML files that effectively say "Include the contents of file x here". The input files are parsed for strings that contain these directives, and any that contain a valid filename are replaced with the contents of the file. These contents are then copied to an output file so that the input remains intact. For an HTML site, the input files are stored on your hard drives, while the output is uploaded to the web. This allows you to keep the menu, tables, images, etc that define the overall look of each page (ie: the template) separate from the contents of this page. If you want to add an item to the menu or change the path to an image, you only have to change this in the "menu" file. If there is an include directive for this "menu" file in each of the content files, all you have to do is run Includes Parser on the entire input directory, and then upload the resulting files in the output directory to your website. This functionality can be extended to other sorts of text files besides HTML.

Author: Dusty Phillips
Category: Text

Version: 0.4
Requirements: JDK >= 1.3 · jEdit >= 4.1final
Binary Download: IncludesParser-0.4-bin.tgz
IncludesParser-0.4-bin.zip
Complete Download: IncludesParser-0.4.tgz
IncludesParser-0.4.zip
Release Date: May 8, 2003
 
Main Site
Features
Compatibility
Screenshots
Icons and Images
Reviews
Download
Plugins

Community
Community Site
Message Boards
Community Downloads
Links
Help
Quick Start Guide
Online Documentation
Feedback and Support
Developer
Development
SourceForge Project
Donate