STATUS removed. It's not beta/alpha etc. anymore
This commit is contained in:
parent
e89e570b9e
commit
5ed0be97d3
@ -5,7 +5,7 @@ VERSION=@VERSION@
|
||||
|
||||
all:
|
||||
# background
|
||||
convert images/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' wallpaper.png
|
||||
# convert images/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' wallpaper.png
|
||||
cp -al wallpaper.png graphics/backgrounds/default.png
|
||||
cp -al wallpaper.png graphics/backgrounds/xdm.png
|
||||
convert wallpaper.png kde3-styles-splash/Background.jpg
|
||||
|
@ -1,7 +1,8 @@
|
||||
# browser-qt
|
||||
|
||||
components/browser-qt/design/bg.png: images/installer.png
|
||||
convert $< -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' $@
|
||||
convert $< -resize '800x600!' $@
|
||||
#convert $< -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' $@
|
||||
|
||||
browser-qt:components/browser-qt/design/bg.png
|
||||
install -d $(datadir)/alterator-browser-qt/design
|
||||
@ -29,7 +30,7 @@ boot:
|
||||
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-install/
|
||||
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-boot/
|
||||
for size in 1024x768 800x600 640x480; do \
|
||||
convert images/boot.png -resize "$$size!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' boot-$$size.jpg ;\
|
||||
convert images/boot.png -resize "$$size!" boot-$$size.jpg ;\
|
||||
cp -al boot-$$size.jpg components/bootsplash/images/silent-$$size.jpg ;\
|
||||
convert -resize "$$size!" images/console.jpg components/bootsplash/images/bootsplash-$$size.jpg;\
|
||||
done
|
||||
|
@ -1,2 +1,2 @@
|
||||
product=@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@
|
||||
product=@BRAND_FNAME@ @VERSION@ @NAME@
|
||||
based_on=ALT Linux Sisyphus
|
||||
|
@ -4,8 +4,8 @@ Type=Application
|
||||
Exec=xdg-open /usr/share/doc/alt-docs/indexhtml/index.html
|
||||
StartupNotify=false
|
||||
Icon=altlinux
|
||||
Name=@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@: start page
|
||||
Name=@BRAND_FNAME@ @VERSION@ @NAME@: start page
|
||||
Categories=System;Documentation;
|
||||
|
||||
# Translations
|
||||
Name[ru]=@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@: cтартовая страница
|
||||
Name[ru]=@BRAND_FNAME@ @VERSION@ @NAME@: cтартовая страница
|
||||
|
@ -1,7 +1,7 @@
|
||||
[KSplash Theme: ALTLinux@NAME@]
|
||||
Name = @BRAND_FNAME@ @VERSION@ @NAME@
|
||||
Description = @BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@ Default KDE Splash Theme
|
||||
Description[ru] = Заставка KDE по умолчанию для @BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@
|
||||
Description = @BRAND_FNAME@ @VERSION@ @NAME@ Default KDE Splash Theme
|
||||
Description[ru] = Заставка KDE по умолчанию для @BRAND_FNAME@ @VERSION@ @NAME@
|
||||
Version = @VERSION@
|
||||
Author = Alexandra Panyukova <mex3@altlinux.ru>
|
||||
Author[ru] = Александра Панюкова <mex3@altlinux.ru>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p align="justify">Welcome to <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. The distribution is set up and ready to use, you may proceed. We hope that results of our work will be of use to you.</p>
|
||||
<p align="justify">Welcome to <nobr>@BRAND_FNAME@ @VERSION@ @NAME@</nobr>. The distribution is set up and ready to use, you may proceed. We hope that results of our work will be of use to you.</p>
|
||||
|
||||
<h2>Server configuration</h2>
|
||||
<ul>
|
||||
@ -74,7 +74,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> © ALT Linux, 2008. All rights reserved.<br />
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@</nobr> © ALT Linux, 2008. All rights reserved.<br />
|
||||
Address: 5th Donskoy proezd, 15/6, Moscow<br />
|
||||
Phone/Fax: +7 (495) 662-3883
|
||||
</p>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p>Добро пожаловать в <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. Дистрибутив настроен и готов к работе, можно приступать. Мы надеемся, что наша работа будет для Вас полезной.</p>
|
||||
<p>Добро пожаловать в <nobr>@BRAND_FNAME@ @VERSION@ @NAME@</nobr>. Дистрибутив настроен и готов к работе, можно приступать. Мы надеемся, что наша работа будет для Вас полезной.</p>
|
||||
|
||||
<h2>Настройка сервера</h2>
|
||||
<ul>
|
||||
@ -74,7 +74,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> © ALT Linux, 2009. Все права защищены.<br />
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@</nobr> © ALT Linux, 2009. Все права защищены.<br />
|
||||
Адрес: г. Москва, 5-й Донской проезд, д. 15, стр. 6<br />
|
||||
Телефон/факс: +7 (495) 662-3883
|
||||
</p>
|
||||
|
@ -6,12 +6,12 @@
|
||||
<body>
|
||||
|
||||
<h1>License agreement</h1>
|
||||
<h2>for @BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@ and included software applications</h2>
|
||||
<h2>for @BRAND_FNAME@ @VERSION@ @NAME@and included software applications</h2>
|
||||
|
||||
<p><b>1. Agreement information</b></p>
|
||||
<p>1.1 Parties to the contract</p>
|
||||
|
||||
<p>This Software License Agreement ("Agreement") is made and effective by and between ALT Linux Ltd. ("Developer"), which owns rights for <strong>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</strong> ("Distribution") and you ("Licensee"), end-user of the Distribution.</p>
|
||||
<p>This Software License Agreement ("Agreement") is made and effective by and between ALT Linux Ltd. ("Developer"), which owns rights for <strong>@BRAND_FNAME@ @VERSION@ @NAME@</strong> ("Distribution") and you ("Licensee"), end-user of the Distribution.</p>
|
||||
|
||||
<p>1.2 Agreement object</p>
|
||||
|
||||
|
@ -6,13 +6,13 @@
|
||||
<body>
|
||||
|
||||
<h1>Лицензионный договор</h1>
|
||||
<h2>на программное обеспечение @BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@ и включенные в него программы для ЭВМ</h2>
|
||||
<h2>на программное обеспечение @BRAND_FNAME@ @VERSION@ @NAME@ и включенные в него программы для ЭВМ</h2>
|
||||
|
||||
<p><b>1. Сведения о договоре</b></p>
|
||||
<p>1.1 Участники договора</p>
|
||||
|
||||
<p>Настоящий лицензионный договор заключается между ООО «Альт Линукс», обладателем прав на программное обеспечение
|
||||
<strong>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</strong>
|
||||
<strong>@BRAND_FNAME@ @VERSION@ @NAME@</strong>
|
||||
(далее - ДИСТРИБУТИВ), и Вами, владельцем экземпляра ДИСТРИБУТИВА.</p>
|
||||
|
||||
<p>1.2 Предмет договора</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user