Main > Free Download Search >

Free fromhtml 0.12 software for linux

fromhtml 0.12

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 189
PDF::FromHTML 0.12

PDF::FromHTML 0.12


PDF::FromHTML is a Perl module to convert HTML documents to PDF. more>>
PDF::FromHTML is a Perl module to convert HTML documents to PDF.

SYNOPSIS

my $pdf = PDF::FromHTML->new( encoding => utf-8 );
$pdf->load_file(source.html);
$pdf->convert(
Font => /path/to/font.ttf,
LineHeight => 10,
Landscape => 1,
);
$pdf->write_file(target.pdf);

This module transforms HTML into PDF, using an assortment of XML transformations implemented in PDF::FromHTML::Twig.

There is also a command-line utility, html2pdf.pl, that comes with this distribution.

<<less
Download (0.023MB)
Added: 2006-08-10 License: Perl Artistic License Price:
1179 downloads
PDF::FromHTML::Twig 0.23

PDF::FromHTML::Twig 0.23


PDF::FromHTML::Twig is a Perl module with PDF::FromHTML guts. more>>
PDF::FromHTML::Twig is a Perl module with PDF::FromHTML guts.

SYNOPSIS

(internal use only)

No user-serviceable parts inside.

<<less
Download (0.051MB)
Added: 2007-02-13 License: MIT/X Consortium License Price:
985 downloads
PROMS 0.12.1

PROMS 0.12.1


