From d47e4fe437a63d51589e1f765e3f75144abaec01 Mon Sep 17 00:00:00 2001 From: Ed Kraus Date: Sun, 1 Nov 2009 17:28:29 +0000 Subject: [PATCH] reverted git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@697 c66351dc-e62f-0410-b875-e3a5c0b9693f --- site/mibew/contact.php | 44 ----- site/mibew/credits.php | 62 ------- site/mibew/default.css | 367 -------------------------------------- site/mibew/demo.php | 85 --------- site/mibew/download.php | 123 ------------- site/mibew/features.php | 80 --------- site/mibew/index.php | 69 ------- site/mibew/latestWebim.js | 34 ---- site/mibew/license.php | 57 ------ site/mibew/robots.txt | 5 - site/mibew/sitemap.xml | 30 ---- site/mibew/webimlogo.gif | Bin 1146 -> 0 bytes 12 files changed, 956 deletions(-) delete mode 100644 site/mibew/contact.php delete mode 100644 site/mibew/credits.php delete mode 100755 site/mibew/default.css delete mode 100644 site/mibew/demo.php delete mode 100644 site/mibew/download.php delete mode 100644 site/mibew/features.php delete mode 100644 site/mibew/index.php delete mode 100644 site/mibew/latestWebim.js delete mode 100644 site/mibew/license.php delete mode 100644 site/mibew/robots.txt delete mode 100644 site/mibew/sitemap.xml delete mode 100644 site/mibew/webimlogo.gif diff --git a/site/mibew/contact.php b/site/mibew/contact.php deleted file mode 100644 index a4924003..00000000 --- a/site/mibew/contact.php +++ /dev/null @@ -1,44 +0,0 @@ - - -
-
-
-

-
-
-

-
-

-
-

-

-
-

-
-
-
-
- - - - -
 
-
- - - diff --git a/site/mibew/credits.php b/site/mibew/credits.php deleted file mode 100644 index b14ca2e8..00000000 --- a/site/mibew/credits.php +++ /dev/null @@ -1,62 +0,0 @@ - - -
-
-
-

-
-
-

-
-

- -

- -

- - -

-
    -
  • (eddybaur) Ed Kraus - Admininstrator
  • -
  • (lamies) Mario Alejandro Llerena Vasquez - Operator, Spanish Translator
  • -
-
-
-
- - - - -
 
