AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

text/hyper/AF-HTMLCap.lha

Mirror:Random
Showing:ppc-warpupgeneric
No screenshot available
Short:V1.3.5, makes HTML-Tags LOWER/UPPERCASE
Author:Andreas Frank <afrank at mailserv.rz.fh-muenchen.de>
Uploader:Andreas Frank <afrank mailserv rz fh-muenchen de>
Type:text/hyper
Version:1.3.5
Requires:KS2.0
Architecture:m68k-amigaos
Date:1998-03-08
Download:http://aminet.net/text/hyper/AF-HTMLCap.lha - View contents
Readme:http://aminet.net/text/hyper/AF-HTMLCap.readme
Downloads:6322

---------
IMPORTANT
---------

HTMLCap will ONLY produce correct output, if ALL URLs are enclosed
in quotation marks (").

For example:          <img src="images/pic.jpg" alt="Picture" width=200
height=50>
will be converted to: <IMG SRC="images/pic.jpg" ALT="Picture" WIDTH=200
HEIGHT=50>

But:                  <img src=images/pic.jpg alt=Picture width=200 height=50>
will be converted to: <IMG SRC=IMAGES/PIC.JPG ALT=PICTURE WIDTH=200 HEIGHT=50>

and this won't work on UNIX-Systems (most webservers are running under UNIX
or a UNIX-clone), as filenames are case-sensitive with UNIX-Filesystems.

So be careful with those quotation marks!

-----------
What is it?
-----------

HTMLCap is a tiny little tool that makes the tags in your
HTML-Documents uppercase or lowercase.
As EASY as possible!

Other Text, e.g. filenames, arguments, plain text and other stuff
won't be touched.

For example:

<html>
<head>
<TiTle>
This is the title, which is not changed!
</TiTLE>
<BoDY>
Other Body text isn't changed either
<img src="http://URL's are not changed" alt="No Change here!">
</BODY>
</hEad>
</HTML>

is changed to:

<HTML>
<HEAD>
<TITLE>
This is the title, which is not changed!
</TITLE>
<BODY>
Other Body text isn't changed either
<IMG SRC="http://URL's are not changed" ALT="No Change here!">
</BODY>
</HEAD>
</HTML>

Looks much nicer, doesn't it?

---------------------
What's new in V1.3.5?
---------------------
Read HTMLCap.history for information on older versions.

V1.3.5 (5.3.98)
       Changed revision numbering scheme.
       Should be more obvious now.

       Added option "TO/K".
       This enables you to save a processed HTML file with a new
       filename instead of overwriting the old file.
       Example:
       HTMLCap foo.html TO foo_new.html
       Of course you can't process more than one file while using
       the "TO"-option. HTMLCap will take care of this.


----------
How to use
----------

Copy it where you want. Preferably to C:
Actually, HTMLCap is a CLI-Command, so use it like this:

1.> HTMLCap [foo.html] [foo2.html] [foo3.html] ....

Be careful! Make a backup of your HTML-documents before using
this program!
HTMLCaps overwrites your old file with the corrected one!
Though it seems to work perfectly, noone knows... it could
destroy your work (perhaps).

Entering just "HTMLCap" (without arguments) gives you some
brief instructions.

NEW!
----
Since version 1.3.5 you now can optionally save to a specified file.
Use it like this:

1.> HTMLCap foo.html TO foo_capitalized.html

Of course you can't process more than 1 file at once using this method.


Patternmatching is not implemented yet.

Also read HTMLCap.history which may give you some useful information.


----
Bugs
----

I couldn't find any yet, but I'm sure HTMLCap will behave strange
when you try to convert HTML-Files with corrupt tags, e.g.
missing "<" or ">" or an odd number of """.

If you find any bugs, please report them to me (EMail see below).
Include your hard- and software configuration.


----------
Disclaimer
----------

This software is provided "AS IS". You are using it at your own risk.
If it destroys your software or hardware (or anything else),
I am not responsible. Actually, I am not responsible for anything.
If you don't like this, don't use this software.


------------------------
Does this cost anything?
------------------------

Of course not. Distribute freely.
But DO NOT change this archive in any way.
HTMLCap is ©1997-1998 Andreas Frank.


----------------------------
You HAVE to do the following
----------------------------

Send me an EMail, if you use and like this proggy.
Also, visit my Homepage and sign my Guestbook.
(Adresses see below)
Furthermore, I would be glad, if you sent me a postcard
(yes, those little rectangle paper thingies) picturing
your hometown or anything.

It would be nice, if you mention me and my little proggy on
Web-Sites which you optimized with HTMLCap.
Feel free to put up a link there:
<A HREF="http://www.mediaspace.net/kolb" TARGET="_top">
Kolb's Homepage</A>


-----------------
How to contact me
-----------------

             Andreas Frank

SnailMail:   Schwalbachweg 16
             D-95666 Mitterteich
             Germany
Fax:         ++49-(0)9633-91101
EMail:       afrank at mediaspace.net
WWW:         http://www.mediaspace.net/kolb

(C)opyright 1997-1998 Andreas Frank.


Contents of text/hyper/AF-HTMLCap.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 2137    4594  46.5% -lh5- f923 Mar  5  1998 AF-HTMLCap.readme
[generic]                 2895    5464  53.0% -lh5- 53e7 Mar  5  1998 HTMLCap
[generic]                  693    1375  50.4% -lh5- 6dd0 Mar  5  1998 HTMLCap.history
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total         3 files    5725   11433  50.1%            Mar  8  1998

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>