Free Software Downloads, Free Games Downloads, Free GSM Software Downloads
Software vendor loginSubmit software programAdvertise with FiveSignContact informations
 
Free Software Downloads
Search: Search for software programs
ActiveX
Compilers & Interpreters
Components & Libraries
Databases & Networks
Debugging
IDEs & Coding Utilities
Java
Management & Distribution
Reference & Tutorials
Source Code
Tools & Editors
 

FiveSign Newsletter
Subscribe Unsubscribe
Enjoy receiving from FiveSign latest software news every week!


Bookmark us Add to Favorites
Set Home Page Set Home Page
Latest software programs Latest software programs
  Add to Firefox search bar


Amper 1.4

 
You are here: Home > Software Development > Tools & Editors > Amper
 
Publisher: Canadian Mind Products
Release Date: 2007-05-10
File Size: 307 KB
OS: Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows2003, Windows Vista Star
License: Freeware
Editor's rating: Not rated yet
Download Amper
   
 
Amper description
Amper - Click to enlarge screenshot
In the following, pretend ! is an ampersand. Amper converts ! to !amp; in HTML files, but does not convert it when the ! is already in an entity e.g. !lt; !thetasym; !eacute;

The main use for this is to pass HTMLValidator verification of your HTML, which is very picky about !, especially inside URLs.

As a side effect, it also ensures all your comment delimiters balance.

It does not change ! inside comments, though it will change it inside href= and image= urls, or anywhere else e.g. Java Applet parameters, which is correct according to the HTMLValidator. It does _not_ change " to !quot; or e' to !eacute; It just fixes !, the most troublesome character.

To convert a single file, type:

java -jar C:\com\mindprod\amper\amper.jar myfile.html

The results replace the old file, so you had better make a backup just in case this is not what you want.

You can also list several files on the command line:

java -jar C:\com\mindprod\amper\amper.jar myfile.html C:\mydir\another.html

To use convert the current directory of html files:

java -jar C:\com\mindprod\amper\amper.jar .

Sorry no wildcards, just . , and ..

DON'T USE WILDCARDS unless you deeply understand how they work. See http://mindprod.com/jgloss/wildcard.html. Windows expands them, not amper, and feeds them to amper (or any other program) as a giant list of all the directories and files in the
current directory. Amper will thus tend process all the files in your directories, when you just meant to process the files in the current directory.

The -s switch makes all subsequent directories searched recursively to include all their subdirectories.

e.g.

java -jar C:\com\mindprod\amper\amper.jar E:\mindprod

will fix all *.html files in the mindprod directory tree, ignoring other types of files.

If you have the jar extension set up as executable, you can abbreviate:

C:\com\mindprod\amper\amper.jar .
 
[ Download Amper 1.4 ]
 

Amper 1.4

RELATED TAGS
amper, HTML, ampersand
 
 
Copyright ©2005 - 2008 FiveSign Network Help | Link to us | Privacy Policy | Terms | Software Archives