Main > Free Download Search >

Free generates html software for linux

generates html

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4296
Netfilter2html 0.9

Netfilter2html 0.9


Netfilter2html provides a script using GAWK to process netfilter logs. more>>
Netfilter2html provides a script using GAWK to process netfilter logs.
netfilter2html is a script wrote using GAWK to process netfilter logs and generate a nice HTML output.
GAWK is faster to process text files, it can process 100.000 text lines in a few seconds.
Main features:
You can config...
- TCP/UDP ports that should appear highlighted (red color);
- IPs and (SRC|DST) TCP/UDP ports that should removed from the report;
- Max number of records/lines per page (to avoid flooding browsers);
- Name of HTML files and it extension;
- Destination directory to use for HTML files, images, etc..;
- Date selection by command line [--date Mar/3|--today|--yesterday].
- Just records that match the selected date will used in reports;
You can see in reports...
- Date (previous selected by command line);
- Creation date;
- Total number of log records that match the selected date;
- Total number of pages;
- Total number of warnings (TCP/UDP ports configured to appear highlighted);
- Total number of removed records;
- Log prefix, complet set of "most" important fields used in netfilter logs
- and the number of hits that a same netfilter log appeared;
Enhancements:
- english translation;
- added a nice HTML layout - thanks to Gustavo Nozella;
- netfilter2html.conf changed (font_color and nversion were removed) some minor changes in variable names;
- some changes in netfilter2html core;
- added a installer (installn2h.sh) - install images and style file in "/usr/local/share/n2h" directory; core files are installed in correct places (see README);
- netfilter2html copy all files located in "/usr/local/share/n2h" at first run to real HTML directory (defined in netfilter2html.conf);
- fixed bug in use of ENV[HOSTNAME] var on HTML links;
- added GPL license file;
- netfilter "ID" information is no longer used in HTML reports;
- favico (favicon.ico) added;
<<less
Download (0.040MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
927 downloads
Blatte::HTML 0.9

Blatte::HTML 0.9


Blatte::HTML is a Perl module that contains tools for generating HTML with Blatte. more>>
Blatte::HTML is a Perl module that contains tools for generating HTML with Blatte.

SYNOPSIS

use Blatte;
use Blatte::Builtins;
use Blatte::HTML;

$perl = &Blatte::Parse(...string of Blatte code...);
$val = eval $perl;
&Blatte::HTML::render($val, &emit);

sub emit {
print shift;
}

<<less
Download (0.014MB)
Added: 2007-04-20 License: Perl Artistic License Price:
917 downloads
OPEN BEXI HTML Builder 1.6

OPEN BEXI HTML Builder 1.6


OPEN BEXI HTML Builder is a WYSIWYG HTML editor. more>>
OPEN BEXI HTML Builder is a WYSIWYG HTML editor which allows you to create Web pages and generate HTML code from your browser without any HTML knowledge.

It lets you create, update, and remove HTML components. OPEN BEXI HTML Builder is suitable for beginners and experts.
<<less
Download (1.8MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
939 downloads
Template::Library::HTML 2.15

Template::Library::HTML 2.15


Template::Library::HTML is a template library for building basic HTML pages. more>>
Template::Library::HTML is a template library for building basic HTML pages.

NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation directory.

use Template;

my $tt2 = Template->new({
INCLUDE_PATH => /usr/local/tt2/templates,
});
For a portable way to determine the installation templates directory, you can use the Template::Config->instdir() class method.
use Template;

my $tt2 = Template->new({
INCLUDE_PATH => Template::Config->instdir(templates),
});
You should now be able to access the html library as, for example:
[% INCLUDE html/header %]
Note that some of the more basic elements dont give you much more than the raw HTML tags. In many cases you might be well advised to stick to regular HTML rather than complicating matters by the use of template elements.
e.g.
< table >
. . .
< /table >
vs
[% WRAPPER html/table %]
. . .
[% END %]

However, the use of template elements to generate the underlying HTML does have some important benefits, particularly as the constructs start to get more complicated and more magical.

See the example in the examples sub-directory of the distribution directory for further examples and enlightenment on using this library.

<<less
Download (0.76MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1144 downloads
todo2html 0.1

todo2html 0.1


todo2html generates pretty HTML from a standard text TODO file. more>>
todo2html generates pretty HTML from a standard text TODO file. The formatting is configurable with style sheets, and there is an easy-to-read built-in style or a style-free option.
Main features:
- Add a given page title (using the < TITLE > tags in < HEAD >)
- Add a given heading (using < H1 >)
- Identify items that are completed and format them differently - all this requires is that finished items start with "DONE!"
- Strip the "DONE!" tags from completed items
- Remove completed items from the output
- Have different formatting for done and pending items at both item levels
- provide a key, showing formatting for done/pending items
- Create HTML with no extra style commands - looks like plain text
- Use an in-built, easy to understand style
- Take style information from a stylesheet and apply it (statically) to the output
- Given a stylesheet URL, style can be based on an external stylesheet - if you have a nice style that you use for the rest of your site, todo2html can use that, and when you change it, the HTMLized TODO file will change with it. For example, the stylesheet used for this page (here) has the extra information (the em.pendingl1, em.donel1, etc.) for creating matching TODO files. Its not even compulsory to use these extra em classes unless you want special formatting for TODO item headings.
- Anything that might cause problems for a HTML interpreter in the original TODO file are neutered - they still look the same in the output.
- Create either a full HTML page, or just the HTML which goes between the < BODY > and < /BODY > tags. Useful for generating on the fly.
<<less
Download (0.003MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1197 downloads
txt2html 2.45

txt2html 2.45


txt2html is a Perl program that uses the HTML::TextToHTML perl module to convert plain text to HTML. more>>
txt2html is a Perl program that converts plain text to HTML. txt2html project uses the HTML::TextToHTML perl module to do so.
HTML::TextToHTML is a Perl module that converts plain text to HTML.
It supports headings, lists, some tables, simple character markup, and hyperlinking, and is highly customizable.
It recognizes some of the apparent structure of the source document (mostly whitespace and typographic layout), and attempts to mark that structure explicitly using HTML.
Our intent in writing this tool is to provide an easier way of converting existing text documents to HTML format.
txt2html is not a program to convert wordprocessor files or other marked-up document formats. It is also not a program to convert HTML to text. Most HTML browsers do that.
If you need to convert something other than plain text to HTML, or you need to convert from HTML, you should look for a more appropriate tool.
txt2html is not a program for automatically generating a table-of-contents from a file. If you want that, then use txt2html to generate a HTML file, and then use htmltoc or hypertoc on the HTML file.
Enhancements:
- This release fixes a bug with umlauts and a bug with UTF-8 characters.
- The "--underline_delimiter" option was added.
<<less
Download (0.11MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1003 downloads
PBS::Graph::Html 0.43.290

PBS::Graph::Html 0.43.290


PBS::Graph::Html is a helper module to PBS::Graph. more>>
PBS::Graph::Html is a helper module to PBS::Graph. GenerateHtmlGraph generates a HTML document with a dependency graph linked to a set of HTML (text) files containing pertinent information about the node that was clicked in the main HTML document (index.html).

It can also add a frame to the main document so the graph and the textual inforamtion are displayed simulteanously.

<<less
Download (0.55MB)
Added: 2007-07-25 License: Perl Artistic License Price:
821 downloads
XMLNews::HTMLTemplate 0.01

XMLNews::HTMLTemplate 0.01


XMLNews::HTMLTemplate is Perl module for converting NITF to HTML. more>>
XMLNews::HTMLTemplate is Perl module for converting NITF to HTML.

SYNOPSIS

use XMLNews::HTMLTemplate;

my $template = new XMLNews::HTMLTemplate();
$template->readTemplate("mytemplate.html");

$template->applyTemplate("output.html", "story.xml", "story.rdf");

NOTE: this module requires the XML::Parser and XMLNews::Meta modules.

WARNING: this module is not thread-safe or re-entrant.

The XMLNews::HTMLTemplate module provides a simple mechanism for creating HTML pages from XML/NITF news stories and/or XML/RDF metadata files based on a user-supplied template file. The template is a simple HTML file (SGML or XML flavour) using special template commands, which the user includes as processing instructions, as in the following example:



To create an HTML page, you must first create an empty HTMLTemplate object:

my $template = new XMLNews::HTMLTemplate();

Next, you load the HTML template into the object:

$template->readTemplate("mytemplate.html");

Now, you can apply the same compiled template object repeatedly to different XML/NITF and/or XML/RDF documents to generate HTML pages:

$template->applyTemplate("outfile.html", "newsstory.xml", "newsstory.rdf");

<<less
Download (0.009MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1136 downloads
HTML Tidy

HTML Tidy


HTML Tidy cleans up HTML source and formats it nicely. more>>
HTML TIDY is a free utility to fix mistakes made while editing HTML and to automatically tidy up sloppy editing into nicely layed out markup. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.
When editing HTML its easy to make mistakes. Wouldnt it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggetts HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.
Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. Each item found is listed with the line number and column so that you can see where the problem lies in your markup. Tidy wont generate a cleaned up version when there are problems that it cant be sure of how to handle. These are logged as "errors" rather than "warnings".
Dave Raggett has now passed the baton for maintaining Tidy to a group of volunteers working together as part of the open source community at Source Forge. The source code continues to be available under an open source license, and you are encouraged to pass on bug reports and enhancement requests at http://tidy.sourceforge.net.
If you find HTML Tidy useful and you would like to say thanks, then please send me a (paper) postcard or other souvenir from the area in which you live along with a few words on what you are using Tidy for. It will be fun to map out where Tidy users are to be found! My postal address is given at the end of this file.
The W3C public email list devoted to HTML Tidy is: . To subscribe send an email to html-tidy-request@w3.org with the word subscribe in the subject line (include the word unsubscribe if you want to unsubscribe). The archive for this list is accessible online. If you would like to contact the developers, or you just want to submit an enhancement request or a bug report, please visit http://tidy.sourceforge.net.
Tidy can now perform wonders on HTML saved from Microsoft Word 2000! Word bulks out HTML files with stuff for round-tripping presentation between HTML and Word. If you are more concerned about using HTML on the Web, check out Tidys "Word-2000" config option! Of course Tidy does a good job on Word97 files as well!
Main features:
- Missing or mismatched end tags are detected and corrected
- End tags in the wrong order are corrected
- Fixes problems with heading emphasis
- Recovers from mixed up tags
- Getting the
in the right place
- Adding the missing "/" in end tags for anchors
- Perfecting lists by putting in tags missed out
- Missing quotes around attribute values are added
- Unknown/Proprietary attributes are reported
- Proprietary elements are recognized and reported as such
- Tags lacking a terminating > are spotted
<<less
Download (0.22MB)
Added: 2005-05-05 License: MIT/X Consortium License Price:
2216 downloads
GIFgraph::WithMap 1.0

GIFgraph::WithMap 1.0


Generates HTML map text while plotting graph more>>
GIFgraph: WithMap 1.0 is a brilliant software which is able to generate HTML map text while plotting graph.

Synopsis:

  • This module extends GIFgraph objects such as GIFgraph:lines. You can do everything that you would with a GIFgraph object. In addition, when the data is plotted, it generates some MAP html text.
  • The series will be labeled series 1, series 2 etc. unless the $obj->seriesnames has been set. For each series, it will create a polygon area, with the following structure (assuming series is named Green, and that the links member array is empty:
    • < AREA
    • alt="Green"
    • href="#Green"
    • onMouseOver="self.status=Green; return true"
    • onMouseOut="self.status=; return true"
    • shape=polygon
    • coords="87, 41, 165, 250, 165, 246, 87, 37" >
  • So - clicking on the series will take you to #Green. If you don't specify #Green in the document, clicking on it will do very little. If you have (e.g. in the key) then it should take you there.

Requirements: Perl

<<less
Added: 2009-06-12 License: Perl Artistic License Price: FREE
15 downloads
digest 0.9

digest 0.9


digest provides a tool to generate HTML index pages and image previews. more>>
digest provides a tool to generate HTML index pages and image previews.

Digest generates HTML index pages and image previews for collections of images. It is fast and simple, and it creates HTML that is compact, quick-rendering, and does not rely on JavaScript or CSS.

<<less
Download (0.005MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
984 downloads
xmltv2html 0.7.0

xmltv2html 0.7.0


xmltv2html project is a Ruby script that generates a HTML page from the output of XMLTV. more>>
xmltv2html project is a Ruby script that generates a HTML page from the output of XMLTV.

The generated HTML page will have the channels listed on the vertical axis and the shows times on the horizontal axis. The shows information is displayed via DHTML popups. Virtually every aspect of the HTML page can be customized via the configuration file and CSS file.

VALID XMLTV

It is very important to have a valid xmltv file prior to using xmltv2html.
The xmltv distribution has two programs that are vital:
tv_sort will sort the listings by date and add stop times (see man tv_sort)
tv_grep will filter programmes and shows (see man tv_grep).

<<less
Download (0.040MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
1348 downloads
iCal::Parser::HTML 1.06

iCal::Parser::HTML 1.06


iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. more>>
iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars.

SYNOPSIS

use iCal::Parser::HTML;
my $parser=iCal::Parser::HTML->new;
print $parser->parse(type=>$type,start=>$date,files=>[@icals]);

This module uses iCal::Parser::SAX and XML::LibXSLT with included stylesheets to generates html calendars from icalendars.

The html document generated includes (when appropriate) a sidebar containing a legend, a list of todos and a three month calendar for the previous, current and next months.

The stylesheets are stored in the HTML/stylesheet directory under the installed package directory.

Also included in this package are an optionally installed command line program "ical2html" in scripts and, in the example directory, a cgi handler ("ical.cgi" in examples) and a stylesheet ("calendar.css" in examples) for formatting the html output. Note that the html output will look quite broken without the stylesheet.

<<less
Download (0.049MB)
Added: 2007-04-07 License: Perl Artistic License Price:
930 downloads
Joel Dares Dynamo 0.0.2

Joel Dares Dynamo 0.0.2


Joel Dares Dynamo is a PHP library that executes complex MySQL queries and automatically generates HTML code. more>>
Joel Dares Dynamo is a PHP library that executes complex MySQL queries and automatically generates HTML code.
For example, it can draw a spreadsheet-like table from a simple query such as "SELECT last, first, phone FROM users". It can generate horizontal tables, vertical tables, multi-column tables from a single column result, and it even generates simple HTML forms based on a select query.
For example, "SELECT firstName, lastName FROM cust WHERE id = 1234" automatically creates an HTML form that contains fields for firstName and LastName.
Enhancements:
- This version adds the DynamoColTableQuery() function, which generates multi-column tables from a single column query.
<<less
Download (0.010MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1263 downloads
GIFgraph::Map 1.02

GIFgraph::Map 1.02


GIFgraph::Map can generate HTML map text. more>>
GIFgraph::Map can generate HTML map text.

SYNOPSIS

use GIFgraph::Map;
$map = new GIFgraph::Map($gr_object);
$map->set(key1 => value1, key2 => value2 ...);
$HTML_map = $map->imagemap($gr_file, @data);

Is a perl5 module to generate HTML map text for following graph objects GIFgraph::pie, GIFgraph::bars, GIFgraph::point and GIFgraph::linespoints. As a result of its work is created HTML code containing IMG and MAP tags.

You simply need to insert this code into the necessary place of your page. In the inserted thus image, its certain parts are the references and at a choice their mouse in a status line of your browser displays the additional information.(See Samples).

<<less
Download (0.009MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1193 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5