-
- - - diff --git a/site/mibew/default.css b/site/mibew/default.css deleted file mode 100755 index ba49194d..00000000 --- a/site/mibew/default.css +++ /dev/null @@ -1,367 +0,0 @@ -// reset.css - -html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { -background-position:0 0;background-repeat:no-repeat;border:0 none;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0; -text-align:left;vertical-align:baseline;font-family:"Myriad Pro"!important;} -a img, :link img, :visited img { border:0 none;} -table { border-collapse:collapse;border-spacing:0; } -ol, ul {list-style-image:none;list-style-position:outside;list-style-type:none;} -q:before, q:after, blockquote:before, blockquote:after { content:""; } - -body { - background: #FFFFFF url(images/img01.gif) repeat-x; - font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; - font-size: 0.8em; - color: #333333; -} -html, body { - padding: 0; - margin:0; - border:0 none; - height:100%; -} - -h1, h2, h3 { - margin: 0; - text-transform: lowercase; - font-weight: normal; - color: #3E3E3E; -} - -h1 { - font-size: 32px; -} - -h2 { - font-size: 23px; -} - -p, ul, ol { - margin: 0 0 2em 0; - text-align: left; - line-height: 180%; - font-size: 1em; -} - -a:link { - color: #7BAA0F; -} - -a:hover, a:active { - text-decoration: none; - color: #003448; -} - -a:visited { - color: #5B9A0F; -} - -a.inactive { - color: #333333; - text-decoration: none; -} - -img { - border: none; -} - -img.left { - float: left; - margin-right: 15px; -} - -img.right { - float: right; - margin-left: 15px; -} - -/* Form */ - -form { - margin: 0; - padding: 0; -} - -fieldset { - margin: 0; - padding: 0; - border: none; -} - -legend { - display: none; -} - -input, textarea, select { - font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; - font-size: 13px; - color: #333333; -} - -/* Header */ - -#header { - width: 850px; - height: 82px; - margin: 0px auto 10px auto; - padding-top: 50px; - background: url(images/img03.gif) repeat-x left bottom; -} - -#logo { - float: left; -} - -#logo h1 { - font-size: 40px; - color: #494949; -} - -#logo h1 sup { - vertical-align: text-top; - font-size: 24px; -} - -#logo h1 a { - color: #494949; -} - -#logo h2 { - margin-top: -4px; - margin-left: 2.4em; - font-size: 13px; - color: #A0A0A0; -} - -#logo a { - text-decoration: none; -} - -/* Menu */ - -#menu { - float: right; -} - -#menu ul { - margin: 0; - padding: 15px 0 0 0; - list-style: none; -} - -#menu li { - display: inline; -} - -#menu a { - display: block; - float: left; - margin-left: 30px; - padding: 7px; - text-decoration: none; - font-size: 1em; - color: #000000; -} - -#menu a:hover { - text-decoration: underline; -} - -#menu .active a { - background: url(images/img02.gif) repeat-x left bottom; -} - -#submenu a { - padding-left: 15px; - color: #536a1e; - font-size: 1em; - text-decoration: none; -} - -#submenu .active a { - background: url(images/img02_h.gif) repeat-y left top; -} - -#submenu a:hover { - text-decoration: underline; -} - -/* Page */ - -#page { - width: 850px; -} - -.wrap { - position:relative; - width: 850px; - margin: 0px auto; - - height:auto !important; - height:100%; - min-height:100%; -} - -/* Content */ - -#content { - float: left; - width: 575px; -} - -/* Post */ - -.post { -} - -.post .title { - margin-bottom: 20px; - padding-bottom: 5px; - background: url(images/img03.gif) repeat-x left bottom; -} - -.post .entry { -} - -.post .entry ul { - margin-top: -15px; - margin-bottom: 10px; -} - -.post .entry ul { - line-height: 160%; -} - -.post .nometa { - padding: 0px 0 20px 0; -} - -.post .meta { - padding: 15px 0 60px 0; - background: url(images/img03.gif) repeat-x; -} - -.post .meta p { - margin: 0; - line-height: normal; - color: #999999; - font-size: 11px; -} - -.post .meta .byline { - float: left; -} - -.post .meta .links { - float: right; -} - -.post .meta .more { - padding: 0 20px 0 18px; - background: url(images/img06.gif) no-repeat left center; -} - -.post .meta b { - display: none; -} - -/* Sidebar */ - -#sidebar { - float: right; - width: 195px; -} - -#sidebar ul { - margin: 0; - padding: 0; - list-style: none; -} - -#sidebar li { - margin-bottom: 20px; -} - -#sidebar li ul { -} - -#sidebar li li { - margin: 0; -} - -#sidebar h2 { - margin-bottom: 10px; - background: url(images/img03.gif) repeat-x left bottom; - font-size: 1.3em; -} - -.post .entry li { - padding-left: 22px; - margin-left: 0px; -} - -.post .entry ul { - padding-left: 0px; -} - -/* Locales */ - -#locales a { margin-right:20px; } - -/* Footer */ - -.empty_inner { - height:50px; -} - -#footer { - height: 50px; - min-height: 50px; - background: white url(images/img01_v.gif) repeat-x; - font-size: 11px; - - position:relative; - margin-top:-51px; - width:100%; -} - -#legal { - clear: both; - line-height: 50px; - text-align: center; - color: #375C69; - margin-bottom: 0px; -} - -#legal a { - color: #476B77; - text-decoration: none; -} - -#legal a:hover { - text-decoration: underline; -} - -#footer .flink { - color: #7BAA0F; - text-decoration: underline; -} - - -#tableh { - margin-bottom: 0.8em; -} - -table#downl td { - padding-right: 2em; - line-height: 160% -} - -#tablecomment { - margin-top: 0.5em; -} - -.box1 { - padding: 19px; - background: url(images/img05.gif) no-repeat; -} diff --git a/site/mibew/demo.php b/site/mibew/demo.php deleted file mode 100644 index 406fd778..00000000 --- a/site/mibew/demo.php +++ /dev/null @@ -1,85 +0,0 @@ - - -
-
-
-

