What is it ?
MTG Generate HTML META tags suitable for inclusion in your HTML document.
System Requirements:
- Perl 4.0 or newer; you can get it at http://www.perl.com/
- A web server, you must have access to add / execute CGI scripts.
Download current version
Current version is v1.0.1, created 06/30/99, last modified 12/29/99.
Download source code / scripts and documentations :
Tar/Gzip archive : MTG.tar.gz (0 Ko)
DOS Zip format : MTG.zip (0 Ko)
What this archive contains ?
This archive comes with 6 differents files:
1) COPYING: Copyright informations (GPL).
2) README: This file.
3) LISEZMOI: French doc...
4) mtg.cgi: The Perl script.
5) cgi-lib.pl: CGI-Lib of Steven E. Brenner used here.
6) MTG.html: English sample of Meta Form.
7) MTG-Fr.html: French sample of Meta Form.
8) MTGResult.html: Result page sample.
Installation and Configuration:
It's a Perl script, so installation is pretty easy. You don't need to
compile anything.
Copy mtg.cgi, cgi-lib.pl in your /cgi-bin/ directory
Make it executable, unix only (chmod a+rx gestbook.cgi)
Edit mtg.cgi, you will have to do some configuration:
Change #/usr/bin/perl, if it's necessary...
Change in "Necessary Variables Section"
$PresentFile = "/Absolute/path/to/MTGResult.html";
# Result present file.
$Message = "You sould add this code on the head of your Web page";
# Top message.
Edit MTG.html to change look, <FORM ... ACTION="/cgi-bin/mtg.cgi">
Edit MTGResult.html to change look.
Do not delete the line Value_Data from this page, or else the script will
have no way of knowing where to add result.
How to run it ?
go on http://www.hostname.dom/dir/MTG.html
Version history:
Version 1.0.1 12/29/99 - Update.
- Correct little bugs.
Version 1.0 06/30/99 - Script Created.
Copyright:
This software is copyright (C) 1999 Frederic TYNDIUK. It is distributed
under the terms of the GNU General Public License (GPL). Because it is licensed
free of charge, there is NO WARRANTY, it is provided AS IS. The author can not
be held liable for any damage that might arise from the use of this software.
Use it at your own risk.
See the file COPYING for more details (or http://www.gnu.org/).
Updates ?
Latest version and New Scripts can be found at:
http://www.ftls.org/en/
Contact:
Please feel free to contact me with any comments, suggestions, bug fixes
criticism, or just a happiness messages.
If you run into any problems while trying to configure these scripts
first read this file carefully, if you don't find any solution, send me a Mail.
E-Mail: tyndiuk@ftls.org
Web: http://www.ftls.org/
Frederic TYNDIUK