diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-06-01 16:31:50 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-06-01 16:31:50 +0000 |
commit | df7229bf00346d4bef99132884f2a365ab16df3c (patch) | |
tree | dc457d0a0920bf535665161c7a855be1ccc3a2bd /ru | |
parent | 16aa5130d6ab341a85357003123f08a2b5db4e99 (diff) | |
download | www-df7229bf00346d4bef99132884f2a365ab16df3c.tar www-df7229bf00346d4bef99132884f2a365ab16df3c.tar.gz www-df7229bf00346d4bef99132884f2a365ab16df3c.tar.bz2 www-df7229bf00346d4bef99132884f2a365ab16df3c.tar.xz www-df7229bf00346d4bef99132884f2a365ab16df3c.zip |
remove/replace
Diffstat (limited to 'ru')
-rw-r--r-- | ru/index.php | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/ru/index.php b/ru/index.php deleted file mode 100644 index c0e8cea37..000000000 --- a/ru/index.php +++ /dev/null @@ -1,78 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html> -<html dir="ltr" lang="ru"> -<head> - <meta charset="utf-8" /> - <title>Mageia - новый дистрибутив Linux</title> - <meta name="description" content="Mageia, новый дистрибутив Linux" /> - <meta name="keywords" content="mageia, linux, mandriva, free software" /> - <link rel="stylesheet" type="text/css" href="/g/style/all.css" /> - <link rel="alternate" type="application/rss+xml" title="Mageia Blog (Русский)" href="http://blog.mageia.org/ru/?feed=rss" /> - <?php include '../analytics.php';?> -</head> -<body> - <?php include '../langs.php'; ?> - <div id="doc" class="yui-t7"> - <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">новый дистрибутив Linux</span></h1></div> - <div id="bd" role="main"> - <div class="yui-g bb1"> - <div class="para"><p>Mageia is a fork of Mandriva Linux, - supported by a not-for-profit organisation of - recognized and elected contributors.</p> - - <p>Further than just delivering a free, secure, stable and sustainable operating system, - the goal is to set up a stable and trustable governance to direct collaborative projects - (<a href="/ru/about/2010-sept-announcement.html">check original announcement</a>).</p> - </div> - </div> - <?php include '../release_counter.php'; ?> - <div class="yui-g bb1"> - <div class="yui-u first rb1"> - <div class="para" id="news"> - <h2><a href="http://blog.mageia.org/">Новости</a></h2> - <?php include '../lib/news.php'; echo html_news('en'); ?> - </div> - </div> - <div class="yui-u"> - <div class="para" lang="en"> - <h2>Happening right now</h2> - <?php include '../roadmap.php'; ?> - </div> - </div> - </div> - <div class="yui-g bb1"> - <div class="yui-u first"> - <div class="para" id="contact"> - <h2>Обратная связь</h2> - <ul> - <li><a href="https://www.mageia.org/mailman/">Списки рассылки</a></li> - <li><a href="http://mageia.org/wiki/doku.php?id=irc">IRC (сеть Freenode)</a></li> - <li><a href="http://mageia.org/wiki/">Mageia Wiki</a></li> - <li>Contact the founders team: - <ul> - <li><a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a></li> - <li><a href="mailto:press@mageia.org">press@mageia.org</a></li> - <li>expect an answer within 2 days</li> - </ul></li> - <li><a href="http://www.twitter.com/mageia_org">twitter.com/mageia_org</a></li> - <li><a href="http://identi.ca/mageia">identi.ca/mageia</a></li> - </ul> - <!-- - <p>Please do not use this address for discussions that can happen on above mailing-lists - or IRC channels.</p> - --> - </div> - </div> - <div class="yui-u"> - <div class="para"> - <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FMageia%2F157247240967735&width=320&connections=10&stream=false&header=false&height=255" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:320px; height:255px;" allowTransparency="true"></iframe> - <a href="http://twitter.com/mageia_org" class="twitter-follow-button" data-lang="ru">Follow @mageia_org</a> -<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> - </div> - </div> - </div> - </div> - </div> - -</body> -</html> |