-
-
-

-
-

-
- , 1.6.2 (username: admin, password is empty) -

- - -
- -
- - -
- , 1.6.0 RC1
- Click to chat -

- */ -?> -

- - -

- - - - - - - - - - - - - - - - - -
Simplicity styleOriginal style
- - - -
Default style
- - -
-
-
-
-
- - - - -
 
-
- - - diff --git a/site/mibew/download.php b/site/mibew/download.php deleted file mode 100644 index 6a033334..00000000 --- a/site/mibew/download.php +++ /dev/null @@ -1,123 +0,0 @@ - - -
-
-
-

-
-
-

-
- -

-
- - Mibew Messenger 1.6.2, August 12, 2009 - (requires PHP and MySQL) -

- -

- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ ?> - - - - - - - - - - - - - - - -
Arabic1.6.2September 27, 2009
Deutsch1.6.2August 12, 2009
French1.6.2August 12, 2009
Hebrew1.6.2August 12, 2009
Hrvatski1.6.2August 12, 2009
Italiano1.6.2August 12, 2009
Polski1.6.2August 12, 2009
Português Brasil1.6.2August 12, 2009
Russian1.6.2August 12, 2009
Spanish1.6.2August 12, 2009
Traditional Chinese1.6.2August 12, 2009
Ukrainian1.6.2August 12, 2009
- -

- -

- -

-
- - Mibew Tray 1.1.0 beta, May 28, 2009 - (requires .NET Framework 3.5 and Windows Installer 3.1) -

- - -
-
-
-
- - - - -
 
-
- - diff --git a/site/mibew/features.php b/site/mibew/features.php deleted file mode 100644 index 1beceb97..00000000 --- a/site/mibew/features.php +++ /dev/null @@ -1,80 +0,0 @@ - - -
- -
-
-

-
-
-

-
- -

- - - -

- - - -

- - - -

- - - -

- - - -

- - - -

- - - - -
-
-
-
- - - - -
 
-
- - diff --git a/site/mibew/index.php b/site/mibew/index.php deleted file mode 100644 index 43489c76..00000000 --- a/site/mibew/index.php +++ /dev/null @@ -1,69 +0,0 @@ - - -
- -
-
-

-
-
-

-
-

- -
-
-
- -

-
- -
-
- - -
-
*/ ?> -
-

-
- -
-
- - -
-
-
- - - - -
 
