Canonical offers dedicated support program for Lotus Symphony


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Canonical offers dedicated support program for Lotus Symphony
# 1  
Old 01-18-2010
Canonical offers dedicated support program for Lotus Symphony

Canonical offersdedicated support program for Lotus Symphony, the core component ofIBM Client for Smart Work on Ubuntu

IBM Lotusphere/Florida,Jan 18, 2010: Canonical today announced a dedicated supportprogram for Lotus Symphony, the no-charge office productivityalternative which is a core component of IBM Client for Smart Work(ICSW) on Ubuntu. This support is made available to customers byCanonical through the IBM and Canonical partner network.Organisations can now switch to an alternative platform fromMicrosoft for their business productivity needs with full confidencethat the core solution is fully supported.

read more



More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Web Development

MySQL: Random offers for every airport

I need to write a MySQL query where it loops through every airport and generates 10 random offers (my offers table is 990,000+ rows) The code I have below works for 1 airport, but as soon as it gets bigger it slows RIGHT down. This is using PHP/MySQL At the moment it takes well over a... (2 Replies)
Discussion started by: worchyld
2 Replies
Login or Register to Ask a Question
DH_GERMINATE_CLEAN(1)						     Debhelper						     DH_GERMINATE_CLEAN(1)

NAME
dh_germinate_clean - clean up files left by germinate-update-metapackage SYNOPSIS
dh_germinate_clean [debhelper options] DESCRIPTION
dh_germinate_clean is a debhelper program that cleans up some files created by "germinate-update-metapackage" that are useful for debugging but that should not appear in source packages. It removes any "*.old" files that match defined seeds (as listed in the "metapackage-map" file by a previous run of "germinate-update-metapackage"), and the "debootstrap-dir" file. EXAMPLES
dh_germinate_clean is usually called indirectly in a rules file via the dh command. %: dh --with germinate $@ You must build-depend on at least debhelper (>= 7.0.8) to use this form, and in any case you must build-depend on at least germinate (>= 1.18) to use this program at all. It can also be called directly in the clean target at any time before dh_clean. clean: dh_testdir dh_germinate_clean dh_clean SEE ALSO
debhelper(7), germinate-update-metapackage(1) This program is a part of germinate. AUTHOR
Colin Watson <cjwatson@ubuntu.com> Copyright (C) 2009 Canonical Ltd., licensed under the GNU GPL v2 or later. 2.10 2009-08-10 DH_GERMINATE_CLEAN(1)