publishing companies
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 536
0publish-gui 0.8
0publish-gui is a GTK tool for publishing software through Zero Install. more>>
0publish-gui is a GTK tool for publishing software through Zero Install.
By publishing an XML feed for your software on your web-site, you make it easy for people to download your programs and their dependencies, and automatically get notified of any updates you make.
0publish-gui is a GTK-based tool for creating these feeds. It allows you to describe your application, list available versions and download locations, and specify dependencies on other libraries. It also handles adding a GPG signature to the feed, so that people can check that updates really are from you.
<<lessBy publishing an XML feed for your software on your web-site, you make it easy for people to download your programs and their dependencies, and automatically get notified of any updates you make.
0publish-gui is a GTK-based tool for creating these feeds. It allows you to describe your application, list available versions and download locations, and specify dependencies on other libraries. It also handles adding a GPG signature to the feed, so that people can check that updates really are from you.
Download (0.031MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
Jogger Publishing Assistant 0.5.2
Jogger Publishing Assistant is a specialized (stripped-down) Jabber client that simplifies publishing to Jogger. more>>
Jogger Publishing Assistant is a specialized (stripped-down) Jabber client that simplifies publishing to Jogger, a Jabber powered weblog.
Soon after registering my first Jabber account I become addicted to this platform. As soon as I found Jogger service, I felt that I need something that will simplify publishing to Jogger.
Jogger uses plain (X)HTML format of entries, so I came to conclusion, that I will need also some kind of simplified markup to ensure validity of HTML chunks I want to send to Jogger.
My first attempt was JogFeeder simple,<<less
Soon after registering my first Jabber account I become addicted to this platform. As soon as I found Jogger service, I felt that I need something that will simplify publishing to Jogger.
Jogger uses plain (X)HTML format of entries, so I came to conclusion, that I will need also some kind of simplified markup to ensure validity of HTML chunks I want to send to Jogger.
My first attempt was JogFeeder simple,<<less
Download (0.60MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1258 downloads
Get Company Info 0.4
Get Company Info allows you to view the latest financial data and other company information in a separate tab. more>>
Get Company Info allows you to view the latest financial data and other company information in a separate tab.
Highlight a company name on your page with the mouse, right-click and choose Get Company Info. You will receive the latest financial data and other company information in a separate tab.
No need in ugly toolbars. Recognizes companies by both names and tickers.
<<lessHighlight a company name on your page with the mouse, right-click and choose Get Company Info. You will receive the latest financial data and other company information in a separate tab.
No need in ugly toolbars. Recognizes companies by both names and tickers.
Download (0.075MB)
Added: 2007-04-27 License: MPL (Mozilla Public License) Price:
913 downloads
Atom Publishing Protocol framework for Ruby 0.5.0
Atom Publishing Protocol framework for Rubys goal is to make adopting Atom Publishing Protocol(APP) support in web applications more>>
Atom Publishing Protocol framework for Rubys goal is to make adopting Atom Publishing Protocol(APP) support in web applications as easy as it can be. This is to be reached by implementing a framework that handles the protocol-level duties for the programmer, while not making any requirements for the site design. Details of the project are laid down in a roadmap.
The way that this framework realizes this functionality is by implementing a base class for each back-end. At the moment there is only one back-end, for Ruby on Rails. The base classes then expect that the users application responds to a certain interface that makes the content information storing the responsibility of the application.
While implementing the framework Im going to follow two principles, simplicity and generality. Simplicity in that sense that the framework only does what it needs to do, nothing else, thus staying out of the way of the developer, laying down as few constraints on the application as possible.
Generality principle follows on the same track. As the overhead from using the framework is in the minimum, the field of application gets wider. From technical point of view the generality will be helped by multiple back-ends that enable the use of framework in many different environments.
The APP is currently an Internet-Draft and hence most likely will change in near future. For this, it is better to keep the framework as simple as possible so that it can be refactored with minimum effort.
The work for this project is freely available(MIT licensed) from this website. I am writing this framework as a part of my final thesis at the Tampere University of Technology, Finland.
<<lessThe way that this framework realizes this functionality is by implementing a base class for each back-end. At the moment there is only one back-end, for Ruby on Rails. The base classes then expect that the users application responds to a certain interface that makes the content information storing the responsibility of the application.
While implementing the framework Im going to follow two principles, simplicity and generality. Simplicity in that sense that the framework only does what it needs to do, nothing else, thus staying out of the way of the developer, laying down as few constraints on the application as possible.
Generality principle follows on the same track. As the overhead from using the framework is in the minimum, the field of application gets wider. From technical point of view the generality will be helped by multiple back-ends that enable the use of framework in many different environments.
The APP is currently an Internet-Draft and hence most likely will change in near future. For this, it is better to keep the framework as simple as possible so that it can be refactored with minimum effort.
The work for this project is freely available(MIT licensed) from this website. I am writing this framework as a part of my final thesis at the Tampere University of Technology, Finland.
Download (0.008MB)
Added: 2006-05-05 License: MIT/X Consortium License Price:
1267 downloads
PhpCompta 2.1.3
PhpCompta is an accounting application. more>>
PhpCompta is an accounting application. It is Web based, and it follows Belgian law very closely.
This application is able to handle the accounting for several companies (small and medium-sized) and can create invoices or reports with OASIS or RTF templates.
<<lessThis application is able to handle the accounting for several companies (small and medium-sized) and can create invoices or reports with OASIS or RTF templates.
Download (3.0MB)
Added: 2007-01-14 License: GPL (GNU General Public License) Price:
1013 downloads
Podcast::Publisher 0.50
Podcast::Publisher is a Perl module for creating and managing podcasts. more>>
Podcast::Publisher is a Perl module for creating and managing podcasts.
SYNOPSIS
use Podcast::Publisher;
my $podcast = Podcast::Publisher->new;
$podcast->set_logger( sub { my $msg = shift; print $msg; } );
$podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } );
my $xml = "./podcast.xml";
$podcast->set_file( $xml );
$podcast->set_remote_root( "http://localhost.localdomain/podcast/publishing/" );
$podcast->set_db_connection( { driver => "mysql",
username => foo,
password => bar,
host => localhost,
database => podcast } );
# If we change podcast information, synchronize this information in the MP3 file itself
$podcast->set_synchronize( 1 );
$podcast->set_metadata( { title => "Chris Podcast",
description => "All About Chris",
"docs" => "http://localhost",
"editor" => "podcastmanager@localhost",
"webmaster" => "podcastmanager@localhost",
} );
# This adds an item to the database, and synchronizes the
# MP3 Tag information in the file with the database
$podcast->add_new_episode( { title => Some title,
author => Chris of course
category => Jazz
description => First in a series of many
mp3 => /home/foobar/mp3s/episode1.mp3 } );
$podcast->set_upload_settings( { host => localhost.localdomain,
username => someuser,
password => somepass,
path => podcast/publishing/,
remote_root => http://localhost.localdomain/podcast/publishing/ } );
$podcast->upload();
<<lessSYNOPSIS
use Podcast::Publisher;
my $podcast = Podcast::Publisher->new;
$podcast->set_logger( sub { my $msg = shift; print $msg; } );
$podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } );
my $xml = "./podcast.xml";
$podcast->set_file( $xml );
$podcast->set_remote_root( "http://localhost.localdomain/podcast/publishing/" );
$podcast->set_db_connection( { driver => "mysql",
username => foo,
password => bar,
host => localhost,
database => podcast } );
# If we change podcast information, synchronize this information in the MP3 file itself
$podcast->set_synchronize( 1 );
$podcast->set_metadata( { title => "Chris Podcast",
description => "All About Chris",
"docs" => "http://localhost",
"editor" => "podcastmanager@localhost",
"webmaster" => "podcastmanager@localhost",
} );
# This adds an item to the database, and synchronizes the
# MP3 Tag information in the file with the database
$podcast->add_new_episode( { title => Some title,
author => Chris of course
category => Jazz
description => First in a series of many
mp3 => /home/foobar/mp3s/episode1.mp3 } );
$podcast->set_upload_settings( { host => localhost.localdomain,
username => someuser,
password => somepass,
path => podcast/publishing/,
remote_root => http://localhost.localdomain/podcast/publishing/ } );
$podcast->upload();
Download (0.012MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1081 downloads
Absolut Engine content management system 1.73
Absolut Engine is a PHP/MySQL framework built on the basis of a former news publishing system. more>>
Absolut Engine is a PHP/MySQL framework built on the basis of a former news publishing system. The project features 3 layer access, article posting, editing, and deleting.
Included are a basic image and file manager as well as a related articles manager. Rich text editing is provided via a built-in WYSIWYG editor that produces XHTML 1.0 Strict compliant code.
It is easy to extend via the module functionality. It is fully configurable and easy-to-use. Modules include discussions, surveys, RSS feed export and import, search engine optimization, a messaging system, weather reports, and Google Maps.
Enhancements:
- Many bugs were fixed.
- It is now possible to plug in any WYSIWYG editor.
<<lessIncluded are a basic image and file manager as well as a related articles manager. Rich text editing is provided via a built-in WYSIWYG editor that produces XHTML 1.0 Strict compliant code.
It is easy to extend via the module functionality. It is fully configurable and easy-to-use. Modules include discussions, surveys, RSS feed export and import, search engine optimization, a messaging system, weather reports, and Google Maps.
Enhancements:
- Many bugs were fixed.
- It is now possible to plug in any WYSIWYG editor.
Download (0.14MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
928 downloads
DocBook to LaTeX/ConTeXt Publishing 0.2.6
DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. more>>
DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. Both instances are intended to produce DVI, PostScript, PDF documents from DocBook SGML or XML sources, by converting first to a high level set of TeX macros.
Even if close, each instance is provided as an independent package and works alone. The available instances are:
dblatex
Publishing is done by using LaTeX.
dbcontext
Publishing is done by using ConTeXt.
<<lessEven if close, each instance is provided as an independent package and works alone. The available instances are:
dblatex
Publishing is done by using LaTeX.
dbcontext
Publishing is done by using ConTeXt.
Download (0.64MB)
Added: 2007-06-26 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
jBilling 1.0.8
Jbilling is a recurring billing system, targeting companies that periodically charge their customers for services. more>>
Jbilling is a recurring billing system, targeting companies that periodically charge their customers for services. It calculates and generates the invoices, handles automatic payment processing with credit cards and notifies the customers about the status of their accounts.
It is web-based, once it is installed in a single server, it can be accessed with a web-browser from any computer in network with the server. If the server is connected to the internet, then the billing system is accessible from any computer connected to the internet.
Enhancements:
- The release notes are in the document release_notes.pdf, which is located in the root directory of the binary distribution (jbilling-1_0_8.zip)
<<lessIt is web-based, once it is installed in a single server, it can be accessed with a web-browser from any computer in network with the server. If the server is connected to the internet, then the billing system is accessible from any computer connected to the internet.
Enhancements:
- The release notes are in the document release_notes.pdf, which is located in the root directory of the binary distribution (jbilling-1_0_8.zip)
Download (36.4MB)
Added: 2007-07-05 License: Open Software License Price:
853 downloads
Open Conference Systems 2.0
Open Conference Systems is a free Web publishing tool that will create a complete Web presence for your scholarly conference. more>>
Open Conference Systems or OCS for short, is a free Web publishing tool that will create a complete Web presence for your scholarly conference.
Main features:
- create a conference Web site
- compose and send a call for papers
- electronically accept paper and abstract submissions
- allow paper submitters to edit their work
- post conference proceedings and papers in a searchable format
- post, if you wish, the original data sets
- register participants
- integrate post-conference online discussions
Enhancements:
- manage conferences that occur more than once (e.g. yearly)
- an expanded, multiple-round review system
- e-mail template system
- localization & translation tools
- credit card payment for registrations
- automated "thanks-for-submitting" messages
- accept login/password for participants
- Creative Commons licensing of presentations
- more customizable, scalable and secure code
- ...and much more.
<<lessMain features:
- create a conference Web site
- compose and send a call for papers
- electronically accept paper and abstract submissions
- allow paper submitters to edit their work
- post conference proceedings and papers in a searchable format
- post, if you wish, the original data sets
- register participants
- integrate post-conference online discussions
Enhancements:
- manage conferences that occur more than once (e.g. yearly)
- an expanded, multiple-round review system
- e-mail template system
- localization & translation tools
- credit card payment for registrations
- automated "thanks-for-submitting" messages
- accept login/password for participants
- Creative Commons licensing of presentations
- more customizable, scalable and secure code
- ...and much more.
Download (1.5MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
864 downloads
Syntax CMS 1.3.0
Syntax CMS simplifies publishing varied content to a site. more>>
SyntaxCMS simplifies publishing various types of content to a site, facilitates creating and managing arbitrary relationships among content items, automates and accelerates custom development, and encourages reuse of site components with other SyntaxCMS installations.
Syntax CMS is built using PHP and MySQL.
For Content Managers and Creators
- Create and edit site content online.
- Approve content before publishing to web.
- Set content items to publish/expire at a given time.
- Build complex site hierarchies using sections to organize content without creating HTML or template files.
- Restrict access and actions to content types by groups of users.
For Developers
- Define new content types on-the-fly. SyntaxCMS automatically provides forms for adding and editing content and base classes for working with content types in PHP code.
- Use the Collections and Filters API to query the database for matching objects without having to write SQL.
- Customize the look and layout of any part of the site using PHP.
Enhancements:
- Various performance enhancements and API improvements.
- New modules for working with RSS/Atom feeds, publishing a blog, and better default behavior.
<<lessSyntax CMS is built using PHP and MySQL.
For Content Managers and Creators
- Create and edit site content online.
- Approve content before publishing to web.
- Set content items to publish/expire at a given time.
- Build complex site hierarchies using sections to organize content without creating HTML or template files.
- Restrict access and actions to content types by groups of users.
For Developers
- Define new content types on-the-fly. SyntaxCMS automatically provides forms for adding and editing content and base classes for working with content types in PHP code.
- Use the Collections and Filters API to query the database for matching objects without having to write SQL.
- Customize the look and layout of any part of the site using PHP.
Enhancements:
- Various performance enhancements and API improvements.
- New modules for working with RSS/Atom feeds, publishing a blog, and better default behavior.
Download (2.9MB)
Added: 2006-05-05 License: Common Public License Price:
1267 downloads
Absolut Engine 1.72
Absolut Engine is a news publishing system. more>>
Absolut Engine is a news publishing system. It features three-layer access (admin/chief/editor), article posting, editing, and deleting. Absolut Engine includes a powerful image managing tool, a file manager, and a related articles manager.
Rich text editing is provided via a built-in WYSIWYG editor that produces XHTML 1.0 Strict-compliant code. Absolut Engine is easy to extend via module functionality. The provided modules include Discussions, Surveys, RSS Feed, Search Engine Optimization (static/clean URLs), and a message system for better communication between users.
Absolut Engine produces Web-standards-compliant valid and accessible XHTML 1.0 Strict and CSS semantically-correct code.
<<lessRich text editing is provided via a built-in WYSIWYG editor that produces XHTML 1.0 Strict-compliant code. Absolut Engine is easy to extend via module functionality. The provided modules include Discussions, Surveys, RSS Feed, Search Engine Optimization (static/clean URLs), and a message system for better communication between users.
Absolut Engine produces Web-standards-compliant valid and accessible XHTML 1.0 Strict and CSS semantically-correct code.
Download (0.31MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1155 downloads
Bio::Tools::Run::PiseApplication::consensus 1.4
Bio::Tools::Run::PiseApplication::consensus is a Perl module. more>>
Bio::Tools::Run::PiseApplication::consensus is a Perl module.
Bioperl class for:
CONSENSUS Identification of consensus patterns in unaligned DNA and protein sequences (Hertz, Stormo)
References:
G.Z. Hertz and G.D. Stormo. Identification of consensus patterns in unaligned DNA and protein sequences: a large-deviation statistical basis for penalizing gaps. In: Proceedings of the Third International Conference on Bioinformatics and Genome Research (H.A. Lim, and C.R. Cantor, editors). World Scientific Publishing Co., Ltd. Singapore, 1995. pages 201--216.
Parameters:
(see also:
http://bioweb.pasteur.fr/seqanal/interfaces/consensus.html
for available values):
consensus (Excl)
Program to run
sequence (Sequence)
Sequences file (-f)
pipe: seqsfile
width (Integer)
Width of pattern (consensus only) (-L)
out (String)
consensus_matrix (String)
complement (Excl)
Complement of nucleic acid sequences (-c)
ascii_alphabet (InFile)
Alphabet and normalization information (if not DNA) (-a)
prior (Switch)
Use the designated prior probabilities of the letters to override the observed frequencies (-d)
dna (Switch)
Alphabet and normalization information for DNA
protein (Switch)
Alphabet and normalization information for protein
queue (Integer)
Maximum number of matrices to save between cycles of the program -- ie: queue size (-q)
standard_deviation (Float)
Number of standard deviations to lower the information content at each position before identifying information peaks (mandatory for wconsensus) (-s)
progeny (Excl)
Save the top progeny matrices (-pr1)
linearly (Switch)
Seed with the first sequence and proceed linearly through the list (-l)
max_cycle_nb (Integer)
Maximum repeat of the matrix building cycle (-n or -N)
max_cycle (Excl)
How many words per matrix for each sequence to contribute (-n or -N)
distance (Integer)
Minimum distance between the starting points of words within the same matrix pattern (-m)
terminate (Integer)
Terminate the program this number of cycles after the current most significant alignment is identified (-t)
terminal_gap (Excl)
Permit terminal gaps (-pg) (wconsensus only)
top_matrices (Integer)
Number of top matrices to print (-pt)
final_matrices (Integer)
Number of final matrices to print (-pf)
<<lessBioperl class for:
CONSENSUS Identification of consensus patterns in unaligned DNA and protein sequences (Hertz, Stormo)
References:
G.Z. Hertz and G.D. Stormo. Identification of consensus patterns in unaligned DNA and protein sequences: a large-deviation statistical basis for penalizing gaps. In: Proceedings of the Third International Conference on Bioinformatics and Genome Research (H.A. Lim, and C.R. Cantor, editors). World Scientific Publishing Co., Ltd. Singapore, 1995. pages 201--216.
Parameters:
(see also:
http://bioweb.pasteur.fr/seqanal/interfaces/consensus.html
for available values):
consensus (Excl)
Program to run
sequence (Sequence)
Sequences file (-f)
pipe: seqsfile
width (Integer)
Width of pattern (consensus only) (-L)
out (String)
consensus_matrix (String)
complement (Excl)
Complement of nucleic acid sequences (-c)
ascii_alphabet (InFile)
Alphabet and normalization information (if not DNA) (-a)
prior (Switch)
Use the designated prior probabilities of the letters to override the observed frequencies (-d)
dna (Switch)
Alphabet and normalization information for DNA
protein (Switch)
Alphabet and normalization information for protein
queue (Integer)
Maximum number of matrices to save between cycles of the program -- ie: queue size (-q)
standard_deviation (Float)
Number of standard deviations to lower the information content at each position before identifying information peaks (mandatory for wconsensus) (-s)
progeny (Excl)
Save the top progeny matrices (-pr1)
linearly (Switch)
Seed with the first sequence and proceed linearly through the list (-l)
max_cycle_nb (Integer)
Maximum repeat of the matrix building cycle (-n or -N)
max_cycle (Excl)
How many words per matrix for each sequence to contribute (-n or -N)
distance (Integer)
Minimum distance between the starting points of words within the same matrix pattern (-m)
terminate (Integer)
Terminate the program this number of cycles after the current most significant alignment is identified (-t)
terminal_gap (Excl)
Permit terminal gaps (-pg) (wconsensus only)
top_matrices (Integer)
Number of top matrices to print (-pt)
final_matrices (Integer)
Number of final matrices to print (-pf)
Download (0.81MB)
Added: 2006-10-10 License: Perl Artistic License Price:
1109 downloads
Allied Intent Standalone Server 0.2 Alpha
Allied Intent is a Community War Game Mod for Battlefield 2. more>>
Allied Intent is a Community War Game Mod for Battlefield 2. New and updated maps, vehicles, weapons and kit items, skins and texture recolor, new weapon and explosion effects, new coding features, vehicle music, and a much-improved single player experience.
Allied Intent is a modification, a "mod" for the PC game Battlefield 2. BF2 is of the First Person Shooter game style, and Allied Intent is a free add-on for those who purchased BF2.
Allied Intent seeks to enhance the BF2 experience in every way, by adding new content and features, making changes to gameplay, and involving the community in the mods development. Allied Intent supports players of all ages, backgrounds, and gaming preferences. Allied Intent is for the BF2 player who likes single player and multiplayer matches. And Allied Intent actively engages the community in contributing content to be officially sanctioned in the mod releases. Allied Intent is a mod by the community, for the community.
We are a handful of modders, bot specialists, coders, artists, gamers, and forum members. We are always looking for talented developers to join the team. And as mentioned above, we want the community to know its contributions will be highly instrumental in making this mod a model for excellence. Allied Intent is in no way related to Digital Illusions CE (the development company) nor Electronic Arts (the publishing entity) of BF2, but we greatly appreciate their release of BF2 and will strive to make it even better with our mod.
Allied Intent is set in the modern era, present day, and near future. By combining elements of immersion, realism, and "fun" factor, Allied Intent provides a gaming environment only limited by the imagination of the developers and community contributors.
<<lessAllied Intent is a modification, a "mod" for the PC game Battlefield 2. BF2 is of the First Person Shooter game style, and Allied Intent is a free add-on for those who purchased BF2.
Allied Intent seeks to enhance the BF2 experience in every way, by adding new content and features, making changes to gameplay, and involving the community in the mods development. Allied Intent supports players of all ages, backgrounds, and gaming preferences. Allied Intent is for the BF2 player who likes single player and multiplayer matches. And Allied Intent actively engages the community in contributing content to be officially sanctioned in the mod releases. Allied Intent is a mod by the community, for the community.
We are a handful of modders, bot specialists, coders, artists, gamers, and forum members. We are always looking for talented developers to join the team. And as mentioned above, we want the community to know its contributions will be highly instrumental in making this mod a model for excellence. Allied Intent is in no way related to Digital Illusions CE (the development company) nor Electronic Arts (the publishing entity) of BF2, but we greatly appreciate their release of BF2 and will strive to make it even better with our mod.
Allied Intent is set in the modern era, present day, and near future. By combining elements of immersion, realism, and "fun" factor, Allied Intent provides a gaming environment only limited by the imagination of the developers and community contributors.
Download (115.6MB)
Added: 2006-07-11 License: Freeware Price:
1200 downloads
Simple Web Survey 1.2
Survey Software allows companies to increase customer and employee satisfaction. more>>
Survey Software allows companies to increase customer and employee satisfaction. You can conduct research on future customers or current customers. Inspire web surveyor allows you to collect quantitative and qualitative information.
For example you could create a survey to find out the level of satisfaction an end user has with your customer support department.
What makes our survey software great is its fully customizable; you create your own questions dynamically, and also can edit and revise them. You can send out surveys via unique URL, or via email.
<<lessFor example you could create a survey to find out the level of satisfaction an end user has with your customer support department.
What makes our survey software great is its fully customizable; you create your own questions dynamically, and also can edit and revise them. You can send out surveys via unique URL, or via email.
Download (MB)
Added: 2005-06-30 License: Free To Use But Restricted Price:
1576 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 publishing companies 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