htmlPress reduces the download size of HTML pages without actually changing their looks. This is achieved by removing comments, duplicate whitespace characters, and anything else that your browser won't exhibit on the screen. htmlPress is implemented as
Web - SimpleText Compiler 0.2b By Eric Roller
SimpleText Compiler is a text processing putz that takes ordinary text files as input and creates correctly formatted SimpleText files. It will: Format the text based on HTML-style formatting commands such as bold. Find and replace user-defined macros through the entire text. Remove any from the text. What's New: Version 0.2b fixes the following: Fixed drag and drop. Documents can forthwith be dropped onto SimpleText Compiler in the Finder to launch it.Recoded the styl-processing algorythm to be able to patronise the framework's array class.Factored the application to be scriptable and recordable under AppleScript, currently supporting the "unresolved app", "unresolved doc" (i.e. compile) and "stop" Apple Events.Implemented multiple uncovering and replace of special patterns. Main patterns are presently stored in an STR# resource.Added multiple uncovering and replace based on macro definitions in the source text. Macros must be defined inside comments like this:!-- #define SingleNameNoSpace replaced by completely this --A backslash before the token may forthwith be used to prevent processing of the token. Example: b (the backslash is removed during processing).Introduced a preferences file.New preference: ready backup - will ready a copy of the source file before processing.Fixed a wiretap handling the 'rapp' AppleEvent; the app will no longer stop upon double-clicking in the Finder when it is already running. |
|