PROMS project is a Web-based project management system. more>>
PROMS project is a Web-based project management system.
Proms is a Web-based project management system whose primary goal is to provide a facility for developers to communicate with other developers, to communicate things to end-users, and to get feed-back from users. It also acts as a placeholder for project information.
Projects can be split up into multiple parts and project maintainers can assign tasks and programmers to each part.
Proms is meant to be a very lightweight replacement of the sourceforge project management software, and has been built more or less modular.
Enhancements:
- This release adds deleting of files and todos, and the ability to flag projects as private.
- The "manage" tab is no longer visible for anonymous users.
- A serious bug that prevented mail from being sent and a bug in the creation of directories that hold project files have been fixed, as well as a bug in the setup script.
<<less
Download (0.080MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1004 downloads
Xmms 0.12

Xmms 0.12


Xmms is an interactive remote control shell for xmms. more>>
Xmms is an interactive remote control shell for xmms.

SYNOPSIS

perl -MXmms -e shell

Xmms::shell provides an alternative or companion interface to the xmms gui.

Feature summary:

Standard Play Controls

play, pause, stop, next, prev, eject

Standard Options

toggle repeat, toggle shuffle

Playlist Controls

clear, select, add file(s), add url(s), playlist load/save, sort (more options than the gui)

File Info

search, view and edit mp3 tags

Misc Controls

time change (and slider), volume change (and slider), balance change, window toggle

Shell Features

command history
command/file completion
file matching
title matching
emacs key bindings

<<less
Download (0.18MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1222 downloads
cftp 0.12

cftp 0.12


This is Comfortable FTP, a full screen ftp client. more>>
This is Comfortable FTP, a full screen ftp client.
Supported are FTP both with active and passive data connections,
IPv4 and IPv6, and SFTP (a file transfer protocol using SSH for
authorization and connection encryption).
SFTP support is somewhat preliminary: It requires SSH protocol
version 2 with a configured sftp subsystem on the server. It doesnt support resuming transfers.
For generic installation instructions, see file `INSTALL; for
documentation read the info file `cftp.info. For key bindings, see
the file `bindings.desc.
In cftp, press H for help.
The texinfo documentation is a mess; any help most welcome
(especially the outline of a good structure).
If you make a binary distribution, please include a pointer to the
distribution site:
ftp.giga.or.at /pub/nih/cftp
http://ftp.giga.or.at/pub/nih/cftp
The latest version can always be found there and on the backup site:
sunsite.univie.ac.at /pub/nih/cftp
http://sunsite.univie.ac.at/pub/nih/cftp
Enhancements:
- configure.in: step version number to 0.12.
- util.c (xdirname): rename and adapt callers, declare argument const.
- display.h, functions.h (struct function), list.c: fix missing prototype warnings from IRIX cc.
- mkbind.c: remove definition of global defined in functions.c.
<<less
Download (0.177MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1228 downloads
Informium 0.12.0

Informium 0.12.0


Informium provides a lightweight, fully-featured news script. more>>
Informium provides a lightweight, fully-featured news script.

Informium is an advanced news script intended for use within a Web site.

It was programmed in PHP 4 and uses a MySQL backend for its database.

Among its many features is its ability to add, edit, or delete articles, comments, and users.

<<less
Download (MB)
Added: 2007-03-07 License: BSD License Price:
963 downloads
Flrec 0.12

Flrec 0.12


Flrec (Fast and Light RECorder) is a simple audio hard disk recorder. more>>
Flrec (Fast and Light RECorder) is a simple audio hard disk recorder written using FLTK toolkit (www.fltk.org). Flrec program can directly record in mp3, wav and ogg-vorbis, ecc.

Uses sox (sox.sourceforge.net) that is command line program for sound conversion. Sox must be installed in the system (verify with the command sox -h).

Flrec works, but is still under development.

<<less
Download (0.043MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
wmmp3 0.12

wmmp3 0.12


wmmp3 is a mp3 player dock app for windowmaker; frontend to mpg123. more>>
wmmp3 is a mp3 player dock app for windowmaker; frontend to mpg123.

It is a small X application that will also work as a windowmaker dock app.

All user options are contained in a config file, ~/.wmmp3 . There is a sample.wmmp3 file in the distribution that can be used as an example/template.

Basically, enter in the config file any directories that contain mp3 files and wmmp3 right now will play all the files in each directory sequentially when you press play. You can select which directory to start with by using the up/down buttons in the left frame when the player is stopped.

Pressing the "infinity" button will cause the player to repeat the songs in the current directory instead of just playing them once. Pressing the "random" (R) button will cause the player to randomly select songs from the current directory.
<<less
Download (0.043MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
FrameMaker::FromHTML 0.03

FrameMaker::FromHTML 0.03


FrameMaker::FromHTML is a Perl class to convert HTML file to FrameMaker MIF. more>>
FrameMaker::FromHTML is a Perl class to convert HTML file to FrameMaker MIF.

SYNOPSIS

use base FrameMaker::FromHTML;

use strict;

my ($infile, $outfile);

$infile = shift;

($outfile = $infile) =~ s/.htm[l]*$/.mif/;

# Insert routine to validate HTML -- eg, use HTML-Tidy

# VERY important -- this script is fragile at any time

# but worse with bad HTML

my $p = FrameMaker::FromHTML->new($outfile) ;

$p->parse_file("$tempfile") or die "Parsing failed on $tempfile: $!n";

Use to convert properly formed HTML into FrameMaker MIF. Likely to be found buggy, particularly with funny HTML. Errors in MIF are usually flagged in FrameMaker console when FrameMaker is used to open the file.

See example file htmltofm.pl, which may be all youll need to get it working on some files. In which case, youll need to have HTML-Tidy installed to clean up your HTML.

<<less
Download (0.017MB)
Added: 2006-08-16 License: Perl Artistic License Price:
1164 downloads
bonk-xmms 0.12

bonk-xmms 0.12


bonk-xmms is a plugin for the multimedia player XMMS that plays audio files in the bonk format. more>>
bonk-xmms is a plugin for the multimedia player XMMS that plays audio files in
the bonk format. Bonk is a highly compressed audio format by Paul Harrison.

The original bonk format encoder may be found at:

http://yoyo.cc.monash.edu.au/~pfh/

<<less
Download (0.016MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1295 downloads
Flickcurl 0.12

Flickcurl 0.12


Flickcurl is a C library for the Flickr API. more>>
Flickcurl is a C library for the Flickr API, handling creating the reqeuests, signing, token management, calling the API, marshalling requests parameters and decoding responses.

Flickcurl project uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. The current version supports part of the API (see Flickcurl API coverage) primarily the functions for reading photo, people and tags description, sufficient for me to play with machine tags and RDF descriptions.

<<less
Download (0.38MB)
Added: 2007-08-14 License: The Apache License 2.0 Price:
801 downloads
Pod::PXML 0.12

Pod::PXML 0.12


Pod::PXML is a Perl module that contains pxml2pod and pod2pxml. more>>
Pod::PXML is a Perl module that contains pxml2pod and pod2pxml.

SYNOPSIS

use Pod::PXML;

# Take from a file...
open(XMLOUT, ">foo.xml") || die "cant wropen foo.xml: $!";
binmode(XMLOUT);
print XMLOUT Pod::PXML::pod2xml(foo.pod);
close(XMLOUT);

# Take from a file, going the other way:
open(PODOUT, ">foo.pod") || die "cant wropen foo.pod: $!";
binmode(PODOUT);
print PODOUT Pod::PXML::xml2pod(foo.xml);
close(PODOUT);

# Or take from STDIN:
print , Pod::PXML::pod2xml(join , );
# Or the other way;
print , Pod::PXML::xml2pod(join , );

Perls documention is conventionally expressed in Plain Old Documentation.
POD-format is a wonderfully concise text format, but it is quite idiosyncratic. This module seeks to make it easier to turn text thats in POD-format into XML, and to turn text thats in XML into POD-format.

<<less
Download (0.012MB)
Added: 2007-07-08 License: Perl Artistic License Price:
838 downloads
foXcommander 0.0.12

foXcommander 0.0.12


foXcommander is the foXdesktop file manager. more>>
foXdesktop is an attempt to create a new UNIX-based desktop environment using FOX, a multi-platform widget set written in C++.
Main features:
- User friendliness for beginners, power users and programmers
- Modularity: The opposite to "do everything in one place", but not necessarily sacrificing the idea of embeddable objects :-)
- Flexibility: All foXdesktop application are supposed to work together as a family
- Compatibility and standards conformity
As a result every foXdesktop application is supposed to both integrate seamlessly into an existing foXdesktop environment and still be useful standing alone and/or within another environment (GNOME, KDE, Enlightenment...).
Although FOX is a multi-platform library, foXdesktop is probably UNIX-specific. But, it is possible to not use the Windows Explorer interface on win32 platforms, thus it may be possible to create a new win32 desktop...
This project was origonally started by Josua Groeger, but he has lost interest in maintining it - as such I am the new maintainer (Mathew Robertson).
<<less
Download (0.36MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1640 downloads
kfile_chemical 0.12

kfile_chemical 0.12


kfile_chemical is a set of kfile plugins for chemistry documents. more>>
kfile_chemical is a set of kfile plugins for chemistry documents. It has support for XYZ, PDB, MDL mol/sd, Mol2, CML, ShelX, SMILES and CIF files.
kfile_chemical is currently in alpha stage: 1.0 will be alpha too; it will be feature complete, i.e. proving plugins kfile plugins for all files mentioned at the official chemical mime page (and a few more).
Version 2.0 will be beta, and feature a more organized set of extracted pieces of information.
Version 3.0 will be beta too, and mime magic, which is a method to detect the mime type not from the file extension, but from the content.
Verion 4.0 will be the first stable release and is aimed to be ready with Kubuntu 6.04 and KDE 4.0.
Enhancements:
- This release adds support for chemical-mime-data, thus synchronizing with the main MIME type library for chemical data.
- It also fixes QChar / QString conversion, the FSF address, and the contact email address.
<<less
Download (0.10MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1201 downloads
tideup_mail 0.12

tideup_mail 0.12


tideup_mail is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail from people. more>>
tideup_mail is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail from people that uses such brain-damaged web-mailers as yahoo mail.

Fatigue with xterm when reading mail from mutt? Tired to press "Do Full reset" every time when terminal becames full of garbage? This program is for you! It removes unsafe characters for email & makes xterm happy!

Note that all documentation comes on russian language. Check for your local russian hacker.

<<less
Download (0.007MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1269 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5