Main > Free Download Search >

Free c2 newsletter software for linux

c2 newsletter

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 58
C2::Newsletter 0.3 beta

C2::Newsletter 0.3 beta


C2::Newsletter is a tool to send MIME-encoded newsletters. more>>
C2::Newsletter is a simple tool for sending newsletters to your visitors. It allows you to create multiple newsletters, so your visitors can select which topics they want to receive.
There is an admin interface to add/edit newsletters and recipients, and send in plain text or MIME-encoded. It is easy to use, but currently only in German (English will be available soon).
Enhancements:
new Features
- Verification email is now configurable (plain text only)
- Supports now the admin as recipient for verification emails
fixed Bugs:
- Admin interface allows to list the recipients of a specified newsletter
- Config page => cancel button now works
- deleting a newsletter deletes also items in c2_mail_newsletter_selections
- holds email when adding a new recipient record
- verification of new recipients now works
performance:
- function GetConfig()
<<less
Download (0.024MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
PloneNewsLetter 2.0

PloneNewsLetter 2.0


PloneNewsLetter provides a product for sending newsletters based on new Plone content to an email address in TXT or HTML format. more>>
PloneNewsLetter provides a product for sending newsletters based on new Plone content to an email address in TXT or HTML format.
PloneNewsLetter gives you the possibility to create your custom newsletters. The newsletter is prepared for being sent using your favourite mass mailer, and can be directly published on your site.
The process of creating your PloneNewsLetter:
- You create a new PloneNewsLetter
- Using PloneNewsLetter, you search your Plone site for content
- You select the documents that you want to make it into the newsletter
- You can click on the "create" button, and an html and text version of the newsletter are created.
- The html and text versions can now be edited and viewed quickly in a preview window.
- Once you are satisfied with the result, you can send the newsletter to your email address.
- You can use your favourite mass mailer to distribute the newsletter Features:
- The templates used for production of the newsletter are fully customizable.
- The selection of objects for the newsletter is remembered, so you dont have to reselect everything just because you changed the templates.
- If the user publishes the newsletters content, all users will see the HTML version of the newsletter. That way the the newsletter is automatically archived online.
- PloneNewsLetter consists of two object:
- A content type, for users
- A Portal Tool, for settings
<<less
Download (0.11MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
985 downloads
Oxylus Newsletters System 0.2

Oxylus Newsletters System 0.2


Oxylus Newsletters System is a complex newsletter system. It allows you to manage multiple groups. more>>
Oxylus Newsletters System is a complex newsletter system. It allows you to manage multiple groups.
You can import and export users, and public subscription is allowed. Oxylus Newsletters System project allows linux users to schedule newsletters for a specific date using a crontab job.
For each sent newsletter, you can see its history and whether it was successfully sent.
Enhancements:
- This version is fully compatible with PHP5.
- The mails are sent just once to all the users.
- The SQL error which occurred when new groups are created was fixed.
- Various framework bugfixes were made.
<<less
Download (0.20MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1435 downloads
doclifter 2.3

doclifter 2.3


doclifter is a small man/mandoc/ms/me/mm-to-DocBook document transcoding. more>>
doclifter is a small man/mandoc/ms/me/mm-to-DocBook document transcoding.
doclifter is a tool that transcodes {n,t,g}roff documentation to DocBook XML markup.
It parses man, mandoc, ms, me, or TkMan page sources, does structural analysis, and recognizes common troff-markup cliches.
The result is usable without further hand-hacking about 95% of the time.
Enhancements:
- A bug in db2man.xsl was worked around.
- Markus Hoenickas requested behavior for multiple-file conversions was implemented.
- Translation of groff extended .cc and .c2 requests was implemented.
- The .TA macro that occurs duplicatively with .ta in X.org manual pages is now ignored.
- The program can cope with unresolved .Sx refererences in mdoc.
- .Ex and .Ee are handled.
- The X consortium macro preamble is now handled better.
- .RS/.RE is now fully handled, with no more spurious warnings.
<<less
Download (0.12MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1033 downloads
WmConsole 0.17

WmConsole 0.17


WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels. more>>
WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels.

WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server.

Commands List

pwd = Prints the current directory
cd DIR = Change current directory to DIR (.. is allowed)
ls [DIR/FILE] = Lists the current directory or the specified path
ps = Lists currently running processes
lsmod [MATCH] = Lists modules loaded by processes whose name match MATCH
wld MATCH = Lists all processes that load modules matching MATCH
kill PID = Terminates the process identified by PID
run EXE ... = Starts the exe with the specified parameters
exec EXE ... = Starts the exe with the specified parameters and links to
the process standard output/input
df [DIR] = Prints the disk space statistics for DIR (or object store
in case DIR is not specified
mem = Displays memory usage statistics
lssvc = Lists device services
svc -{S,T} SVC = Controls services functionality. Supported actions are:
S : Start service SVC
T : Stop service SVC
lsdev = Lists system devices
mkdir [-p] DIR = Create directory DIR. Allowed flags for the command are:
p : Create all the intermediate directories, if missing
rmdir DIR = Remove directory DIR (must be empty)
rm FILE = Remove file FILE
mv OLD NEW = Renames files or directories from OLD to NEW
cp SRC DST = Copy SRC file onto DST file. If SRC is a directory, the whole
SRC tree will be copied
rmtree DIR = Remove directory DIR and all its subtree (dangerous)
chmod MODE FILE = Change the access mode of FILE applying MODE changes
([+-][hws]+ | h=hidden w=write s=system)
exit = Exit session
shutdown = Exit session and shutdown the WmConsole server
reboot = Exit session and reboot the device
cat FILE = Dump the content of remote file FILE on screen
find [-1s] PATH MATCH = Recursively searches PATH for MATCH file or directory name
(wildcards allowed in MATCH). Allowed flags for the command are:
1 : Do not recurse inside subdirectories
s : Print only the file path
put [-Rf] REM LOC = Copies the local file(s) LOC to the remote file/path (on device) REM.
Wildcards allowed in LOC. Allowed flags for the command are:
R : Recurse to subdirectories
f : Forces the missing subdirectories creation on the device
get [-R] REM LOC = Copies the remote file(s) (on device) REM to local file/path LOC.
Wildcards allowed in REM. Allowed flags for the command are:
R : Recurse to subdirectories
rpwd = Prints the current registry key
rcd KEY = Change current registry key to KEY (.. is allowed)
rls [KEY/RVAL] = Lists the current registry key or the specified KEY
rcat RVAL = Dump the content of registry path RVAL on screen
rfind KEY MATCH = Recursively searches KEY path for MATCH value or key name
rrm RVAL = Remove the registry value RVAL
rrmtree KEY = Remove the registry key KEY and all its subtree (dangerous)
rmkkey KEY = Creates the registry key KEY
rset RVAL TYPE VALUE = Sets the registry value RVAL to VALUE, with data type TYPE.
Allowed data types for the command are:
SZ : String value
DW : DWord value
BI : Binary value (VALUE is a sequence of 2 hexdigit numbers,
comma separated, like: 03,c2,fa,...)
rdig [-i] KEY TYPE DATA = Recursively searches the KEY registry path for DATA bytes. Allowed
data types for the command are:
SZ : String value
DW : DWord value
BI : Binary value (VALUE is a sequence of 2 hexdigit numbers,
comma separated, like: 03,c2,fa,...)
The DATA parameter format depends on the TYPE. Allowed
flags for the command are:
i : Ignore case during string match
rexp [-R] KEY/RVAL FILE = Exports the registry value RVAL or key KEY, to the file path FILE.
Allowed flags for the command are:
R : In case a registry key KEY is specified, exports the whole subtree
rimp FILE = Imports the registry file FILE into the device registry. New keys
will be created if missing, and existing values will be overwritten
help = Prints this help screen
<<less
Download (0.24MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1208 downloads
Netpet-CMS 1.8

Netpet-CMS 1.8


Netpet-CMS project provides easy-going deployment and administration of Web sites, newsletters, and banners. more>>
Netpet-CMS project provides easy-going deployment and administration of Web sites, newsletters, and banners. After a short introduction, even users with little experience are capable using Netpet-CMS.

Furthermore, you dont need any specially configured server to run Netpet CMS, so you can install Netpet CMS on standard cheap Web hosting accounts.
<<less
Download (1.8MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
808 downloads
List::Intersperse 1.00

List::Intersperse 1.00


List::Intersperse Perl module can intersperse / unsort / disperse a list. more>>
List::Intersperse Perl module can intersperse / unsort / disperse a list.

SYNOPSIS

use List::Intersperse qw/intersperseq/;

@ispersed = intersperseq {substr($_[0],0,1)} qw/A1 A2 B1 B2 C1 C2/;

@ispersed = List::Intersperse::intersperse qw/A A B B B B B B C/;

intersperse and intersperseq evenly distribute elements of a list. Elements that are considered equal are spaced as far apart from each other as possible.

FUNCTIONS

intersperse LIST

This function returns a list of elements interspersed so that equivalent items are evenly distributed throughout the list.

intersperseq BLOCK LIST

intersperseq works like intersperse but it applies BLOCK to the elements of LIST to determine the equivalance key.

<<less
Download (0.002MB)
Added: 2007-07-19 License: Perl Artistic License Price:
827 downloads
CPS (Collaborative Portal Server) 3.4.0

CPS (Collaborative Portal Server) 3.4.0


CPS is the collaborative web content management solution for Zope. more>>
Collaborative Portal Server (CPS) is the most complete Open Source solution available for building ECM applications.
CPS comes also as a user-friendly application for entreprise-grade content management with many collaboration features.
CPS is the collaborative web content management solution for Zope.
CPS is built on top of the powerful Zope application server.
This web portal aims at unifying and providing a common platform to the CPS community.
CPS is backed by Nuxeo and a community of contributors (Chalmers University, Infrae, etc.) and is released under the GPL.
CPS is an extensive collaborative Web content management system (CMS) implemented on top of Zope and the CMF, that enables organizations to easily, quickly and efficiently implement collaborative portals (intranet, extranet or internet) and workflow- oriented business applications.
Main features:
- Collaborative work and publication spaces (you may need to be authenticated with the right access level to access these URLs)
- Document versionning, that allows a document to be published in one version and still worked on in another one
- Group-based, directory-backed user and roles management
- A configurable Portal interface, with a web- and accessibility-standards compliant default look and feel (you will need to be authenticated with the right access level to access this URL)
- Notifications on many kinds of events happening on the system
- An (optional) WYSIWYG editor for portal look and feel (just install CPSSkins in your CPS instance using the ZMI)
- Many user-level services, like a Webmail, Forums, shared Calendars, Newsletters and Mailing Lists, etc.
- Many powerful developers- and webmaster-level services, including support for creating your own document types, your own workflows, etc.
<<less
Download (7.3MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1326 downloads
Quick.Cms.Ext 0.3

Quick.Cms.Ext 0.3


Quick.Cms.Ext provides a simple, fast message board with category filtering and a flat file backend. more>>
Quick.Cms.Ext provides a simple, fast message board with category filtering and a flat file backend.
Quick.Cms.Ext is a fast, simple, and multilingual content management system. It is based on flat files and does not require a SQL database.
It supports full administration for pages, subpages, photos, and files.
This application is based on the flat files database, like our other projects. Useful for web page designers, web page programmers and also, for those who just want to manage their own web page.
A Tool which makes work on the web side simple and easy, because it allows everyone who logs in to administration, to manage it. Our experiences with clients helped us to create web administration which is simple for everyone to edit it, add and delete pages, subpages, pictures and files.
Available features in Quick.CMS.Ext:
- Pages administration
- Attaching files and photos to pages
- Management of many languages
- Photo gallery
- Subpages listing like photo gallery
- News administration
- Search through pages
- Site map
- Sub pages comments
- Adding e-mails to newsletter
- Friendly links
- Contact form
- Extended backup module
- Banner system
- Poll
<<less
Download (MB)
Added: 2007-01-26 License: Other/Proprietary License Price:
611 downloads
Santa Fe Linux CTR3

Santa Fe Linux CTR3


Santa Fe Desktop Linux is an easy to use desktop operating system. more>>
Santa Fe Desktop Linux is an easy to use desktop operating system. It puts some of the worlds best open source applications within the reach of non-technical users. It even runs right off the CD so you can try it without installing.
Santa Fe Desktop Linux was built following these design goals:
Make it familiar. Present the user a familiar interface where they dont have to guess which buttons do what.
Keep it small. The distribution should install and run from a single CD.
Make it useful to normal users. The distribution should be useful to a large non-technical audience.
Keep it fun. Make sure audio and video work to the best of their abilities so the users can play games and enjoy multimedia without hassle.
Leave the user alone. Hardware should always be automatically detected and configured without the users help. Software configuration should automatically have sane defaults.
Unlike other operating systems, Santa Fe is designed to automatically configure itself everytime it runs. It will auto-detect the right drivers for your hardware and configure it all to the best of its abilities. No more troublesome driver installs. Santa Fe works best in Plug and Play and DHCP environments.
Main features:
- A viable alternative to your current operating system (OS).
- Imagine if your OS came preinstalled with a fully featured photo editing and image creation program.
- Imagine if every OS included an animation and 3D graphics creation program.
- What if your OS came standard with finance management and desktop publishing applications?.
- Now imagine if all those things were available for $39.95.
- Santa Fe Linux offers the open source solution to the seemingly impossible dream described above. Santa Fe comes with a program called the GIMP, a fully featured digital photo editing and image/graphics creation program. Blender, another standard program, is a 3D graphics, animation, rendering, and post production program. Managing finances is easy with GNU Cash, an open source program that gets your finances organized quickly. Desktop publishing is simple with Scribus, a program that allows you to create everything from newsletters to a fully produced magazine.
- Also, Santa Fe features a full office suite that is compatible with Microsoft? Word, Excel, Powerpoint, and Outlook.
- Additional programs that come with Santa Fe Linux:
- Gnome Meeting: Video teleconferencing application.
- Audacity: Records, renders, and applies digital effects to audio.
- Kino: Digital video editor.
- XMMS: Audio player that supports a wide variety of audio file formats.
- Anjuta: Developers program which allows users to create their own applications/programs.
- Also, at a price of 82.99, Santa Fe is now available with Codeweavers Crossover Office. This program allows users to install the Microsoft? Office Suite including Word, Excel, Powerpoint, Outlook, and Access.
<<less
Download (600MB)
Added: 2005-04-05 License: GPL (GNU General Public License) Price:
1676 downloads
Freebaser 2005.03.10

Freebaser 2005.03.10


Freebaser project consists of collection of Free database applications. more>>
Freebaser project consists of collection of Free database applications.
Its goal is to create simple, elegant, and useful applications to solve organizational issues.
It includes a client database, a member database, a contacts database, a task list/todo list, and a workflow database.
Main features:
- Client database
- Member database
- Contacts database
- Task List / Todo list
- Workflow
Client Database:
The clients database is a database that we plan on being used as the single database for an organisation that has customers/clients/etc. Ie. if your running your own business this is the database from the freebaser collective that you should be using as it incorporates all the aspects of the contacts and member datbases but adds business/client/customer related fields and sections.
Contacts Database:
The contacts databse is designed to be used by you as your personal friends/contacts database.
Member Database:
The Member database is designed for Not-For-Profit organisations that are made up of members and not customers/clients/employees. The idea organisation is a Trade Union, or small club that needs to track its members.
Task List/Todo List:
The Task List database is designed to trach and manage your daily tasks and duties.
Workflow Database:
The Workflow database is still in a proto-type mode but is design to be able to let the user to track and manage the various organisation processes.
An example is a group publishing its newsletter, there maybe 40 steps from start to finish in getting a newsletter out and the Workflow database is design to be able to accomodate these kind of process tracking.
At the moment the Workflow database is pretty useless unless its customised to your particular organisational processes - as each organisation has its own processes.
Enhancements:
- Changes made to the table CSS to make the pop up calendar appear correctly
<<less
Download (0.50MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1008 downloads
CGI::Kwiki::New 0.18

CGI::Kwiki::New 0.18


CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. more>>
CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki.

A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly the oldest wiki, and has lots of information about how wikis work.

There are dozens of wiki implementations in the world, and many of those are written in Perl. As is common with many Perl hacks, they are rarely modular, and almost never released on CPAN. One major exception is CGI::Wiki. This is a wiki framework that is extensible and is actively maintained.

Another exception is this module, CGI::Kwiki. CGI::Kwiki focuses on simplicity and extensibility. You can create a new kwiki website with a single command. The module has no prerequisite modules, except the ones that ship with Perl. It doesnt require a database backend, although it could be made to use one. The default kwiki behaviour is fairly full featured, and includes support for html tables. Any behaviour of the kwiki can be customized, without much trouble.

SPECIAL FEATURES

CGI::Kwiki will come with some fancy addons not found in most wiki implementations. This comes with the promise that they will not interfere with the sheer simplicity of the default kwiki interface.

Check http://http://www.kwiki.org/index.cgi?KwikiFeatures from time to time to see what hot features have been added.

Kwiki Slide Show

You can create an entire PowerPoint-like slideshow, in a single kwiki page. There is Javascript magic for advancing slides, etc. See the sample page KwikiSlideShow.

EXTENDING

CGI::Kwiki is completely Object Oriented. You can easily override every last behaviour by subclassing one of its class modules and overriding one or more methods. This is generally accomplished in just a few lines of Perl.

The best way to describe this is with an example. Start with the config file. The default config file is called "config.yaml". It contains a set of lines like this:

config_class: CGI::Kwiki::Config
driver_class: CGI::Kwiki::Driver
cgi_class: CGI::Kwiki::CGI
cookie_class: CGI::Kwiki::Cookie
database_class: CGI::Kwiki::Database
metadata_class: CGI::Kwiki::Metadata
display_class: CGI::Kwiki::Display
edit_class: CGI::Kwiki::Edit
formatter_class: CGI::Kwiki::Formatter
template_class: CGI::Kwiki::Template
search_class: CGI::Kwiki::Search
changes_class: CGI::Kwiki::Changes
prefs_class: CGI::Kwiki::Prefs
pages_class: CGI::Kwiki::Pages
slides_class: CGI::Kwiki::Slides
javascript_class: CGI::Kwiki::Javascript
style_class: CGI::Kwiki::Style
scripts_class: CGI::Kwiki::Scripts

This is a list of all the classes that make up the kwiki. You can change anyone of them to be a class of your own.

Lets say that you wanted to change the BOLD format indicator from "*bold*" to bold. You just need to override the "bold()" method of the Formatter class. Start by changing "config.yaml".

formatter_class: MyKwikiFormatter

Then write a module called "MyKwikiFormatter.pm". You can put this module right in your kwiki installation directory if you want. The module might look like this:

package MyKwikiFormatter;
use base CGI::Kwiki::Formatter;

sub bold {
my ($self, $text) = @_;
$text =~ s!(.*?)!$1!g;
return $text;
}

1;

Not too hard, eh? You can change all aspects of CGI::Kwiki like this, from the database storage to the search engine, to the main driver code. If you come up with a set of classes that you want to share with the world, just package them up as a distribution and put them on CPAN.

By the way, you can even change the configuration file format from the YAML default. If you wanted to use say, XML, just call the file "config.xml" and write a module called "CGI::Kwiki::Config_xml".

<<less
Download (0.075MB)
Added: 2007-07-10 License: Perl Artistic License Price:
836 downloads
XML::ValidWriter 0.39

XML::ValidWriter 0.39


XML::ValidWriter is DOCTYPE driven valid XML output. more>>
XML::ValidWriter is DOCTYPE driven valid XML output.

SYNOPSIS

## As a normal perl object:
$writer = XML::ValidWriter->new(
DOCTYPE => $xml_doc_type,
OUTPUT => *FH
) ;
$writer->startTag( b1 ) ;
$writer->startTag( c2 ) ;
$writer->end ;

## Writing to a scalar:
$writer = XML::ValidWriter->new(
DOCTYPE => $xml_doc_type,
OUTPUT => $buf
) ;

## Or, in scripting mode:
use XML::Doctype NAME => a, SYSTEM_ID => a.dtd ;
use XML::ValidWriter qw( :all :dtd_tags ) ;
b1 ; # Emits < a >< b1 >
c2( attr=>"val" ) ; # Emits < /b1 >< b2 >< c2 attr="val" >
endAllTags ; # Emits < /c2 >< /b2 >< /a >

## If youve got an XML::Doctype object handy:
use XML::ValidWriter qw( :dtd_tags ), DOCTYPE => $doctype ;

## If youve saved a preparsed DTD as a perl module
use FooML::Doctype::v1_0001 ;
use XML::ValidWriter qw( :dtd_tags ) ;

#
# This all assumes that the DTD contains:
#
# < !ELEMENT a ( b1, b2?, b3* ) >
#
# < !ELEMENT b1 ( c1 ) >
# < !ELEMENT b2 ( c2 ) >
#

STATUS

Alpha. Use and patch, dont depend on things not changing drastically.
Many methods supplied by XML::Writer are not yet supplied here.

<<less
Download (0.028MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1137 downloads
whatsnewfm 0.6.5

whatsnewfm 0.6.5


whatsnewfm is a filter for the daily newsletter from freshmeat.net that only shows new or interesting items. more>>
whatsnewfm is a filter for the daily newsletter from freshmeat.net that only shows "new" or "interesting" items.

The main purpose is to cut the huge newsletter to a smaller size by only showing items that you didnt see before.

The items already seen will be stored in a database. After some time, the items expire and will be shown again the next time they are included in a newsletter.

If you find an item that you consider particularly useful, you can add it to a "hot" list. Items in the hot list are checked for updates so that you dont miss anything about your favourite programs.

<<less
Download (0.025MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1466 downloads
phpListPro 2.0.1

phpListPro 2.0.1


phpListPro project is a PHP/mySQL rating TopList professional script. more>>
phpListPro project is a PHP/mySQL rating TopList professional script.
Main features:
- Easy Configuration with CSS (some samples incl.)
- All functions configurable with one config-file
- mySQL Database Backend (fast, stable)
- unlimited language-templates, with language-select (english, german, dutch, french, spanish, italian, russian, ... included)
- unlimited categories, with category-select
- Site rating on incoming votes
- 3 Stage - Anti cheating Gateway
- AntiFrame on Gateway
- unique Cheating-Detection (TILT-Protect)
- Cookie-Detection (only cookie-enabled browsers can vote)
- Random-Link
- Site-Search
- NewIcon for new entries
- Variable pagebreaks
- Userfriendly Add site (with HTML integration help)
- Userfriendly Edit site
- Userfriendly HTML integration help
- Auto "Add to Favorits" Window for first-time Users
- Exitwindows for exits and outclicks
- Listsorting on votes or hits or ratings (cascading)
- Listreset for cronjobs or automatic
- SetInactive on listreset (if no votes within timeframe)
- SetActive on listreset (if votes within timeframe)
- Lost password function
- User confirmation mail
- User mail-address validation
- Webmaster notify mail
- Webmaster Site-approval
- BadWords detection
- IP-banning with Cookie remember
- Minimum-votes-to-display filter
- Advanced logging (incl. automatic oldlogprune)
- UserOnline display
- ProcessingTime display
- WEB-Adminpanel (search, votelogs, edit, delete, approval, ...)
- WEB-HTML-Newsletter
- BONUS: NewList (PluginFunction to List new Sites as Text)
- BONUS: Upgradetool from phpList (File-to-DB Converter)
- BONUS: Upgradetool from Autorank Pro (File-to-DB Converter)
- BONUS: Upgradetool from Turbotrade (File-to-DB Converter)
- BONUS: Upgradetool from CustomLists (File-to-DB Converter)
<<less
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
925 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4