mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
e07c1152a6
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@512 c66351dc-e62f-0410-b875-e3a5c0b9693f
22 lines
632 B
JavaScript
22 lines
632 B
JavaScript
|
|
window.webimLatest = {
|
|
version: "1.6.0",
|
|
download: "http://openwebim.org/download.php",
|
|
title: "Open Web Messenger 1.6.0"
|
|
};
|
|
|
|
window.webimNews = [
|
|
{
|
|
title: 'Open Web Messenger 1.6.0 Released',
|
|
link: 'http://openwebim.org/forums/index.php?topic=165.0',
|
|
date: 'April 24, 2009',
|
|
message: 'We are pleased to announce the immediate availability of 1.6.0. This is a service release with minor fixes and improvements.'
|
|
},
|
|
{
|
|
title: 'Visit our forum',
|
|
link: 'http://openwebim.org/forums/',
|
|
date: 'January 15, 2009',
|
|
message: 'Welcome to our Web Messenger Community forum. We are ready to answer your questions.'
|
|
}
|
|
];
|