Newsletter for 2003, Vol. 01 - January


Features This Issue

Happy New Year
SuperUpdate 3.0 - Features
January Special Offer (Free Support Incident)
Technology Tip

Happy New Year

We would like to wish everyone a Happy New Year. This past holiday season re-energized us and we are primed to make the year of 2003 the best year yet. We will soon release our newest version of SuperUpdate and have many more exciting developments on the near horizon. We look forward to working with you and hope you’ll take advantage of our latest offerings. Stay tuned.

For more information please visit:
http://www.hannonhill.com/

SuperUpdate 3.0 - Features

Hannon Hill will soon be releasing SuperUpdate 3.0. SuperUpdate 3.0 has some new features and improvements our customers are sure to enjoy and utilize. The latest version of SuperUpdate 3.0 includes a new articles management utility, a security monitoring system, and improved API to integrate SuperUpdate with other software. Look for SuperUpdate 3.0 to be released in a few weeks.

For more information please visit:
http://www.hannonhill.com/

January Special Offer (Free Support Incident)

Special offer! Buy SuperUpdate Express, SuperUpdate Pro, or SuperUpdate Advanced before January 31, 2003 and get a free Support Incident - a $150 value - absolutely free! Try SuperUpdate today!

Technology Tip

How do I translate SuperUpdate for non-English speaking clients?
We assume you already have SuperUpdate 2.5 or newer installed and running and are familiar with the application. The process is as follows:
1. Make a copy of app_superupdate/lang/en.txt and name it your language code followed by .txt in the same directory. For example, if you are translating it into Norwegian (country code "no") you would create a copy of en.txt as no.txt.
2. In the new file, only translate the items that are not in all capital letters. For example in the following:
define("STRING_SAVE_SPECIFIC_FILE", "Save file FILENAME");
You would only translate the two words "Save file". You should not translate FILENAME as it is replaced with the specific file being worked on. Only translate items between the two right double quotes (") and do not add any additional double quotes.
3. Edit the file app_superupdate/admin/languages.php and add your specific language. For example if I have the following:
$available_languages = array(
'en' => 'English',
'es' => 'Spanish'
);
and I wanted to add Norwegian to it I would change it as follows:
$available_languages = array(
'no' => 'Norwegian',
'en' => 'English',
'es' => 'Spanish'
);
You should copy and paste the first line then change the first value to the two letter language code and the second value to the language name.
4. Go to the directory
superupdate/su/lang_images/
and rename it to your two digit letter code. For example, to add support for Norwegian, the directory would be renamed to:
superupdate/su/no/
(If the superupdate/su/lang_images/ does not exist, please download the latest version of SuperUpdate.)
This directory can contain language specific images. By distribution, the default lang_images directory contains the images with icons but no text so as to not be confusing.
5. The last step is optional. If you would like the default language of all sites to be your specific language open app_superupdate/admin/_config.php and do a text search for:
define("LANG"
This is the default language for the entire product. Change this to your specific value. For example
define("LANG", "en");
would become
define("LANG", "no");

About Hannon Hill Corporation

Based in Atlanta, Georgia, Hannon Hill Corporation develops award-winning content management software for small to medium-sized businesses. Hannon Hill is committed to building software that gives webmasters strict control over their websites, while providing business users an easy, yet powerful method to manage online content. For more information about Hannon Hill's award-winning SuperUpdate product, please visit us at www.hannonhill.com or call us at (800) 407-3540.

About the Newsletter Mailing List

The Hannon Hill newsletter is sent out monthly to our mailing list. All
information is copyright 2003 Hannon Hill Corporation. All rights reserved.

You are signed-up for this mailing list because of registering an account with us or leaving us your information at a trade show.