plain text
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3175
XML From Plain Text 0.03
XML From Plain Text is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file more>>
XML From Plain Text (xfpt) is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file. It is intended to simplify the management of XML data.
The project is not a program that attempts to turn a plain text document into XML. Markup within text is introduced by ampersand characters, but is otherwise "soft". You can define what follows the ampersand, for example, &" to generate a "quote" element. There is also a macro facility that allows for higher level concepts such as chapters, displays, tables, etc.
Enhancements:
- The macro library has been extended to include preface, appendix, colophon, footnote, figure, and table.
- The program has one new directive to enable it to handle "nested" sections such as footnotes.
<<lessThe project is not a program that attempts to turn a plain text document into XML. Markup within text is introduced by ampersand characters, but is otherwise "soft". You can define what follows the ampersand, for example, &" to generate a "quote" element. There is also a macro facility that allows for higher level concepts such as chapters, displays, tables, etc.
Enhancements:
- The macro library has been extended to include preface, appendix, colophon, footnote, figure, and table.
- The program has one new directive to enable it to handle "nested" sections such as footnotes.
Download (0.13MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
840 downloads
PlainDoc 1.55
PlainDoc document production system allows you to write documents as normal text files. more>>
PlainDoc (pd2tex) document production system allows you to write documents as normal text files. pd2tex tool converts the plain text files to:
- TeX which then gets converted to pdf (you need pdflatex tool installed)
- DocBook (dbx) which can be fed to various tool chains (not supplied) to generate pdf and html
- flat HTML (entire document in one HTML file)
- multipage HTML (each section as its own HTML file)
PlainDoc system was developed by Sampo Kellomaki from around 2002 onwards with the aim of solving document editing problems for writing:
- IT specifications documents
- software product manuals and documentation
- scientific and research papers
- legal documents
- presentation slides
Some of the goals were:
- document source is the plain text representation, no separate conversion needed
- documents are intuitive to write and understand
- getting a neophyte to a reasonable level of productivity and achievement should be easy. A college freshman should be able to use PlainDoc after 1 hour training, provided that all the tool chains have already been installed
- it must be very difficult to fatally corrupt a document; fixing corruption should be as simple as editing the file
- it must be possible to do diffs between versions of the document
- using cvs should be well supported (helps to avoid fatal loss of document, too)
- enable use of plain text productivity environments like emacs(1)
- the PlainDoc system MUST be serious enough to produce most any type of document and thus end the need to use any other system
- typeset quality output in paper and web formats
PlainDoc has now (Oct, 2004) been around for more than two years and it has been successfully used to produce:
- major IT specifications conforming to formatting rules (70 page range)
- research papers and theses conforming to formatting rules (200 page range)
- product manuals (500 page range)
- legal documents and contracts conforming to formatting rules
PlainDoc acknowledges its LaTeX legacy and does not aim at WYSIWYG (except in plain text document production, of course :-) however we are not totally against visual formatting either. Thus many hooks for accessing the underlying document formatters capabilities have been made available, such as:
- direct entry of TeX code
- direct entry of DocBook code
- direct entry of HTML code
These should allow you to get your job done without the system philosophy standing too much in the way, while for most part leveraging the automatic formatting of standard constructs.
<<less- TeX which then gets converted to pdf (you need pdflatex tool installed)
- DocBook (dbx) which can be fed to various tool chains (not supplied) to generate pdf and html
- flat HTML (entire document in one HTML file)
- multipage HTML (each section as its own HTML file)
PlainDoc system was developed by Sampo Kellomaki from around 2002 onwards with the aim of solving document editing problems for writing:
- IT specifications documents
- software product manuals and documentation
- scientific and research papers
- legal documents
- presentation slides
Some of the goals were:
- document source is the plain text representation, no separate conversion needed
- documents are intuitive to write and understand
- getting a neophyte to a reasonable level of productivity and achievement should be easy. A college freshman should be able to use PlainDoc after 1 hour training, provided that all the tool chains have already been installed
- it must be very difficult to fatally corrupt a document; fixing corruption should be as simple as editing the file
- it must be possible to do diffs between versions of the document
- using cvs should be well supported (helps to avoid fatal loss of document, too)
- enable use of plain text productivity environments like emacs(1)
- the PlainDoc system MUST be serious enough to produce most any type of document and thus end the need to use any other system
- typeset quality output in paper and web formats
PlainDoc has now (Oct, 2004) been around for more than two years and it has been successfully used to produce:
- major IT specifications conforming to formatting rules (70 page range)
- research papers and theses conforming to formatting rules (200 page range)
- product manuals (500 page range)
- legal documents and contracts conforming to formatting rules
PlainDoc acknowledges its LaTeX legacy and does not aim at WYSIWYG (except in plain text document production, of course :-) however we are not totally against visual formatting either. Thus many hooks for accessing the underlying document formatters capabilities have been made available, such as:
- direct entry of TeX code
- direct entry of DocBook code
- direct entry of HTML code
These should allow you to get your job done without the system philosophy standing too much in the way, while for most part leveraging the automatic formatting of standard constructs.
Download (0.10MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1290 downloads
MS Word to plaintext converter 0.1
MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. more>>
MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. The generated text file is named *.doc.txt.
I hope it is as useful for you as it is for me.
<<lessI hope it is as useful for you as it is for me.
Download (MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1283 downloads
Posy::Plugin::TextToHTML 0.63
Posy::Plugin::TextToHTML is a Posy plugin to convert plain text files to HTML. more>>
Posy::Plugin::TextToHTML is a Posy plugin to convert plain text files to HTML.
SYNOPSIS
@plugins = qw(Posy::Core
...
Posy::Plugin::TextToHTML
...);
This uses the HTML::TextToHTML module (as used by the txt2html script) to convert the body of an entry from text into HTML. This checks the extension of the entry file, and if it is txt, then it will convert the entry.
This basically replaces the parse_entry method, and calls the parent method for anything other than text.
<<lessSYNOPSIS
@plugins = qw(Posy::Core
...
Posy::Plugin::TextToHTML
...);
This uses the HTML::TextToHTML module (as used by the txt2html script) to convert the body of an entry from text into HTML. This checks the extension of the entry file, and if it is txt, then it will convert the entry.
This basically replaces the parse_entry method, and calls the parent method for anything other than text.
Download (0.006MB)
Added: 2006-08-11 License: Perl Artistic License Price:
1169 downloads
Rhinote 0.7
Rhinote is a simple Python/Tkinter script which provides virtual sticky-notes on your desktop. more>>
Rhinote is a simple Python/Tkinter script which provides virtual "sticky-notes" on your desktop. Rhinote is handy for jotting down quick notes or holding copied text that you plan to paste elsewhere later.
Text can be cut, copied, and pasted; and notes can be saved (as plain text) and viewed and/or edited later, in Rhinote or any other text-editing application.
While many such applications exist for virtually all computing platforms, Rhinote is extremely simple, lightweight, and "keyboard-friendly."
<<lessText can be cut, copied, and pasted; and notes can be saved (as plain text) and viewed and/or edited later, in Rhinote or any other text-editing application.
While many such applications exist for virtually all computing platforms, Rhinote is extremely simple, lightweight, and "keyboard-friendly."
Download (0.022MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1310 downloads
Collink 0.5
Collink is a link extractor/collector based on Qt library. more>>
Collink is a link extractor/collector based on Qt library. It saves list of links as plain text or better as a Downloader for X list giving different names for files to save.
You can filter links by filename extension and via a Qt regular expression. It is probably an unuseful utility if you do not manage your downloads with D4X, use it as a power user or if you know wget ;)
Enhancements:
- save / restore last filter
- 0.5 release
<<lessYou can filter links by filename extension and via a Qt regular expression. It is probably an unuseful utility if you do not manage your downloads with D4X, use it as a power user or if you know wget ;)
Enhancements:
- save / restore last filter
- 0.5 release
Download (0.52MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1207 downloads
mod_txt
mod_txt is a simple output filter module to display plain text files as HTML (or XHTML) with a header and footer. more>>
mod_txt is a simple output filter module to display plain text files as HTML (or XHTML) with a header and footer. When a text file is requested, mod_txt module escapes the text as required for HTML, and displays it between the header and the footer.
How to use it
Apart from setting the Header and Footer, you will need to insert the filter in the output chain, and set the Content Type to HTML. So a configuration to use this module looks like:
AddOutputFilter text-filter .txt
AddType text/html .txt
TextHeader /path/to/header-file
TextFooter /path/to/footer-file
Note that this is not a smart text filter, so the text should be enclosed in HTML < pre >. End the header file by opening PRE, and start the footer by closing it.
Configuration Directives
TextHeader
Syntax: TextHeader filename
Specifies a path to use as header for the text file.
TextFooter
Syntax: TextFooter filename
Specifies a path to use as footer for the text file.
<<lessHow to use it
Apart from setting the Header and Footer, you will need to insert the filter in the output chain, and set the Content Type to HTML. So a configuration to use this module looks like:
AddOutputFilter text-filter .txt
AddType text/html .txt
TextHeader /path/to/header-file
TextFooter /path/to/footer-file
Note that this is not a smart text filter, so the text should be enclosed in HTML < pre >. End the header file by opening PRE, and start the footer by closing it.
Configuration Directives
TextHeader
Syntax: TextHeader filename
Specifies a path to use as header for the text file.
TextFooter
Syntax: TextFooter filename
Specifies a path to use as footer for the text file.
Download (0.006MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1285 downloads
mod_auth_plain 2.0.48-4-2
mod_auth_plain implements authentication routines using plain text files for Apaches authentication protocol. more>>
mod_auth_plain implements authentication routines using plain text files for Apaches authentication protocol.
An example .htaccess file:
Deny from all
AuthType basic
AuthName "Plain htpasswd"
AuthPlainUserFile .htpasswd
Require valid-user
Satisfy any
An example .htpasswd file:
user:password
Note that AuthPlainUserFile can be relative to the directory which contains .htaccess file.
<<lessAn example .htaccess file:
Deny from all
AuthType basic
AuthName "Plain htpasswd"
AuthPlainUserFile .htpasswd
Require valid-user
Satisfy any
An example .htpasswd file:
user:password
Note that AuthPlainUserFile can be relative to the directory which contains .htaccess file.
Download (0.010MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1522 downloads
Other version of mod_auth_plain
License:GPL (GNU General Public License)
HTML::FromText 2.0.5
HTML::FromText is a Perl module that can convert plain text to HTML. more>>
HTML::FromText is a Perl module that can convert plain text to HTML.
SYNOPSIS
use HTML::FromText;
text2html( $text, %options );
# or
use HTML::FromText ();
my $t2h = HTML::FromText->new( %options );
my $html = $t2h->parse( $html );
HTML::FromText converts plain text to HTML. There are a handfull of options that shape the conversion. There is a utility function, text2html, thats exported by default. This function is simply a short- cut to the Object Oriented interface described in detail below.
<<lessSYNOPSIS
use HTML::FromText;
text2html( $text, %options );
# or
use HTML::FromText ();
my $t2h = HTML::FromText->new( %options );
my $html = $t2h->parse( $html );
HTML::FromText converts plain text to HTML. There are a handfull of options that shape the conversion. There is a utility function, text2html, thats exported by default. This function is simply a short- cut to the Object Oriented interface described in detail below.
Download (0.013MB)
Added: 2006-08-05 License: Perl Artistic License Price:
1175 downloads
Apache::Pod::Text 0.22
Apache::Pod::Text is a mod_perl handler to convert Pod to plain text. more>>
Apache::Pod::Text is a mod_perl handler to convert Pod to plain text.
SYNOPSIS
A simple mod_perl handler to easily convert Pod to Text.
CONFIGURATION
See Apache::Pod::HTML for configuration details.
<<lessSYNOPSIS
A simple mod_perl handler to easily convert Pod to Text.
CONFIGURATION
See Apache::Pod::HTML for configuration details.
Download (0.005MB)
Added: 2006-08-16 License: Perl Artistic License Price:
1164 downloads
OpenChatterBox 1.0.1
OpenChatterBox is an LANChat-like software which is designed for talking in Local Area Network (LAN). more>>
OpenChatterBox is an LANChat-like software which is designed for talking in Local Area Network (LAN). ChatterBoxes uses port 7777/UDP.
Public messages are plain-text, but private messages are encrypted (XOR). OpenChatterBox UI (User Interface) is Ncurses based, so you can use it via telnet/ssh, from local console or in Xterm.
<<lessPublic messages are plain-text, but private messages are encrypted (XOR). OpenChatterBox UI (User Interface) is Ncurses based, so you can use it via telnet/ssh, from local console or in Xterm.
Download (0.10MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1387 downloads
HTML::TextToHTML 2.44
HTML::TextToHTML is a Perl module that can convert plain text file to HTML. more>>
HTML::TextToHTML is a Perl module that can convert plain text file to HTML.
SYNOPSIS
From the command line:
txt2html I< arguments >
From Scripts:
use HTML::TextToHTML;
# create a new object
my $conv = new HTML::TextToHTML();
# convert a file
$conv->txt2html(infile=>[$text_file],
outfile=>$html_file,
title=>"Wonderful Things",
mail=>1,
]);
# reset arguments
$conv->args(infile=>[], mail=>0);
# convert a string
$newstring = $conv->process_chunk($mystring)
HTML::TextToHTML converts plain text files to HTML. The txt2html script uses this module to do the same from the command-line.
It supports headings, tables, lists, 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. The purpose for this tool is to provide an easier way of converting existing text documents to HTML format, giving something nicer than just whapping the text into a big PRE block.
<<lessSYNOPSIS
From the command line:
txt2html I< arguments >
From Scripts:
use HTML::TextToHTML;
# create a new object
my $conv = new HTML::TextToHTML();
# convert a file
$conv->txt2html(infile=>[$text_file],
outfile=>$html_file,
title=>"Wonderful Things",
mail=>1,
]);
# reset arguments
$conv->args(infile=>[], mail=>0);
# convert a string
$newstring = $conv->process_chunk($mystring)
HTML::TextToHTML converts plain text files to HTML. The txt2html script uses this module to do the same from the command-line.
It supports headings, tables, lists, 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. The purpose for this tool is to provide an easier way of converting existing text documents to HTML format, giving something nicer than just whapping the text into a big PRE block.
Download (0.11MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1176 downloads
Email::Find 0.10
Email::Find allows you to find RFC 822 email addresses in plain text. more>>
Email::Find allows you to find RFC 822 email addresses in plain text.
Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but they will be valid RFC 822 syntax.
Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but theres only so much which can be done without a human.
Finds email addresses in the text and executes callback registered.
The callback is given two arguments. The first is a Mail::Address object representing the address found. The second is the actual original email as found in the text. Whatever the callback returns will replace the original text.
<<lessEmail::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but they will be valid RFC 822 syntax.
Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but theres only so much which can be done without a human.
Finds email addresses in the text and executes callback registered.
The callback is given two arguments. The first is a Mail::Address object representing the address found. The second is the actual original email as found in the text. Whatever the callback returns will replace the original text.
Download (0.039MB)
Added: 2007-03-31 License: Perl Artistic License Price:
943 downloads
Agata Report 7.2
Agata Report is a cross-platform database reporting tool with graph generation and a query tool. more>>
Agata Report is a cross-platform database reporting tool with graph generation and a query tool that allows you to get data from PostgreSQL, MySQL, SQLite, Oracle, DB2, MS-SQL, Informix, InterBase, Sybase, or Frontbase and export that data as PostScript, plain text, HTML, XML, PDF, or spreadsheet (CSV) formats through its graphical interface.
You can also define subtotals, levels and a grand total for the report, merge the data into a document, generate address labels, or even generate a complete ER-diagram from your database.
<<lessYou can also define subtotals, levels and a grand total for the report, merge the data into a document, generate address labels, or even generate a complete ER-diagram from your database.
Download (3.7MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
905 downloads
mod_text2html 1.0
mod_text2html is an Apache module which is designed to replace Apaches internal text/plain handler. more>>
mod_text2html is an Apache module which is designed to replace Apaches internal text/plain handler. It converts carriage returns into "BR" tags.
If it finds valid URLs it turns them into "A HREF" tags, and it does a good job of trying to not muddle up HTML that has been flagged as text. It converts commas and ampersands into HTML entities.
It uses the same method as the Unix find utility to determine if a file is text in the first place. If it determines that the file is not text it sends the file, but does so as application/octet-stream.
<<lessIf it finds valid URLs it turns them into "A HREF" tags, and it does a good job of trying to not muddle up HTML that has been flagged as text. It converts commas and ampersands into HTML entities.
It uses the same method as the Unix find utility to determine if a file is text in the first place. If it determines that the file is not text it sends the file, but does so as application/octet-stream.
Download (0.005MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
850 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above plain text search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed