mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
update moved content
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@683 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
f7271a9816
commit
08180c8c0b
@ -1,16 +1,17 @@
|
|||||||
<div class="empty_inner" style=""> </div>
|
<div class="empty_inner" style=""> </div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p id="legal"><a href="/contact.php" class="flink">Contact Us</a> | (c) 2009 openwebim.org. <a href="http://www.trilexnet.com/labs">A Trilex Labs Group</a>. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a></p>
|
<p id="legal"><a href="/contact.php" class="flink">Contact Us</a> | (c) 2009 mibew.org. <a href="http://www.trilexnet.com/labs">A Trilex Labs Group</a>. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a></p>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
<script type="text/javascript">
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||||
</script>
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||||
<script type="text/javascript">
|
</script>
|
||||||
try {
|
<script type="text/javascript">
|
||||||
var pageTracker = _gat._getTracker("UA-1480373-5");
|
try {
|
||||||
pageTracker._trackPageview();
|
var pageTracker = _gat._getTracker("UA-1480373-6");
|
||||||
} catch(err) {}</script>
|
pageTracker._trackPageview();
|
||||||
</body>
|
} catch(err) {}</script>
|
||||||
</html>
|
</body>
|
||||||
|
</html>
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
|
|
||||||
window.webimLatest = {
|
window.webimLatest = {
|
||||||
version: "1.6.2",
|
version: "1.6.2",
|
||||||
download: "http://openwebim.org/download.php",
|
download: "http://mibew.org/download.php",
|
||||||
title: "Mibew Messenger 1.6.2"
|
title: "Mibew Messenger 1.6.2"
|
||||||
};
|
};
|
||||||
|
|
||||||
window.webimNews = [
|
window.webimNews = [
|
||||||
{
|
{
|
||||||
title: 'Mibew Messenger 1.6.2 Released',
|
title: 'Mibew Messenger 1.6.2 Released',
|
||||||
link: 'http://openwebim.org/forums/index.php?topic=256.0',
|
link: 'http://mibew.org/forums/index.php?topic=256.0',
|
||||||
date: 'August 12, 2009',
|
date: 'August 12, 2009',
|
||||||
message: 'We finally released it! This is a service release which improves current functionality.'
|
message: 'We finally released it! This is a service release which improves current functionality.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Mibew Messenger 1.6.1 Released',
|
title: 'Mibew Messenger 1.6.1 Released',
|
||||||
link: 'http://openwebim.org/forums/index.php?topic=205.0',
|
link: 'http://mibew.org/forums/index.php?topic=205.0',
|
||||||
date: 'June 5, 2009',
|
date: 'June 5, 2009',
|
||||||
message: 'We are pleased to announce the immediate availability of 1.6.1. This is a service release with minor fixes and improvements.'
|
message: 'We are pleased to announce the immediate availability of 1.6.1. This is a service release with minor fixes and improvements.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Visit our forum',
|
title: 'Visit our forum',
|
||||||
link: 'http://openwebim.org/forums/',
|
link: 'http://mibew.org/forums/',
|
||||||
date: 'January 15, 2009',
|
date: 'January 15, 2009',
|
||||||
message: 'Welcome to our Web Messenger Community forum. We are ready to answer your questions.'
|
message: 'Welcome to our Web Messenger Community forum. We are ready to answer your questions.'
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,8 @@ $default_locale = "en";
|
|||||||
$siteroot = "";
|
$siteroot = "";
|
||||||
$site_encoding = "utf-8";
|
$site_encoding = "utf-8";
|
||||||
|
|
||||||
if(preg_match("/www\.openwebim\.org/", $_SERVER['HTTP_HOST'])) {
|
if(preg_match("/www\.mibew\.org/", $_SERVER['HTTP_HOST'])) {
|
||||||
header("Location: http://openwebim.org");
|
header("Location: http://mibew.org");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ require_once('inc/menu.i');
|
|||||||
|
|
||||||
<b>License exception:</b>
|
<b>License exception:</b>
|
||||||
<p>No one may remove, alter or hide any copyright notices or links to the community
|
<p>No one may remove, alter or hide any copyright notices or links to the community
|
||||||
site ("http://openwebim.org") contained within the Program. Any derivative work
|
site ("http://mibew.org" or "http://openwebim.org") contained within the Program. Any derivative work
|
||||||
must include this license exception.</p>
|
must include this license exception.</p>
|
||||||
|
|
||||||
<p>Eclipse Public License:<br/>
|
<p>Eclipse Public License:<br/>
|
||||||
|
@ -2,27 +2,27 @@
|
|||||||
|
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>http://openwebim.org/</loc>
|
<loc>http://mibew.org/</loc>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://openwebim.org/demo.php</loc>
|
<loc>http://mibew.org/demo.php</loc>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://openwebim.org/download.php</loc>
|
<loc>http://mibew.org/download.php</loc>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.9</priority>
|
<priority>0.9</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://openwebim.org/features.php</loc>
|
<loc>http://mibew.org/features.php</loc>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>http://openwebim.org/forums/</loc>
|
<loc>http://mibew.org/forums/</loc>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
Loading…
Reference in New Issue
Block a user