Main > Free Download Search >

Free plain software for linux

plain

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 544
XML From Plain Text 0.03

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.
<<less
Download (0.13MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
840 downloads
Simple Plain Xml Parser 0.4

Simple Plain Xml Parser 0.4


Simple Plain Xml Parser is a simple and plain xml parser written in C++. more>>
Simple Plain Xml Parser (spxml) is a simple and plain xml parser written in C++. spxml supports pull-model and DOM-model xml parsing.
spxml is a stream-oriented parser. As the user passes it chunks of the input XML document, spxml identifies elements, character data or other entities and return the appropriate event. The size of the chunks is controlled by the user; chunks can range from one byte to the whole XML document.
spxml pull parser does not need to be told when the document is ended. On the contrary, spxml pull parser will tell us when it has finished parsing a root ( or other ) element. spxml pull parser can therefore safely read from pipes, can process sequences of XML documents without extra delimiters, and can handle selected parts of a document.
spxml DOM parser parses an XML document, and builds a DOM tree that can be read, modified, and saved.
Enhancements:
- This release adds UTF-8 encoding and processing instruction support.
<<less
Download (0.023MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
825 downloads
mod_auth_plain 2.0.48-4-2

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.
<<less
Download (0.010MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1522 downloads
 
Other version of mod_auth_plain
mod_auth_plain 1.3.31-3-1Piotr Roszatycki - mod_auth_plain implements authentication routines using plain text files for Apaches authentication protocol. mod_auth_plain
License:GPL (GNU General Public License)
Download (0.011MB)
1522 downloads
Added: 2005-08-23
POW - Plain Old Webserver 0.1.3

POW - Plain Old Webserver 0.1.3


POW - Plain Old Webserver is a Firefox extension that adds a server to your browser. more>>
POW - Plain Old Webserver is a Firefox extension that adds a server to your browser.
Information and a tutorial for POW can be found at this wiki
http://davidkellogg.com/wiki/Main_Page?origin=moz_pow
and at this post
http://forums.mozillazine.org/viewtopic.php?t=447189
The Plain Old Webserver uses Server-side Javascript (SJS) to run a server inside your browser. Use it to distribute files from your browser. It supports Server-side JS, GET, POST, uploads, Cookies, SQLite and AJAX. It has security features to password-protect your site. Users have created a wiki, chat room and search engine using SJS.
This version includes:
- Documentation to show you how to build a Server-side Javascript program.
- Added security to prevent arbitrary file reads.
Enhancements:
- Standalone server support (separate download)
- Firebug support through standalone server
- Auto-restart of server after window close
- startup.sjs file auto-created for new installs
- Saving to subdirectory fixed
- Changed mime-types to binary by default
- Added many binary mime-types
- Added loopback-only option
- Fixed root directory problem
- Fixed XML download problem
- Smallest download size ever 99K -> 89K -> 73K -> 63K
<<less
Download (0.062MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
837 downloads
MS Word to plaintext converter 0.1

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.

<<less
Download (MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1283 downloads
Collink 0.5

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
<<less
Download (0.52MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1207 downloads
Skaringa r3p7

Skaringa r3p7


Skaringa is an API for Java and XML language binding. more>>
Skaringa is an API for Java and XML language binding.
It transforms Java objects into XML documents and back, and can generate XML schema definitions for a Java class.
Typical applications are data exchange, object persistence, object transformation, and driving XML based presentation layers.
Skaringa is designed for speed and simplicity, supporting a wide range of types. Skaringa works with all Plain Old Java Objects (POJOs), it is not limited to special cases, like JavaBeans.
Enhancements:
- New layout of documentation and website.
- Use SiteBuilder to generate HTML documententation.
<<less
Download (0.20MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1571 downloads
POrqi 1.3

POrqi 1.3


POrqi is a library that non-invasively transforms Java code to use asynchronous calls. more>>
POrqi project is a library that non-invasively transforms Java code to use asynchronous calls. This allows reliable services to be constructed from Plain Old Java Objects (POJOs).
This is release 1.2 of the POrqi library. It includes:
- Core support for converting to asynchronous calls
- A Spring factory for generating Services from POJOs
<<less
Download (0.076MB)
Added: 2007-04-24 License: LGPL (GNU Lesser General Public License) Price:
913 downloads
Email::Find 0.10

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.

<<less
Download (0.039MB)
Added: 2007-03-31 License: Perl Artistic License Price:
943 downloads
Mail::SendEasy 1.2

Mail::SendEasy 1.2


Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). more>>
Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments.

This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet.
It supports SMTP authentication and attachments.

USAGE:

OO

use Mail::SendEasy ;

my $mail = new Mail::SendEasy(
smtp => localhost ,
user => foo ,
pass => 123 ,
) ;

my $status = $mail->send(
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;

if (!$status) { print $mail->error ;}

STRUCTURED

use Mail::SendEasy ;

my $status = Mail::SendEasy::send(
smtp => localhost ,
user => foo ,
pass => 123 ,
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;

if (!$status) { Mail::SendEasy::error ;}

<<less
Download (0.011MB)
Added: 2007-08-02 License: Perl Artistic License Price:
816 downloads
a2png 0.1.5

a2png 0.1.5


a2png is a UNIX program that converts plain text into PNG images. more>>
a2png is a UNIX program that converts plain text into PNG images.
a2png is written in C and distributed under the GNU General Public License v2.
Example:
The last image below was generated with the following command:
$ head -80 a2png.c | tail -40 | a2png --crop - --font-size=0.015 --size=800x800 -v --overwrite
output format: PNG ARGB32
output dimension: 800x800 pixels
reading standard input
cropping output image to 456x480 pixels
writing stdin.png
Enhancements:
- When using --html-input with non-jp2a formatted files, fall back on textfile parsing.
<<less
Download (0.10MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1115 downloads
Rhinote 0.7

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."

<<less
Download (0.022MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1310 downloads
No Brainer SMTP 1.0

No Brainer SMTP 1.0


No Brainer SMTPNo Brainer SMTP provides a config-free simple SMTP sender. more>>
No Brainer SMTPNo Brainer SMTP provides a config-free simple SMTP sender.
No Brainer SMTP (nbSMTP) is a simple SMTP client suitable to run in chroot jails, in embedded systems, laptops, or workstations.
No Brainer SMTP major features:
- Fix some error handling problems.
- Added smtp_last_message() to improve verbosity in case of errors.
- Uses strtok if strsep is not found.
- Added OSX module, refer to README.OSX in tarball.
- Fix memory leaks when using a combination of rc files and command line options.
- Respond to nbsmtp --help nbsmtp -h and nbsmtp --version with the expected behavior.
- Improve sending big mails or mails with attachments.
Main features:
- SSL/TLS and STARTTLS support
- SYSLOG logging support (using LOG_MAIL facility)
- SASL (LOGIN, PLAIN and CRAMMD5) support
- IPv6 support
- Configuration file support
- Sendmail compatibility
- Queue supportSSL/TLS and STARTTLS support
- SYSLOG logging support (using LOG_MAIL facility)
- SASL (LOGIN, PLAIN and CRAMMD5) support
- IPv6 support
- Configuration file support
- Sendmail compatibility
- Queue support
<<less
Download (0.10MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
975 downloads
amaroKollection 0.43

amaroKollection 0.43


amaroKollection is a bash script that exports information from amaroKs collection database. more>>
amaroKollection is a bash script that exports information from amaroKs collection database. This is done in plain text or to a HTML file.
Whats planned:
- more views (currently there is only a "Artists and their albums" view)
- css support (currently its just plain HTML)
Please give feedback if it runs smoothly or if there are any problems. Tell me what kind of views you would like to have implemented!
Enhancements:
- Changed amaroK to Amarok everywhere. The scripts name will stay "amaroKollection" though.
- Added a check if the specified target directory exists, otherwise amaroKollection exits.
<<less
Download (0.008MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
862 downloads
Lyrics Manager 0.2.8

Lyrics Manager 0.2.8


Lyrics Manager is an amaroK script that manages the song lyrcis. more>>
Lyrics Manager is an amaroK script that manages the song lyrcis.
Main features:
- Edit lyrics with your favorite editor
- Export lyrics to file
- Import lyrics from file
You can setup your editor (for editing) and directory with texts (for import and export) via script configuration. Script will take care of html break tags while importing and exporting lyrics text, so you can edit and store plain text with correct rendering it in amaroK.
<<less
Download (0.015MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
833 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5