slitaz-configs rev 152 4.9

add Russian OB menu; translate .desktop's to Russian; i18n webhome (ru & pt)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 17:30:13 2012 +0300 (2012-04-07)
parents cc88dc4b2d62
children d9598b0245fd
files rootfs/etc/xdg/openbox/menu.ru.xml rootfs/usr/share/applications/Xdefaults.desktop rootfs/usr/share/applications/shell-profile.desktop rootfs/usr/share/webhome/index.en.html rootfs/usr/share/webhome/index.html rootfs/usr/share/webhome/index.pt.html rootfs/usr/share/webhome/index.ru.html rootfs/usr/share/webhome/style.css
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/etc/xdg/openbox/menu.ru.xml	Sat Apr 07 17:30:13 2012 +0300
     1.3 @@ -0,0 +1,126 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +
     1.6 +<openbox_menu xmlns="http://openbox.org/3.4/menu">
     1.7 +
     1.8 +	<!-- Favorite applications -->
     1.9 +	<menu id="favorites-menu" label="Избранные приложения">
    1.10 +		<item label="Файловый менеджер">
    1.11 +			<action name="Execute"><command>file-manager</command></action>
    1.12 +		</item>
    1.13 +		<item label="Терминал">
    1.14 +			<action name="Execute"><command>terminal</command></action>
    1.15 +		</item>
    1.16 +		<item label="Браузер">
    1.17 +			<action name="Execute"><command>browser</command></action>
    1.18 +		</item>
    1.19 +		<item label="Текстовый редактор">
    1.20 +			<action name="Execute"><command>editor</command></action>
    1.21 +		</item>
    1.22 +		<separator />
    1.23 +		<item label="Настроить избранное">
    1.24 +			<action name="Execute"><command>desktopbox tazapps</command></action>
    1.25 +		</item>
    1.26 +	</menu>
    1.27 +
    1.28 +	<!-- Desktop effects -->
    1.29 +	<menu id="desktop-effects" label="Эффекты рабочего стола">
    1.30 +		<item label="Включить композитный менеджер">
    1.31 +			<action name="Execute"><command>xcompmgr</command></action>
    1.32 +		</item>
    1.33 +		<item label="Включить тени">
    1.34 +			<action name="Execute"><command>xcompmgr -c -r 10</command></action>
    1.35 +		</item>
    1.36 +		<item label="Включить тени/затухание">
    1.37 +			<action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
    1.38 +		</item>
    1.39 +		<separator />
    1.40 +		<item label="Установить прозрачность (общую)">
    1.41 +			<action name="Execute">
    1.42 +				<command>transset-df --actual --max 60</command>
    1.43 +			</action>
    1.44 +		</item>
    1.45 +		<item label="Установить прозрачность (при клике)">
    1.46 +			<action name="Execute">
    1.47 +				<command>transset-df --click --max 60</command>
    1.48 +			</action>
    1.49 +		</item>
    1.50 +		<separator />
    1.51 +		<item label="Остановить все эффекты">
    1.52 +			<action name="Execute"><command>killall xcompmgr</command></action>
    1.53 +		</item>
    1.54 +	</menu>
    1.55 +
    1.56 +	<!-- SliTaz Live (Tazlito and Tazusb) -->
    1.57 +	<menu id="slitaz-live-menu" label="SliTaz Live">
    1.58 +		<item label="TazLito — утилита LiveCD">
    1.59 +			<action name="Execute"><command>subox tazlitobox</command></action>
    1.60 +		</item>
    1.61 +		<item label="TazUSB — утилита LiveUSB">
    1.62 +			<action name="Execute"><command>subox tazusbbox</command></action>
    1.63 +		</item>
    1.64 +		<separator />
    1.65 +		<item label="TazUSB сохранить (gzip)">
    1.66 +			<action name="Execute">
    1.67 +				<command>subox "xterm -e tazusb writefs gzip"</command>
    1.68 +			</action>
    1.69 +		</item>
    1.70 +		<item label="TazUSB сохранить (lzma)">
    1.71 +			<action name="Execute">
    1.72 +				<command>subox "xterm -e tazusb writefs lzma"</command>
    1.73 +			</action>
    1.74 +		</item>
    1.75 +		<item label="TazUSB сохранить (без сжатия)">
    1.76 +			<action name="Execute">
    1.77 +				<command>subox "xterm -e tazusb writefs none"</command>
    1.78 +			</action>
    1.79 +		</item>
    1.80 +	</menu>
    1.81 +
    1.82 +	<!-- Openbox configuration -->
    1.83 +	<menu id="openbox-menu" label="Openbox">
    1.84 +		<item label="Параметры Openbox">
    1.85 +			<action name="Execute"><command>obconf</command></action>
    1.86 +		</item>
    1.87 +		<item label="Скрипты автозагрузки">
    1.88 +			<action name="Execute">
    1.89 +				<command>desktopbox autostart</command>
    1.90 +			</action>
    1.91 +		</item>
    1.92 +		<item label="Меню Openbox">
    1.93 +			<action name="Execute">
    1.94 +				<command>editor ~/.config/openbox/menu.xml</command>
    1.95 +			</action>
    1.96 +		</item>
    1.97 +		<separator />
    1.98 +		<item label="Перенастроить">
    1.99 +			<action name="Reconfigure" />
   1.100 +		</item>
   1.101 +		<item label="Перезапустить">
   1.102 +			<action name="Restart" />
   1.103 +		</item>
   1.104 +	</menu>
   1.105 +
   1.106 +	<menu id="root-menu" label="Openbox 3">
   1.107 +		<!-- <separator label="SliTaz Openbox" /> -->
   1.108 +		<item label="Создать новый файл или папку">
   1.109 +			<action name="Execute"><command>tazbox new-file</command></action>
   1.110 +		</item>
   1.111 +		<item label="Запустить приложение">
   1.112 +			<action name="Execute"><command>lxpanelctl run</command></action>
   1.113 +		</item>
   1.114 +		<separator />
   1.115 +		<menu id="favorites-menu" />
   1.116 +		<!-- Pipe menu to open folder using GTK bookmarks -->
   1.117 +		<menu id="open-folder-menu" label="Открыть папку"
   1.118 +			execute="/usr/lib/openbox/open-folder-menu.sh" />
   1.119 +		<menu id="desktop-effects" />
   1.120 +		<menu id="slitaz-live-menu" />
   1.121 +		<menu id="openbox-menu" />
   1.122 +		<menu id="client-list-menu" />
   1.123 +		<separator />
   1.124 +		<item label="Выйти">
   1.125 +			<action name="Execute"><command>tazbox logout</command></action>
   1.126 +		</item>
   1.127 +	</menu>
   1.128 +
   1.129 +</openbox_menu>
     2.1 --- a/rootfs/usr/share/applications/Xdefaults.desktop	Thu Apr 05 14:02:23 2012 +0200
     2.2 +++ b/rootfs/usr/share/applications/Xdefaults.desktop	Sat Apr 07 17:30:13 2012 +0300
     2.3 @@ -2,6 +2,7 @@
     2.4  Encoding=UTF-8
     2.5  Type=Application
     2.6  Name=X defaults behavior
     2.7 +Name[ru]=Поведение X по умолчанию
     2.8  Icon=preferences-system-session
     2.9  Exec=edit-dot-xdefaults
    2.10  Categories=Settings;
     3.1 --- a/rootfs/usr/share/applications/shell-profile.desktop	Thu Apr 05 14:02:23 2012 +0200
     3.2 +++ b/rootfs/usr/share/applications/shell-profile.desktop	Sat Apr 07 17:30:13 2012 +0300
     3.3 @@ -3,6 +3,7 @@
     3.4  Type=Application
     3.5  Name=SHell profile
     3.6  Name[fr]=Profile du SHell
     3.7 +Name[ru]=Профиль SHell
     3.8  Icon=xterm
     3.9  Exec=edit-dot-profile
    3.10  Categories=Settings;
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/rootfs/usr/share/webhome/index.en.html	Sat Apr 07 17:30:13 2012 +0300
     4.3 @@ -0,0 +1,61 @@
     4.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     4.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     4.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4.7 +<head>
     4.8 +    <title>SliTaz - Web Homepage</title>
     4.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.10 +    <meta name="author" content="Christophe Lincoln"/>
    4.11 +    <link rel="shortcut icon" href="favicon.ico" />
    4.12 +    <link rel="stylesheet" type="text/css" href="style.css" />
    4.13 +</head>
    4.14 +<body>
    4.15 +
    4.16 +<!-- Header -->
    4.17 +<div id="header">
    4.18 +	<div id="logo"></div>
    4.19 +	<div id="network">
    4.20 +		<a href="http://www.slitaz.org/">
    4.21 +			<img src="images/home.png" alt="[ Home ]" /></a>
    4.22 +		<a href="http://scn.slitaz.org/">Community</a>
    4.23 +		<a href="http://doc.slitaz.org/">Doc</a>
    4.24 +		<a href="http://forum.slitaz.org/">Forum</a>
    4.25 +		<a href="http://slitaz.pro/">Pro</a>
    4.26 +		<a href="https://slitaz.spreadshirt.net/">Shop</a>
    4.27 +		<a href="http://bugs.slitaz.org/">Bugs</a>
    4.28 +		<a href="http://hg.slitaz.org/">Hg</a>
    4.29 +	</div>
    4.30 +	<h1>SliTaz Web Home</h1>
    4.31 +</div>
    4.32 +
    4.33 +<!-- Block -->
    4.34 +<div id="block"></div>
    4.35 +
    4.36 +<!-- Content -->
    4.37 +<div id="content">
    4.38 +
    4.39 +<div class="searchbox">
    4.40 +	<form method="get" action="https://duckduckgo.com/">
    4.41 +		<p>
    4.42 +			<input type="text" name="q" size="24" style="width: 70%;"
    4.43 +				maxlength="255" />
    4.44 +			<input type="submit" name="" value="Search" />
    4.45 +			<input type="hidden" name="t" value="slitaz" />
    4.46 +		</p>
    4.47 +	</form>
    4.48 +</div>
    4.49 +
    4.50 +<!-- SliTaz Social -->
    4.51 +<div id="social">
    4.52 +	SliTaz @
    4.53 +	<a href="http://twitter.com/slitaz">Twitter</a>
    4.54 +	<a href="http://www.facebook.com/slitaz">Facebook</a>
    4.55 +	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    4.56 +	<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    4.57 +	<a href="http://flattr.com/profile/slitaz">Flattr</a>
    4.58 +</div>
    4.59 +
    4.60 +<!-- End of content -->
    4.61 +</div>
    4.62 +
    4.63 +</body>
    4.64 +</html>
     5.1 --- a/rootfs/usr/share/webhome/index.html	Thu Apr 05 14:02:23 2012 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,61 +0,0 @@
     5.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
     5.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     5.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     5.7 -<head>
     5.8 -    <title>SliTaz - Web Homepage</title>
     5.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    5.10 -    <meta name="author" content="Christophe Lincoln"/>
    5.11 -    <link rel="shortcut icon" href="favicon.ico" />
    5.12 -    <link rel="stylesheet" type="text/css" href="style.css" />
    5.13 -</head>
    5.14 -<body>
    5.15 -
    5.16 -<!-- Header -->
    5.17 -<div id="header">
    5.18 -	<div id="logo"></div>
    5.19 -	<div id="network">
    5.20 -		<a href="http://www.slitaz.org/">
    5.21 -			<img src="images/home.png" alt="network.png" /></a>
    5.22 -		<a href="http://scn.slitaz.org/">Community</a>
    5.23 -		<a href="http://doc.slitaz.org/">Doc</a>
    5.24 -		<a href="http://forum.slitaz.org/">Forum</a>
    5.25 -		<a href="http://slitaz.pro/">Pro</a>
    5.26 -		<a href="https://slitaz.spreadshirt.net/">Shop</a>
    5.27 -		<a href="http://bugs.slitaz.org/">Bugs</a>
    5.28 -		<a href="http://hg.slitaz.org/">Hg</a>
    5.29 -	</div>
    5.30 -	<h1>SliTaz Web Home</h1>
    5.31 -</div>
    5.32 -
    5.33 -<!-- Block -->
    5.34 -<div id="block"></div>
    5.35 -
    5.36 -<!-- Content -->
    5.37 -<div id="content">
    5.38 -
    5.39 -<div class="searchbox">
    5.40 -	<form method="get" action="https://duckduckgo.com/">
    5.41 -		<p>
    5.42 -			<input type="text" name="q" size="24" style="width: 70%;"
    5.43 -				maxlength="255" />
    5.44 -			<input type="submit" name="" value="Search" />
    5.45 -			<input type="hidden" name="t" value="slitaz" />
    5.46 -		</p>
    5.47 -	</form> 
    5.48 -</div>
    5.49 -
    5.50 -<!-- SliTaz Social -->
    5.51 -<div id="social">
    5.52 -	SliTaz @
    5.53 -	<a href="http://twitter.com/slitaz">Twitter</a>
    5.54 -	<a href="http://www.facebook.com/slitaz">Facebook</a>
    5.55 -	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    5.56 -	<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    5.57 -	<a href="http://flattr.com/profile/slitaz">Flattr</a>
    5.58 -</div>
    5.59 -
    5.60 -<!-- End of content -->
    5.61 -</div>
    5.62 -
    5.63 -</body>
    5.64 -</html>
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/rootfs/usr/share/webhome/index.pt.html	Sat Apr 07 17:30:13 2012 +0300
     6.3 @@ -0,0 +1,61 @@
     6.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     6.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     6.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
     6.7 +<head>
     6.8 +    <title>SliTaz - Web Homepage</title>
     6.9 +    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    6.10 +    <meta name="author" content="Christophe Lincoln"/>
    6.11 +    <link rel="shortcut icon" href="favicon.ico" />
    6.12 +    <link rel="stylesheet" type="text/css" href="style.css" />
    6.13 +</head>
    6.14 +<body>
    6.15 +
    6.16 +<!-- Header -->
    6.17 +<div id="header">
    6.18 +	<div id="logo"></div>
    6.19 +	<div id="network">
    6.20 +		<a href="http://www.slitaz.org/">
    6.21 +			<img src="images/home.png" alt="[ Home ]" /></a>
    6.22 +		<a href="http://scn.slitaz.org/">Comunidade</a>
    6.23 +		<a href="http://doc.slitaz.org/">Doc</a>
    6.24 +		<a href="http://forum.slitaz.org/">Fórum</a>
    6.25 +		<a href="http://slitaz.pro/">Pro</a>
    6.26 +		<a href="https://slitaz.spreadshirt.net/">Shop</a>
    6.27 +		<a href="http://bugs.slitaz.org/">Bugs</a>
    6.28 +		<a href="http://hg.slitaz.org/">Hg</a>
    6.29 +	</div>
    6.30 +	<h1>SliTaz Web Home</h1>
    6.31 +</div>
    6.32 +
    6.33 +<!-- Block -->
    6.34 +<div id="block"></div>
    6.35 +
    6.36 +<!-- Content -->
    6.37 +<div id="content">
    6.38 +
    6.39 +<div class="searchbox">
    6.40 +	<form method="get" action="https://duckduckgo.com/">
    6.41 +		<p>
    6.42 +			<input type="text" name="q" size="24" style="width: 70%;"
    6.43 +				maxlength="255" />
    6.44 +			<input type="submit" name="" value="Search" />
    6.45 +			<input type="hidden" name="t" value="slitaz" />
    6.46 +		</p>
    6.47 +	</form>
    6.48 +</div>
    6.49 +
    6.50 +<!-- SliTaz Social -->
    6.51 +<div id="social">
    6.52 +	SliTaz @
    6.53 +	<a href="http://twitter.com/slitaz">Twitter</a>
    6.54 +	<a href="http://www.facebook.com/slitaz">Facebook</a>
    6.55 +	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    6.56 +	<a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
    6.57 +	<a href="http://flattr.com/profile/slitaz">Flattr</a>
    6.58 +</div>
    6.59 +
    6.60 +<!-- End of content -->
    6.61 +</div>
    6.62 +
    6.63 +</body>
    6.64 +</html>
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/rootfs/usr/share/webhome/index.ru.html	Sat Apr 07 17:30:13 2012 +0300
     7.3 @@ -0,0 +1,61 @@
     7.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     7.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     7.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
     7.7 +<head>
     7.8 +    <title>SliTaz — домашняя веб-страница</title>
     7.9 +    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    7.10 +    <meta name="author" content="Christophe Lincoln"/>
    7.11 +    <link rel="shortcut icon" href="favicon.ico" />
    7.12 +    <link rel="stylesheet" type="text/css" href="style.css" />
    7.13 +</head>
    7.14 +<body>
    7.15 +
    7.16 +<!-- Header -->
    7.17 +<div id="header">
    7.18 +	<div id="logo"></div>
    7.19 +	<div id="network">
    7.20 +		<a href="http://www.slitaz.org/">
    7.21 +			<img src="images/home.png" alt="[ Home ]" /></a>
    7.22 +		<a href="http://scn.slitaz.org/">Сообщество</a>
    7.23 +		<a href="http://doc.slitaz.org/">Документация</a>
    7.24 +		<a href="http://forum.slitaz.org/">Форум</a>
    7.25 +		<a href="http://pro.slitaz.org/">Pro</a>
    7.26 +		<a href="https://slitaz.spreadshirt.net/">Магазин</a>
    7.27 +		<a href="http://bugs.slitaz.org/">Bugs</a>
    7.28 +		<a href="http://hg.slitaz.org/">Hg</a>
    7.29 +	</div>
    7.30 +	<h1>Домашняя страница SliTaz</h1>
    7.31 +</div>
    7.32 +
    7.33 +<!-- Block -->
    7.34 +<div id="block"></div>
    7.35 +
    7.36 +<!-- Content -->
    7.37 +<div id="content">
    7.38 +
    7.39 +<div class="searchbox">
    7.40 +	<form method="get" action="https://duckduckgo.com/">
    7.41 +		<p>
    7.42 +			<input type="text" name="q" size="24" style="width: 70%;"
    7.43 +				maxlength="255" />
    7.44 +			<input type="submit" name="" value="Искать" />
    7.45 +			<input type="hidden" name="t" value="slitaz" />
    7.46 +		</p>
    7.47 +	</form>
    7.48 +</div>
    7.49 +
    7.50 +<!-- SliTaz Social -->
    7.51 +<div id="social">
    7.52 +	SliTaz @
    7.53 +	<a href="http://twitter.com/slitaz">Twitter</a>
    7.54 +	<a href="http://www.facebook.com/slitaz">Facebook</a>
    7.55 +	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    7.56 +	<a href="http://ru.wikipedia.org/wiki/SliTaz">Википедия</a>
    7.57 +	<a href="http://flattr.com/profile/slitaz">Flattr</a>
    7.58 +</div>
    7.59 +
    7.60 +<!-- End of content -->
    7.61 +</div>
    7.62 +
    7.63 +</body>
    7.64 +</html>
     8.1 --- a/rootfs/usr/share/webhome/style.css	Thu Apr 05 14:02:23 2012 +0200
     8.2 +++ b/rootfs/usr/share/webhome/style.css	Sat Apr 07 17:30:13 2012 +0300
     8.3 @@ -14,15 +14,15 @@
     8.4  
     8.5  /* Header */
     8.6  
     8.7 -#header { 
     8.8 -	height: 40px; 
     8.9 +#header {
    8.10 +	height: 40px;
    8.11  	background: #351a0a;
    8.12  }
    8.13  
    8.14  #header h1 {
    8.15  	margin: 0;
    8.16  	padding: 8px 0 0 8px;
    8.17 -	width: 250px;
    8.18 +	width: 350px;
    8.19  	color: white;
    8.20  	font-size: 20px;
    8.21  	font-style: italic;
    8.22 @@ -30,16 +30,16 @@
    8.23  
    8.24  /* SliTaz Network */
    8.25  
    8.26 -#network { 
    8.27 -	float: right; 
    8.28 -	padding: 12px 5px 0; 
    8.29 +#network {
    8.30 +	float: right;
    8.31 +	padding: 12px 5px 0;
    8.32  	font-size: 12px;
    8.33  }
    8.34  
    8.35  #network a { padding: 0 6px; }
    8.36  
    8.37 -#network a { 
    8.38 -	color: #fff; 
    8.39 +#network a {
    8.40 +	color: #fff;
    8.41  	font-weight: bold;
    8.42  	text-decoration: none;
    8.43  }
    8.44 @@ -48,9 +48,9 @@
    8.45  
    8.46  /* Block */
    8.47  
    8.48 -#block { 
    8.49 -	min-height: 8px; 
    8.50 -	background: #d66018; 
    8.51 +#block {
    8.52 +	min-height: 8px;
    8.53 +	background: #d66018;
    8.54  	padding: 0;
    8.55  	border-bottom: 1px solid #f5f5f5;
    8.56  }
    8.57 @@ -62,9 +62,9 @@
    8.58  	text-align: justify;
    8.59  }
    8.60  
    8.61 -.searchbox { 
    8.62 -	margin: 40px 80px; 
    8.63 -	padding: 12px; 
    8.64 +.searchbox {
    8.65 +	margin: 40px 80px;
    8.66 +	padding: 12px;
    8.67  	background: #f8f8f8;
    8.68  	text-align: center;
    8.69  	border: 1px solid #ddd;