- - - \ No newline at end of file diff --git a/site/mibew/latestWebim.js b/site/mibew/latestWebim.js deleted file mode 100644 index 9b56ce59..00000000 --- a/site/mibew/latestWebim.js +++ /dev/null @@ -1,34 +0,0 @@ - -window.webimLatest = { - version: "1.6.3", - download: "http://mibew.org/download.php", - title: "Mibew Messenger 1.6.3" -}; - -window.webimNews = [ - { - title: 'Mibew Messenger 1.6.3 Released', - link: 'http://mibew.org/forums/index.php?topic=256.0', - date: 'October 14, 2009', - message: 'We finally released it! This is a service release which improves current functionality.' - }, - - { - title: 'Mibew Messenger 1.6.2 Released', - 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://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://mibew.org/forums/', - date: 'January 15, 2009', - message: 'Welcome to our Web Messenger Community forum. We are ready to answer your questions.' - } -]; diff --git a/site/mibew/license.php b/site/mibew/license.php deleted file mode 100644 index 65e00b88..00000000 --- a/site/mibew/license.php +++ /dev/null @@ -1,57 +0,0 @@ - - -
-
-
-

-
-
-

-
- -

Mibew Messenger is distributed under the terms of the Eclipse Public License (or - the General Public License, this means that you can choose one of two, and use it - accordingly) with the following special exception.

- - License exception: -

No one may remove, alter or hide any copyright notices or links to the community - site ("http://mibew.org" or "http://openwebim.org") contained within the Program. Any derivative work - must include this license exception.

- -

Eclipse Public License:
- http://www.eclipse.org/legal/epl-v10.html -

- -

- General Public License:
- http://www.gnu.org/copyleft/gpl.html -

- -
-
-
-
- - - - -
 
-
- - - diff --git a/site/mibew/robots.txt b/site/mibew/robots.txt deleted file mode 100644 index 95631bd3..00000000 --- a/site/mibew/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -User-Agent: * -Disallow: /webim/ -Disallow: /article/ -Allow: / - diff --git a/site/mibew/sitemap.xml b/site/mibew/sitemap.xml deleted file mode 100644 index 8c85a938..00000000 --- a/site/mibew/sitemap.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - http://mibew.org/ - monthly - 1.0 - - - http://mibew.org/demo.php - monthly - 1.0 - - - http://mibew.org/download.php - weekly - 0.9 - - - http://mibew.org/features.php - monthly - 0.5 - - - http://mibew.org/forums/ - daily - 0.5 - - - diff --git a/site/mibew/webimlogo.gif b/site/mibew/webimlogo.gif deleted file mode 100644 index 6af88531fe9b0b6aa7ab2731f091e3c85af92a7a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1146 zcmV-=1cm!YNk%w1VL&PwyoQS;DK^w3T8(p&V@V)fQ( z_SkLq*>m>Wd-mOf_TGv2;E?y@nE2Xs_}qK=-h}wyiTL4-_~MlKazRnyZi3J`|!s6@yz`5)BN?@{r2Jg_~rij>;C@!0000000000000000000000000 z00000A^8LZ3IG5AEC2ui06_p`000L6z?*PLEEkl)7Ei&`PZZVwDCA8k+yuhvM-$u=@JTJ)0(bRC8u%^y zUJSH*2k^!{ZU?j!9P$Aly@f-3ak~I@+PW5kt);&IT!F@P($OEsC02W z;ES+E;u|>~7O&YhfPvIC?6@&j({DfooN>Z&bD(exhE#*)aKP8VDHjQ;{>pj9tu+}M z7YEFW;{qSB(p+4GN*yP#WHO2cxLwoR_X9FDZas_x72oqQClm}=u11CLRGYcXfK76Z zi~!#Sgx|7Zzyq;rY~=lZeM<@kLF3rymtH^v_*A^mKm%J%20(uT7y#T8t}tN2B?zWM zz-~~`Kmh^z#8Ei&O1Q!t0NoKwk;7t)WlrVt@pzYG!cMV*2gA8C4IE;7w zMd0BLDNIlSh00WLV0wjcP(cG8EI8%^U%{D5GWC$ap#x%mQ(c5jl4C=U97@P%HZBax zp#*1U6GEc6tU1&SFvLKEoq~KYAEg2;umO!#)X+f$+6|yU1QcY@fd?LJaKQw54hSkN zbaMK{Hlk?q9gB3_ipv8i=*k2N3_PPrBdI7bK?j^BFdjo&s;sR(Vj>anrn}A4UFD@}9vf94C+?5EF-z^})1rBJN zUVVVj5SKL#T#$kc3fW-83neV&n{JT6@Gt-bP=JEFL%eW-RjB}AEhI9au)zoIR^h?{ z=a{9@4HjBc$;~&|z$+~M-fY95LEj7)EG_a(rT~%hECf`6@+^Y^1AOar2LX_Ja|{p| Ms}W*OQxOCJJ6=uvBLDyZ