mirror of
				https://github.com/Mibew/java.git
				synced 2025-10-31 02:26:00 +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> | ||||
| <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> | ||||
| <script type="text/javascript"> | ||||
| var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||||
| document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||||
| </script> | ||||
| <script type="text/javascript"> | ||||
| try { | ||||
| var pageTracker = _gat._getTracker("UA-1480373-5"); | ||||
| pageTracker._trackPageview(); | ||||
| } catch(err) {}</script> | ||||
| </body> | ||||
| </html> | ||||
| 
 | ||||
| <script type="text/javascript"> | ||||
| var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||||
| document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||||
| </script> | ||||
| <script type="text/javascript"> | ||||
| try { | ||||
| var pageTracker = _gat._getTracker("UA-1480373-6"); | ||||
| pageTracker._trackPageview(); | ||||
| } catch(err) {}</script> | ||||
| </body> | ||||
| </html> | ||||
|  | ||||
| @ -1,26 +1,26 @@ | ||||
| 
 | ||||
| window.webimLatest = { | ||||
| 	version: "1.6.2", | ||||
| 	download: "http://openwebim.org/download.php", | ||||
| 	download: "http://mibew.org/download.php", | ||||
| 	title: "Mibew Messenger 1.6.2" | ||||
| }; | ||||
| 
 | ||||
| window.webimNews = [ | ||||
| 	{ | ||||
| 		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', | ||||
| 		message: 'We finally released it! This is a service release which improves current functionality.' | ||||
| 	}, | ||||
| 	{ | ||||
| 		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', | ||||
| 		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', | ||||
| 		link: 'http://openwebim.org/forums/', | ||||
| 		link: 'http://mibew.org/forums/', | ||||
| 		date: 'January 15, 2009', | ||||
| 		message: 'Welcome to our Web Messenger Community forum. We are ready to answer your questions.' | ||||
| 	} | ||||
|  | ||||
| @ -5,8 +5,8 @@ $default_locale = "en"; | ||||
| $siteroot = ""; | ||||
| $site_encoding = "utf-8";  | ||||
| 
 | ||||
| if(preg_match("/www\.openwebim\.org/", $_SERVER['HTTP_HOST'])) { | ||||
|     header("Location: http://openwebim.org"); | ||||
| if(preg_match("/www\.mibew\.org/", $_SERVER['HTTP_HOST'])) { | ||||
|     header("Location: http://mibew.org"); | ||||
|     exit; | ||||
| } | ||||
| 
 | ||||
|  | ||||
| @ -23,7 +23,7 @@ require_once('inc/menu.i'); | ||||
| 			 | ||||
| 			<b>License exception:</b> | ||||
| 			<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> | ||||
| 			 | ||||
| 			<p>Eclipse Public License:<br/> | ||||
|  | ||||
| @ -2,27 +2,27 @@ | ||||
| 
 | ||||
| <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||||
| <url> | ||||
|     <loc>http://openwebim.org/</loc> | ||||
|     <loc>http://mibew.org/</loc> | ||||
|     <changefreq>monthly</changefreq> | ||||
|     <priority>1.0</priority> | ||||
| </url>  | ||||
| <url> | ||||
|     <loc>http://openwebim.org/demo.php</loc> | ||||
|     <loc>http://mibew.org/demo.php</loc> | ||||
|     <changefreq>monthly</changefreq> | ||||
|     <priority>1.0</priority> | ||||
| </url>  | ||||
| <url> | ||||
|     <loc>http://openwebim.org/download.php</loc> | ||||
|     <loc>http://mibew.org/download.php</loc> | ||||
|     <changefreq>weekly</changefreq> | ||||
|     <priority>0.9</priority> | ||||
| </url>  | ||||
| <url> | ||||
|     <loc>http://openwebim.org/features.php</loc> | ||||
|     <loc>http://mibew.org/features.php</loc> | ||||
|     <changefreq>monthly</changefreq> | ||||
|     <priority>0.5</priority> | ||||
| </url>  | ||||
| <url> | ||||
|     <loc>http://openwebim.org/forums/</loc> | ||||
|     <loc>http://mibew.org/forums/</loc> | ||||
|     <changefreq>daily</changefreq> | ||||
|     <priority>0.5</priority> | ||||
| </url>  | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user