commit afb6f16ac419d0cb7c173b75ebab8df83285cb69 Author: Denis Koryavov Date: Mon Jul 6 00:59:02 2009 +0400 5.0.0-alt1 - Fork from branding-altlinux-lite diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..dfd78b3 --- /dev/null +++ b/.gear/rules @@ -0,0 +1 @@ +tar: branding-simply-linux diff --git a/branding-simply-linux/Makefile.in b/branding-simply-linux/Makefile.in new file mode 100644 index 0000000..a86a590 --- /dev/null +++ b/branding-simply-linux/Makefile.in @@ -0,0 +1,23 @@ +all: + cp -a /usr/src/design-bootloader-source ./ + cp -a bootloader/config design-bootloader-source/ + cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/ + cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/ + convert images/boot.jpg -gravity northeast -pointsize 20 -annotate 0 '@STATUS@' boot.jpg + convert images/boot.jpg -resize 800x600 -gravity northeast -pointsize 20 -annotate 0 '@STATUS@' boot-800x600.jpg + cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg + cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg + +# cp -al boot.jpg bootsplash/images/silent-1024x768.jpg +# convert -resize '800x600!' bootsplash/images/silent-1024x768.jpg bootsplash/images/silent-800x600.jpg +# convert -resize '640x480!' bootsplash/images/silent-800x600.jpg bootsplash/images/silent-640x480.jpg +# background + convert images/background.png -gravity northeast -pointsize 30 -annotate 0 '@STATUS@' background.png + cp -al background.png graphics/backgrounds/default.png + cp -al background.png graphics/backgrounds/xdm.png + convert -resize '800x600!' background.png alterator/design/bg.png +# console background + cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg + convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg +# logo for web alterator + cp images/logo.png alterator/images/ diff --git a/branding-simply-linux/alterator/Makefile b/branding-simply-linux/alterator/Makefile new file mode 100644 index 0000000..dcc5941 --- /dev/null +++ b/branding-simply-linux/alterator/Makefile @@ -0,0 +1,2 @@ +all: + rcc-qt4 -binary theme.qrc -o theme.rcc diff --git a/branding-simply-linux/alterator/design/backward.png b/branding-simply-linux/alterator/design/backward.png new file mode 100644 index 0000000..f83afbd Binary files /dev/null and b/branding-simply-linux/alterator/design/backward.png differ diff --git a/branding-simply-linux/alterator/design/design.ini.in b/branding-simply-linux/alterator/design/design.ini.in new file mode 100644 index 0000000..ed51314 --- /dev/null +++ b/branding-simply-linux/alterator/design/design.ini.in @@ -0,0 +1,4 @@ +Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312 +Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312 + Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #aed4a1, #141312 + diff --git a/branding-simply-linux/alterator/design/design.qss b/branding-simply-linux/alterator/design/design.qss new file mode 100644 index 0000000..dac6ad7 --- /dev/null +++ b/branding-simply-linux/alterator/design/design.qss @@ -0,0 +1,34 @@ +/* Customize any plain widget that is a child of a QMainWindow. */ +.AWizardFace { + border-style: none; + background-image: url(:/design/bg.png); + background-position: bottom right; + background-repeat: no-repeat +} + +.ACenterFace { + border-style: none; + } + +.ACenterFace #modules_view { + background-color: white; +} + +/* Nice WindowsXP-style password character for password line edits. */ +QLineEdit[echoMode="2"] { + lineedit-password-character: 9679; +} + + +/* Customize tooltips. */ +QToolTip { + background-color: rgb(200,200,255); + border-color: darkslategray; + border-width: 1px; + border-style: solid; + padding: 3px; + font: bold; + border-radius: 3px; + opacity: 200; +} + diff --git a/branding-simply-linux/alterator/design/forward.png b/branding-simply-linux/alterator/design/forward.png new file mode 100644 index 0000000..97e5ff0 Binary files /dev/null and b/branding-simply-linux/alterator/design/forward.png differ diff --git a/branding-simply-linux/alterator/images/bg.jpg b/branding-simply-linux/alterator/images/bg.jpg new file mode 100644 index 0000000..9883194 Binary files /dev/null and b/branding-simply-linux/alterator/images/bg.jpg differ diff --git a/branding-simply-linux/alterator/images/dateedit.png b/branding-simply-linux/alterator/images/dateedit.png new file mode 100644 index 0000000..750891d Binary files /dev/null and b/branding-simply-linux/alterator/images/dateedit.png differ diff --git a/branding-simply-linux/alterator/images/gradient-menu.png b/branding-simply-linux/alterator/images/gradient-menu.png new file mode 100644 index 0000000..1b5d18f Binary files /dev/null and b/branding-simply-linux/alterator/images/gradient-menu.png differ diff --git a/branding-simply-linux/alterator/images/gradient-top.png b/branding-simply-linux/alterator/images/gradient-top.png new file mode 100644 index 0000000..c433406 Binary files /dev/null and b/branding-simply-linux/alterator/images/gradient-top.png differ diff --git a/branding-simply-linux/alterator/images/gradient.png b/branding-simply-linux/alterator/images/gradient.png new file mode 100644 index 0000000..1fb505f Binary files /dev/null and b/branding-simply-linux/alterator/images/gradient.png differ diff --git a/branding-simply-linux/alterator/images/groups/datetime.png b/branding-simply-linux/alterator/images/groups/datetime.png new file mode 100644 index 0000000..4e8164d Binary files /dev/null and b/branding-simply-linux/alterator/images/groups/datetime.png differ diff --git a/branding-simply-linux/alterator/images/groups/mail.png b/branding-simply-linux/alterator/images/groups/mail.png new file mode 100644 index 0000000..deb5078 Binary files /dev/null and b/branding-simply-linux/alterator/images/groups/mail.png differ diff --git a/branding-simply-linux/alterator/images/groups/network.png b/branding-simply-linux/alterator/images/groups/network.png new file mode 100644 index 0000000..4521975 Binary files /dev/null and b/branding-simply-linux/alterator/images/groups/network.png differ diff --git a/branding-simply-linux/alterator/images/groups/pkg.png b/branding-simply-linux/alterator/images/groups/pkg.png new file mode 100644 index 0000000..6597541 Binary files /dev/null and b/branding-simply-linux/alterator/images/groups/pkg.png differ diff --git a/branding-simply-linux/alterator/images/groups/servers.png b/branding-simply-linux/alterator/images/groups/servers.png new file mode 100644 index 0000000..bd634f7 Binary files /dev/null and b/branding-simply-linux/alterator/images/groups/servers.png differ diff --git a/branding-simply-linux/alterator/images/groups/system.png b/branding-simply-linux/alterator/images/groups/system.png new file mode 100644 index 0000000..2a1ee19 Binary files /dev/null and b/branding-simply-linux/alterator/images/groups/system.png differ diff --git a/branding-simply-linux/alterator/images/groups/users.png b/branding-simply-linux/alterator/images/groups/users.png new file mode 100644 index 0000000..7e65877 Binary files /dev/null and b/branding-simply-linux/alterator/images/groups/users.png differ diff --git a/branding-simply-linux/alterator/images/groups/xorg.png b/branding-simply-linux/alterator/images/groups/xorg.png new file mode 100644 index 0000000..be845d6 Binary files /dev/null and b/branding-simply-linux/alterator/images/groups/xorg.png differ diff --git a/branding-simply-linux/alterator/images/help.png b/branding-simply-linux/alterator/images/help.png new file mode 100644 index 0000000..28a0f9e Binary files /dev/null and b/branding-simply-linux/alterator/images/help.png differ diff --git a/branding-simply-linux/alterator/images/off.png b/branding-simply-linux/alterator/images/off.png new file mode 100644 index 0000000..14f6dc9 Binary files /dev/null and b/branding-simply-linux/alterator/images/off.png differ diff --git a/branding-simply-linux/alterator/images/on.png b/branding-simply-linux/alterator/images/on.png new file mode 100644 index 0000000..6168132 Binary files /dev/null and b/branding-simply-linux/alterator/images/on.png differ diff --git a/branding-simply-linux/alterator/images/reqfield.gif b/branding-simply-linux/alterator/images/reqfield.gif new file mode 100644 index 0000000..ee5f168 Binary files /dev/null and b/branding-simply-linux/alterator/images/reqfield.gif differ diff --git a/branding-simply-linux/alterator/images/steps/datetime.png b/branding-simply-linux/alterator/images/steps/datetime.png new file mode 100644 index 0000000..4e8164d Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/datetime.png differ diff --git a/branding-simply-linux/alterator/images/steps/install2-basesystem.png b/branding-simply-linux/alterator/images/steps/install2-basesystem.png new file mode 100644 index 0000000..6597541 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/install2-basesystem.png differ diff --git a/branding-simply-linux/alterator/images/steps/install2-preinstall.png b/branding-simply-linux/alterator/images/steps/install2-preinstall.png new file mode 100644 index 0000000..09872ed Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/install2-preinstall.png differ diff --git a/branding-simply-linux/alterator/images/steps/lilo.png b/branding-simply-linux/alterator/images/steps/lilo.png new file mode 100644 index 0000000..2a1ee19 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/lilo.png differ diff --git a/branding-simply-linux/alterator/images/steps/net-eth.png b/branding-simply-linux/alterator/images/steps/net-eth.png new file mode 100644 index 0000000..4521975 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/net-eth.png differ diff --git a/branding-simply-linux/alterator/images/steps/notes-license.png b/branding-simply-linux/alterator/images/steps/notes-license.png new file mode 100644 index 0000000..d39b7ad Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/notes-license.png differ diff --git a/branding-simply-linux/alterator/images/steps/notes-release-notes.png b/branding-simply-linux/alterator/images/steps/notes-release-notes.png new file mode 100644 index 0000000..c32f3ff Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/notes-release-notes.png differ diff --git a/branding-simply-linux/alterator/images/steps/pkg-groups.png b/branding-simply-linux/alterator/images/steps/pkg-groups.png new file mode 100644 index 0000000..ee96693 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/pkg-groups.png differ diff --git a/branding-simply-linux/alterator/images/steps/root.png b/branding-simply-linux/alterator/images/steps/root.png new file mode 100644 index 0000000..28c8fb3 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/root.png differ diff --git a/branding-simply-linux/alterator/images/steps/sysconfig-kbd.png b/branding-simply-linux/alterator/images/steps/sysconfig-kbd.png new file mode 100644 index 0000000..9ae6202 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/sysconfig-kbd.png differ diff --git a/branding-simply-linux/alterator/images/steps/sysconfig-language.png b/branding-simply-linux/alterator/images/steps/sysconfig-language.png new file mode 100644 index 0000000..7fd194a Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/sysconfig-language.png differ diff --git a/branding-simply-linux/alterator/images/steps/timezone.png b/branding-simply-linux/alterator/images/steps/timezone.png new file mode 100644 index 0000000..921f968 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/timezone.png differ diff --git a/branding-simply-linux/alterator/images/steps/users.png b/branding-simply-linux/alterator/images/steps/users.png new file mode 100644 index 0000000..7e65877 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/users.png differ diff --git a/branding-simply-linux/alterator/images/steps/vm.png b/branding-simply-linux/alterator/images/steps/vm.png new file mode 100644 index 0000000..4e987a3 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/vm.png differ diff --git a/branding-simply-linux/alterator/images/steps/x11.png b/branding-simply-linux/alterator/images/steps/x11.png new file mode 100644 index 0000000..be845d6 Binary files /dev/null and b/branding-simply-linux/alterator/images/steps/x11.png differ diff --git a/branding-simply-linux/alterator/styles/alterator.css b/branding-simply-linux/alterator/styles/alterator.css new file mode 100644 index 0000000..b186fef --- /dev/null +++ b/branding-simply-linux/alterator/styles/alterator.css @@ -0,0 +1,173 @@ +body { + background-color: #cdcdcd;/*#92b2b8;/*#67999a;/*#c0dbdb;*/ + color: #178093; + margin: 0px; + padding: 10px; + font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size: 9pt; +} + +a { + color: #178093; + font-weight: bold; +} + +table { + font-size: 9pt; + border-color: #178093; + border-collapse: collapse; +} + +th { + padding: 0px 7px 3px 0px; +} + +tr { + vertical-align: top; +} + +hr { + border: none; + border-top: 1px solid #5ac; +} + +h1 { + text-align: center; + margin: 0px; +} + +textarea, select, input.text { + border: 1px solid #178093; + font-size: 8pt; + margin: 1px 3px 1px 0px; + padding: 1px 3px; +} + +.btn { + background-color: #cdcdcd; + color: #178093; + border: 1px solid #178093; + cursor: pointer; + font-size: 9pt; + padding: 0px 3px; +} + +.btn:hover { + background-color: #94c4cd; +} + +.error-message { + background-color: #FFCACA; + border: 1px solid #FF6060; + padding-left:10px; + padding-right:10px; + margin-bottom:10px; +} + +.info-name { + font-size: 18pt; + border-bottom: 2px solid #178093; +} + +.info-description { + font-size: 12pt; + font-weight: bold; + padding-top: 10px; +} + + +.frame-table { + border-style:solid; + border-width:1px; + margin: 3px; +} + +.frame-table td, .frame-table th { + border-style:solid; + border-width:1px; + padding: 1px 1px 3px 3px; +} + +.disabled { + color: #6e6e6e; +} + +.alterator-progress { + border: 1px solid #178093; + height: 20px; + width: 200px; + padding: 2px; + background-color: #FFFFFF; +} + +.alterator-progress div { + background-color: #178093; + height: 20px; +} + +.year { + font-weight: bold; + background-color: #baeaea; +} + +.week { + border-style:solid; + border-width:1px; + background-color: white; +} + +.today { + border-style:solid; + border-width:1px; + background-color: pink; + cursor: pointer; +} + +.day { + border-style:solid; + border-width:1px; + background-color: #baeaea; + cursor: pointer; +} + +.day:hover { + background-color: #178093; +} + +.alterator-dateedit-calendar table { + width: 100%; + text-align: center; + background-color: #baeaea; + border-style: solid; + border-width: 1px; +} + +.alterator-dateedit-calendar td { + padding: 3px; +} + +.alterator-dateedit-button { + vertical-align:middle; + cursor:pointer; + background: url(/design/images/dateedit.png) no-repeat; + width: 15px; + height: 16px; +} + +table.alterator-listbox { + border: solid 1px; +} + +table.alterator-listbox th { + background-color: #cdcdcd; + font-weight: bold; + border: solid 1px; + padding: 3px; +} + +table.alterator-listbox td { + background: #ffffff; + border-left: solid 1px; + border-right: solid 1px; + padding: 3px; +} diff --git a/branding-simply-linux/alterator/styles/card-index.css b/branding-simply-linux/alterator/styles/card-index.css new file mode 100644 index 0000000..2cc3861 --- /dev/null +++ b/branding-simply-linux/alterator/styles/card-index.css @@ -0,0 +1,8 @@ +.selector-actions { + position: absolute; + right: 30px; +} + +.selector-chooser { + width: 100%; +} diff --git a/branding-simply-linux/alterator/styles/menu.css b/branding-simply-linux/alterator/styles/menu.css new file mode 100644 index 0000000..bad01a3 --- /dev/null +++ b/branding-simply-linux/alterator/styles/menu.css @@ -0,0 +1,188 @@ +/* c0dbdb */ + +#logo-td { + border-left: none; + padding-left: 10px; + padding-right: 10px; + text-align:left; +/* background: #fff;*/ + padding-top: 10px; + background: url(/design/images/gradient-top.png) 0% 0% repeat-x; + width: 275px; + -moz-border-radius-topleft: 1em; + -webkit-border-radius-topleft: 1em; + -khtml-border-radius-topleft: 1em; + border-radius-topleft: 1em; + -moz-border-radius-bottomleft: 1em; + -webkit-border-radius-bottomleft: 1em; + -khtml-border-radius-bottomleft: 1em; + border-radius-bottomleft: 1em; +} + +#logo-td img { + background: url(/design/images/logo.png) no-repeat; + width: 275px; /*325*/ + height: 30px; +} + +#help-td { + /*border-left: none;*/ + padding-left: 10px; + padding-right: 10px; + padding-top: 10px; + width: 20px; + text-align:left; + color: #fff; +/* border-bottom: 1px solid #056560;;*/ + background: url(/design/images/gradient-top.png) 0% 0% repeat-x; +/* -moz-border-radius-topleft: 1em; + -moz-border-radius-topright: 1em; + -webkit-border-radius-topleft: 1em; + -khtml-border-radius-topleft: 1em; + border-radius-topleft: 1em; */ +} + +#locale-td { +/* border-left: none; */ + padding-left: 10px; + padding-top: 10px; + color: #fff; + padding-right: 10px; + text-align:center; + width: 100px; + background: url(/design/images/gradient-top.png) 0% 0% repeat-x; +/* border-left: 1px solid #056560;; + border-right: 1px solid #056560;; + border-bottom: 1px solid #056560;; */ + -moz-border-radius-topright: 1em; + -webkit-border-radius-topright: 1em; + -khtml-border-radius-topright: 1em; + border-radius-topright: 1em; +} + +#hostinfo-td { +/* border-left: 1px solid #056560;; + border-top: 1px solid #056560;; + border-right: 1px solid #056560;; */ + background: url(/design/images/gradient-top.png) 0% 0% repeat-x; +/* -moz-border-radius-topleft: 1em; + -webkit-border-radius-topleft: 1em; + -khtml-border-radius-topleft: 1em; + border-radius-topleft: 1em; + */ + + padding-left: 10px; + padding-right: 10px; + padding-top: 10px; + text-align: left; + + color: #fff; /*#0574B2;*/ + font-weight: bold; + text-decoration: none; + font-size:large; +} + +.expanded { +/* padding-left: 40px;*/ + width: 100%; +} + + + +/* main menu */ + +#menu-td { + padding-right: 12px; +} + +#main { + padding: 10px 20px; +} + + +#main-td { +/* padding: 10px 20px;*/ +/* background-color: #baeaea;*/ + background-color: #fff; + width: 100%; + /*border: 1px solid #056560;;*/ + -moz-border-radius-bottomright: 1em; + -webkit-border-radius-bottomright: 1em; + -khtml-border-radius-bottomright: 1em; + border-radius-bottomright: 1em; + -moz-border-radius-bottomleft: 1em; + -webkit-border-radius-bottomleft: 1em; + -khtml-border-radius-bottomleft: 1em; + border-radius-bottomleft: 1em; +} + +.menu-item-normal a { + font-weight: normal; + padding-left: 5px; + padding-right: 5px; + text-decoration: none; +} + +.menu-item-selected a { + font-weight: bold; + padding-left: 5px; + padding-right: 5px; +} + +.menu-group-name { + padding-left: 5px; + padding-right: 5px; + color: #fff; + text-decoration: none; + /*background-color:#baeaea;*/ + padding-top: 3px; + background: url(/design/images/gradient.png) 0% 0% repeat-x; + font-weight: bold; + -moz-border-radius-topright: 1em; + -webkit-border-radius-topright: 1em; + -khtml-border-radius-topright: 1em; + border-radius-topright: 1em; + -moz-border-radius-topleft: 1em; + -webkit-border-radius-topleft: 1em; + -khtml-border-radius-topleft: 1em; + border-radius-topleft: 1em; +} + +.menu-group { + padding-bottom: 5px; + /*width:250px;*/ +/* padding-right: 5px;*/ + padding-top: 5px; + border-collapse: collapse; + background: url(/design/images/gradient-menu.png) 0% 0% repeat-x; +/* border-bottom: 1px solid #056560;; + border-left: 1px solid #056560;; + border-right: 1px solid #056560;; */ + -moz-border-radius-bottomright: 1em; /* mozilla 1.5 */ + -webkit-border-radius-bottomright: 1em; /* safari 3 */ + -khtml-border-radius-bottomright: 1em; /* Konqueror */ + border-radius-bottomright: 1em; /* CSS3 */ + -moz-border-radius-bottomleft: 1em; /* mozilla 1.5 */ + -webkit-border-radius-bottomleft: 1em; /* safari 3 */ + -khtml-border-radius-bottomleft: 1em; /* Konqueror */ + border-radius-bottomleft: 1em; /* CSS3 */ +} + +#help-popup { + padding-left: 10px; + width: 95%; + background-color: #EEF2F5; +/* padding-right: 5px; + padding-top: 10px;*/ +} + +.hresizeable { + width: 100%; + height: 7px; + background:#cdcdcd url(/design/images/hgrabber.gif) no-repeat scroll 45%; + cursor: s-resize; +} + +.hresizeable:hover { + background-color: #178093; +} diff --git a/branding-simply-linux/alterator/theme.qrc b/branding-simply-linux/alterator/theme.qrc new file mode 100644 index 0000000..4e3e1cf --- /dev/null +++ b/branding-simply-linux/alterator/theme.qrc @@ -0,0 +1,9 @@ + + + design/bg.png + design/design.qss + design/design.ini + design/forward.png + design/backward.png + + diff --git a/branding-simply-linux/bootloader/config.in b/branding-simply-linux/bootloader/config.in new file mode 100644 index 0000000..f6d7fba --- /dev/null +++ b/branding-simply-linux/bootloader/config.in @@ -0,0 +1,2 @@ +product=@NAME@ @VERSION@ @STATUS@ +based_on=ALT Linux Sisyphus diff --git a/branding-simply-linux/bootloader/gfxboot.cfg.in b/branding-simply-linux/bootloader/gfxboot.cfg.in new file mode 100644 index 0000000..6e6c6d5 --- /dev/null +++ b/branding-simply-linux/bootloader/gfxboot.cfg.in @@ -0,0 +1,152 @@ +; Sections are read in the order given in base::layout, with section 'base' +; implicitly added at the end. If a config value is given more than once, +; the first entry wins. +; +; If a screen resolution can't be set, 640x480 is used as fallback (and +; section '640x480' added to the layout list). +; +; If the penguin screen is active, section 'penguin' is automatically added +; to the layout list. +; +; Color values: 24 bit RGB (e.g. 0xff0000 = red). +; + +[base] +; theme name +theme=slinux +; other sections to read +layout=800x600,install +; penguin theme likelihood (in percent, -1 = auto) +penguin=0 +; activate speech output +talk=0 +; sound volume (0..100) +volume=70 +; menu background transparency (0..255) +menu.transparency=0x20 +; default font +font.normal=16x16.fnt +; main menu font +font.large=16x16.fnt +; background image +background=back.jpg +; max. visible main menu items +mainmenu.entries=8 +; minimal main menu selection bar width +mainmenu.bar.minwidth=300 +; main menu selection bar transparency (0..255) +mainmenu.bar.transparency=200 +; main menu colors +mainmenu.bar.color=0xf6f6f6 +mainmenu.normal.fg=0xf6f6f6 +mainmenu.selected.fg=0xffffff +; boot option colors +bootopt.label.fg=0xf6f6f6 +bootopt.text.fg=0xf6f6f6 +; progress bar color +progress.bar.color=0x@PROGRESS_COLOR@ +; menu colors +menu.normal.bg=0x94ddee +menu.normal.fg=0xffffff +menu.selected.bg=0x6c6c6c +menu.selected.fg=0xffffff +; window colors +window.bg=0x94ddee +window.fg=0x000000 +window.title.bg=0x@TITLE_COLOR@ +window.title.fg=0xffffff +window.title.error.bg=0xc00000 +; help system colors +help.link.fg=0x0000a0 +help.link.selected.fg=0x94ddee +help.link.selected.bg=0x0000a0 +help.highlight.fg=0x009000 +; panel colors +panel.fg=0xf6f6f6 +panel.title.fg=0xffffff +panel.f-key.fg=0xffe050 +; default keymap (e.g. de_DE, czech) +keymap= + +[800x600] +; screen size +screen.size=800,600 +; upper left corner +mainmenu.pos=253,170 +; boot option input field position +bootopt.pos=263,480 + +[640x480] +; screen size +screen.size=640,480 +; upper left corner +mainmenu.pos=130,122 +; boot option input field position +bootopt.pos=263,380 + + +[install] +; show welcome animation +welcome=0 +; beep when menu is ready +beep=1 +; main menu item shown only if iso is tagged for media check +mediacheck=mediachk +; main menu items where user can't add boot options +nobootoptions=harddisk,memtest +; main menu items that are not passed an 'install' parameter +noinstallopt=harddisk,firmware,memtest +; default install method (one of: cdrom, slp, ftp, http, nfs, smb, hd; default: cdrom) +install= +; default repo location +install.http.server= +install.http.path= +install.nfs.server= +install.nfs.path= +install.ftp.server= +install.ftp.path= +install.ftp.user= +install.ftp.password= +install.smb.server= +install.smb.share= +install.smb.path= +install.smb.domain= +install.smb.user= +install.smb.password= +install.hd.device= +install.hd.path= +; default driver update (one of: yes, no, file, url; default: no) +dud= +; if 'dud=file': file name on DVD +dud.file= +; if 'dud=url': URL +dud.url= +; if 'dud=url': menu item name (default = 'URL') +dud.url.name= +; serial line setup (up to four lines) +; format: port,baud,dev +; - port: 0-3: first four BIOS serial lines (COM1-COM4); >=4: I/O port (0x3f8) +; - baud: baud rate (e.g. 115200); 0 = autodetect (considers baud rates >= 9600) +; - dev: linux device name (e.g. ttyS0) +; - all lines are set up with 8 bits, no parity, 1 stop bit +; - if the bootloader also has a serial line setup, the port is +; automatically used +serial.line0=0,0,ttyS0 +serial.line1=1,0,ttyS1 +serial.line2= +serial.line3= +; show keymap menu as submenu in lang dialog +keymap.submenu=0 +; show keymap in main menu +keymap.mainmenu=0 + +[boot] +; show welcome animation +welcome=0 +; beep when menu is ready +beep=1 +; show keymap menu as submenu in lang dialog +keymap.submenu=0 +; show keymap in main menu +keymap.mainmenu=0 + diff --git a/branding-simply-linux/bootsplash/animations/penguin.mng b/branding-simply-linux/bootsplash/animations/penguin.mng new file mode 100644 index 0000000..58a54f8 Binary files /dev/null and b/branding-simply-linux/bootsplash/animations/penguin.mng differ diff --git a/branding-simply-linux/bootsplash/config/bootsplash-1024x768.cfg.in b/branding-simply-linux/bootsplash/config/bootsplash-1024x768.cfg.in new file mode 100644 index 0000000..ed5f987 --- /dev/null +++ b/branding-simply-linux/bootsplash/config/bootsplash-1024x768.cfg.in @@ -0,0 +1,40 @@ +# This is a bootsplash configuration file for +# Simply linux, resolution 1024x768. +# +# See www.bootsplash.org for more information. +# Written by Jakub Steiner +# modified by Sergey V Turchin +# modified by Anton V. Boyarshinov +# modified by Sergey Alembekov +# modified by Denis Koryavov + +version=3 +state=1 +progress_enable=1 +overpaintok=1 + +fgcolor=7 +bgcolor=0 + +tx=10 +ty=50 +tw=780 +th=550 + +jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1024x768.jpg +silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1024x768.jpg + +box silent noover 300 440 710 440 #69696760 +box silent noover 300 440 710 447 #CCCDCC60 +box silent noover 300 447 710 457 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760 +box silent noover 300 457 710 448 #CBCBCC60 + +box silent inter 301 441 301 447 #94ddee +box silent 301 441 709 447 #94ddee +box silent inter 301 447 301 457 #23b8dc +box silent 301 447 709 457 #23b8dc + +trigger "isdown" quit +trigger "rlreached 5" quit +trigger "rlchange 0" tosilent +trigger "rlchange 6" tosilent diff --git a/branding-simply-linux/bootsplash/config/bootsplash-1280x1024.cfg.in b/branding-simply-linux/bootsplash/config/bootsplash-1280x1024.cfg.in new file mode 100644 index 0000000..ca1a5a1 --- /dev/null +++ b/branding-simply-linux/bootsplash/config/bootsplash-1280x1024.cfg.in @@ -0,0 +1,40 @@ +# This is a bootsplash configuration file for +# Simply linux, resolution 1280x1280. +# +# See www.bootsplash.org for more information. +# Written by Jakub Steiner +# modified by Sergey V Turchin +# modified by Anton V. Boyarshinov +# modified by Sergey Alembekov +# modified by Denis Koryavov + +version=3 +state=1 +progress_enable=1 +overpaintok=1 + +fgcolor=7 +bgcolor=0 + +tx=10 +ty=50 +tw=1250 +th=975 + +jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg +silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1280x1024.jpg + +box silent noover 375 550 888 550 #69696760 +box silent noover 375 550 888 559 #CCCDCC60 +box silent noover 375 559 888 572 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760 +box silent noover 375 572 888 448 #CBCBCC60 + +box silent inter 376 551 376 559 #94ddee +box silent 376 551 887 559 #94ddee +box silent inter 376 559 376 572 #23b8dc +box silent 376 559 887 572 #23b8dc + +trigger "isdown" quit +trigger "rlreached 5" quit +trigger "rlchange 0" tosilent +trigger "rlchange 6" tosilent diff --git a/branding-simply-linux/bootsplash/config/bootsplash-1280x800.cfg.in b/branding-simply-linux/bootsplash/config/bootsplash-1280x800.cfg.in new file mode 100644 index 0000000..2405399 --- /dev/null +++ b/branding-simply-linux/bootsplash/config/bootsplash-1280x800.cfg.in @@ -0,0 +1,40 @@ +# This is a bootsplash configuration file for +# Simply linux, resolution 1280x800. +# +# See www.bootsplash.org for more information. +# Written by Jakub Steiner +# modified by Sergey V Turchin +# modified by Anton V. Boyarshinov +# modified by Sergey Alembekov +# modified by Denis Koryavov + +version=3 +state=1 +progress_enable=1 +overpaintok=1 + +fgcolor=7 +bgcolor=0 + +tx=10 +ty=50 +tw=950 +th=750 + +jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1280x800.jpg +silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1280x800.jpg + +box silent noover 420 458 833 458 #69696760 +box silent noover 420 458 833 465 #CCCDCC60 +box silent noover 420 465 833 475 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760 +box silent noover 420 475 833 466 #CBCBCC60 + +box silent inter 421 459 421 465 #94ddee +box silent 421 459 832 465 #94ddee +box silent inter 421 465 421 475 #23b8dc +box silent 421 465 832 475 #23b8dc + +trigger "isdown" quit +trigger "rlreached 5" quit +trigger "rlchange 0" tosilent +trigger "rlchange 6" tosilent diff --git a/branding-simply-linux/bootsplash/config/bootsplash-640x480.cfg.in b/branding-simply-linux/bootsplash/config/bootsplash-640x480.cfg.in new file mode 100644 index 0000000..26d061f --- /dev/null +++ b/branding-simply-linux/bootsplash/config/bootsplash-640x480.cfg.in @@ -0,0 +1,40 @@ +# This is a bootsplash configuration file for +# Simply linux, resolution 640x480. +# +# See www.bootsplash.org for more information. +# Written by Jakub Steiner +# modified by Sergey V Turchin +# modified by Anton V. Boyarshinov +# modified by Sergey Alembekov +# modified by Denis Koryavov + +version=3 +state=1 +progress_enable=1 +overpaintok=1 + +fgcolor=7 +bgcolor=0 + +tx=10 +ty=50 +tw=620 +th=430 + +jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-640x480.jpg +silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-640x480.jpg + +box silent noover 99 370 541 372 #69696760 +box silent noover 99 372 541 377 #CCCDCC60 +box silent noover 99 377 541 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760 +box silent noover 99 387 541 378 #CBCBCC60 + +box silent inter 100 371 100 377 #DFDFE0 +box silent 100 371 540 377 #DFDFE0 +box silent inter 100 377 100 387 #909195 +box silent 100 377 540 387 #909195 + +trigger "isdown" quit +trigger "rlreached 5" quit +trigger "rlchange 0" tosilent +trigger "rlchange 6" tosilent diff --git a/branding-simply-linux/bootsplash/config/bootsplash-800x600.cfg.in b/branding-simply-linux/bootsplash/config/bootsplash-800x600.cfg.in new file mode 100644 index 0000000..0b15452 --- /dev/null +++ b/branding-simply-linux/bootsplash/config/bootsplash-800x600.cfg.in @@ -0,0 +1,40 @@ +# This is a bootsplash configuration file for +# Simply linux, resolution 800x600. +# +# See www.bootsplash.org for more information. +# Written by Jakub Steiner +# modified by Sergey V Turchin +# modified by Anton V. Boyarshinov +# modified by Sergey Alembekov +# modified by Denis Koryavov + +version=3 +state=1 +progress_enable=1 +overpaintok=1 + +fgcolor=7 +bgcolor=0 + +tx=10 +ty=50 +tw=780 +th=550 + +jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg +silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-800x600.jpg + +box silent noover 235 345 555 345 #69696760 +box silent noover 235 345 555 350 #CCCDCC60 +box silent noover 235 350 555 357 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760 +box silent noover 235 357 555 349 #CBCBCC60 + +box silent inter 236 441 236 350 #94ddee +box silent 236 441 554 350 #94ddee +box silent inter 236 350 236 357 #23b8dc +box silent 236 350 554 357 #23b8dc + +trigger "isdown" quit +trigger "rlreached 5" quit +trigger "rlchange 0" tosilent +trigger "rlchange 6" tosilent diff --git a/branding-simply-linux/bootsplash/images/bootsplash-1024x768.jpg b/branding-simply-linux/bootsplash/images/bootsplash-1024x768.jpg new file mode 100644 index 0000000..d014ad7 Binary files /dev/null and b/branding-simply-linux/bootsplash/images/bootsplash-1024x768.jpg differ diff --git a/branding-simply-linux/bootsplash/images/bootsplash-1280x1024.jpg b/branding-simply-linux/bootsplash/images/bootsplash-1280x1024.jpg new file mode 100644 index 0000000..30f5267 Binary files /dev/null and b/branding-simply-linux/bootsplash/images/bootsplash-1280x1024.jpg differ diff --git a/branding-simply-linux/bootsplash/images/bootsplash-1280x800.jpg b/branding-simply-linux/bootsplash/images/bootsplash-1280x800.jpg new file mode 100644 index 0000000..81a95d7 Binary files /dev/null and b/branding-simply-linux/bootsplash/images/bootsplash-1280x800.jpg differ diff --git a/branding-simply-linux/bootsplash/images/bootsplash_logo.mng b/branding-simply-linux/bootsplash/images/bootsplash_logo.mng new file mode 100644 index 0000000..7fed1bc Binary files /dev/null and b/branding-simply-linux/bootsplash/images/bootsplash_logo.mng differ diff --git a/branding-simply-linux/bootsplash/images/silent-1024x768.jpg b/branding-simply-linux/bootsplash/images/silent-1024x768.jpg new file mode 100644 index 0000000..429cc77 Binary files /dev/null and b/branding-simply-linux/bootsplash/images/silent-1024x768.jpg differ diff --git a/branding-simply-linux/bootsplash/images/silent-1280x1024.jpg b/branding-simply-linux/bootsplash/images/silent-1280x1024.jpg new file mode 100644 index 0000000..accdfb6 Binary files /dev/null and b/branding-simply-linux/bootsplash/images/silent-1280x1024.jpg differ diff --git a/branding-simply-linux/bootsplash/images/silent-1280x800.jpg b/branding-simply-linux/bootsplash/images/silent-1280x800.jpg new file mode 100644 index 0000000..32d9f96 Binary files /dev/null and b/branding-simply-linux/bootsplash/images/silent-1280x800.jpg differ diff --git a/branding-simply-linux/bootsplash/images/silent-640x480.jpg b/branding-simply-linux/bootsplash/images/silent-640x480.jpg new file mode 100644 index 0000000..06ab463 Binary files /dev/null and b/branding-simply-linux/bootsplash/images/silent-640x480.jpg differ diff --git a/branding-simply-linux/bootsplash/images/silent-800x600.jpg b/branding-simply-linux/bootsplash/images/silent-800x600.jpg new file mode 100644 index 0000000..86cc928 Binary files /dev/null and b/branding-simply-linux/bootsplash/images/silent-800x600.jpg differ diff --git a/branding-simply-linux/bootsplash/images/silent_infotext.mng b/branding-simply-linux/bootsplash/images/silent_infotext.mng new file mode 100644 index 0000000..a0d69ae Binary files /dev/null and b/branding-simply-linux/bootsplash/images/silent_infotext.mng differ diff --git a/branding-simply-linux/bootsplash/images/silent_logo.mng b/branding-simply-linux/bootsplash/images/silent_logo.mng new file mode 100644 index 0000000..ebc898a Binary files /dev/null and b/branding-simply-linux/bootsplash/images/silent_logo.mng differ diff --git a/branding-simply-linux/bootsplash/images/silent_logo2.mng b/branding-simply-linux/bootsplash/images/silent_logo2.mng new file mode 100644 index 0000000..b7c203c Binary files /dev/null and b/branding-simply-linux/bootsplash/images/silent_logo2.mng differ diff --git a/branding-simply-linux/configure.ac b/branding-simply-linux/configure.ac new file mode 100644 index 0000000..0620c6d --- /dev/null +++ b/branding-simply-linux/configure.ac @@ -0,0 +1,32 @@ +AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] ) + + +PROGRESS_COLOR="0x23b8dc" +TITLE_COLOR="0x23b8dc" +INACTIVE_COLOR="0xd3d7cf" + + +AC_SUBST(THEME) +AC_SUBST(NAME) +AC_SUBST(STATUS) +AC_SUBST(VERSION) +AC_SUBST(PROGRESS_COLOR) +AC_SUBST(TITLE_COLOR) +AC_SUBST(INACTIVE_COLOR) + +AC_CONFIG_FILES([ + Makefile + bootloader/config + bootsplash/config/bootsplash-640x480.cfg + bootsplash/config/bootsplash-800x600.cfg + alterator/design/design.ini + bootloader/gfxboot.cfg + notes/release-notes.ru.html + notes/release-notes.all.html + notes/license.ru.html + notes/license.all.html + indexhtml.desktop + indexhtml/index-ru.html + indexhtml/index-en.html +]) +AC_OUTPUT diff --git a/branding-simply-linux/graphics/backgrounds/desktop_1.png b/branding-simply-linux/graphics/backgrounds/desktop_1.png new file mode 120000 index 0000000..0f2e083 --- /dev/null +++ b/branding-simply-linux/graphics/backgrounds/desktop_1.png @@ -0,0 +1 @@ +default.png \ No newline at end of file diff --git a/branding-simply-linux/graphics/backgrounds/desktop_2.png b/branding-simply-linux/graphics/backgrounds/desktop_2.png new file mode 120000 index 0000000..0f2e083 --- /dev/null +++ b/branding-simply-linux/graphics/backgrounds/desktop_2.png @@ -0,0 +1 @@ +default.png \ No newline at end of file diff --git a/branding-simply-linux/graphics/backgrounds/desktop_3.png b/branding-simply-linux/graphics/backgrounds/desktop_3.png new file mode 120000 index 0000000..0f2e083 --- /dev/null +++ b/branding-simply-linux/graphics/backgrounds/desktop_3.png @@ -0,0 +1 @@ +default.png \ No newline at end of file diff --git a/branding-simply-linux/graphics/backgrounds/desktop_4.png b/branding-simply-linux/graphics/backgrounds/desktop_4.png new file mode 120000 index 0000000..0f2e083 --- /dev/null +++ b/branding-simply-linux/graphics/backgrounds/desktop_4.png @@ -0,0 +1 @@ +default.png \ No newline at end of file diff --git a/branding-simply-linux/graphics/backgrounds/root.png b/branding-simply-linux/graphics/backgrounds/root.png new file mode 100644 index 0000000..a717b1c Binary files /dev/null and b/branding-simply-linux/graphics/backgrounds/root.png differ diff --git a/branding-simply-linux/graphics/faces/apple.png b/branding-simply-linux/graphics/faces/apple.png new file mode 100644 index 0000000..b383578 Binary files /dev/null and b/branding-simply-linux/graphics/faces/apple.png differ diff --git a/branding-simply-linux/graphics/faces/astronaut.png b/branding-simply-linux/graphics/faces/astronaut.png new file mode 100644 index 0000000..94c7fd2 Binary files /dev/null and b/branding-simply-linux/graphics/faces/astronaut.png differ diff --git a/branding-simply-linux/graphics/faces/blowfish.png b/branding-simply-linux/graphics/faces/blowfish.png new file mode 100644 index 0000000..51cb160 Binary files /dev/null and b/branding-simply-linux/graphics/faces/blowfish.png differ diff --git a/branding-simply-linux/graphics/faces/bug.png b/branding-simply-linux/graphics/faces/bug.png new file mode 100644 index 0000000..b431cc1 Binary files /dev/null and b/branding-simply-linux/graphics/faces/bug.png differ diff --git a/branding-simply-linux/graphics/faces/burger.png b/branding-simply-linux/graphics/faces/burger.png new file mode 100644 index 0000000..40cba39 Binary files /dev/null and b/branding-simply-linux/graphics/faces/burger.png differ diff --git a/branding-simply-linux/graphics/faces/butterfly.png b/branding-simply-linux/graphics/faces/butterfly.png new file mode 100644 index 0000000..e1ac730 Binary files /dev/null and b/branding-simply-linux/graphics/faces/butterfly.png differ diff --git a/branding-simply-linux/graphics/faces/cheese.png b/branding-simply-linux/graphics/faces/cheese.png new file mode 100644 index 0000000..3e26f05 Binary files /dev/null and b/branding-simply-linux/graphics/faces/cheese.png differ diff --git a/branding-simply-linux/graphics/faces/clock.png b/branding-simply-linux/graphics/faces/clock.png new file mode 100644 index 0000000..9d1cd45 Binary files /dev/null and b/branding-simply-linux/graphics/faces/clock.png differ diff --git a/branding-simply-linux/graphics/faces/credits b/branding-simply-linux/graphics/faces/credits new file mode 100644 index 0000000..ccd9126 --- /dev/null +++ b/branding-simply-linux/graphics/faces/credits @@ -0,0 +1,21 @@ +Butterfly.png, Konqui.png: + KDE Graphics Team + +BeachBall.png BlueMarble1.png Flower.png Night.png Star2.png Star3.png +Star4.png Star.png Stars2.png Stars.png: + Braden MacDonald + +Apple.png Cheese.png Ghost.png Pearl.png Skull.png Blowfish.png Cow.png +Guitar.png Penguin.png Smiley.png Bug.png Daemon.png Lion.png Pig.png +Splash.png Burger.png Dog.png Man.png Scream.png Turtle.png Car.png +Elephant.png Monkey.png Shark.png Watch.png Astronaut.png Heart.png +Ring.png Rabbit.png Speakers.png UFO.png : + Hans Karlsson +License: free for commercial and noncommercial usage, distribution and +modification + +Arch.png BeachBall2.png Butterfly2.png Cactus.png Car2.png Clock.png +Dice.png Dog2.png Dragon.png Fish.png Flower2.png Flower3.png Frog.png +Kiwi.png Lava.png Pineapple.png Teddybear.png Tiger.png Tukan.png +Wind.png : + Hermann Thomas diff --git a/branding-simply-linux/graphics/faces/daemon.png b/branding-simply-linux/graphics/faces/daemon.png new file mode 100644 index 0000000..4bbc42a Binary files /dev/null and b/branding-simply-linux/graphics/faces/daemon.png differ diff --git a/branding-simply-linux/graphics/faces/default.png b/branding-simply-linux/graphics/faces/default.png new file mode 100644 index 0000000..794e36c Binary files /dev/null and b/branding-simply-linux/graphics/faces/default.png differ diff --git a/branding-simply-linux/graphics/faces/dog.png b/branding-simply-linux/graphics/faces/dog.png new file mode 100644 index 0000000..78de933 Binary files /dev/null and b/branding-simply-linux/graphics/faces/dog.png differ diff --git a/branding-simply-linux/graphics/faces/elephant.png b/branding-simply-linux/graphics/faces/elephant.png new file mode 100644 index 0000000..8f4b2d2 Binary files /dev/null and b/branding-simply-linux/graphics/faces/elephant.png differ diff --git a/branding-simply-linux/graphics/faces/fish.png b/branding-simply-linux/graphics/faces/fish.png new file mode 100644 index 0000000..95eebc3 Binary files /dev/null and b/branding-simply-linux/graphics/faces/fish.png differ diff --git a/branding-simply-linux/graphics/faces/flower.png b/branding-simply-linux/graphics/faces/flower.png new file mode 100644 index 0000000..d414e73 Binary files /dev/null and b/branding-simply-linux/graphics/faces/flower.png differ diff --git a/branding-simply-linux/graphics/faces/frog.png b/branding-simply-linux/graphics/faces/frog.png new file mode 100644 index 0000000..2186975 Binary files /dev/null and b/branding-simply-linux/graphics/faces/frog.png differ diff --git a/branding-simply-linux/graphics/faces/ghost.png b/branding-simply-linux/graphics/faces/ghost.png new file mode 100644 index 0000000..bf95150 Binary files /dev/null and b/branding-simply-linux/graphics/faces/ghost.png differ diff --git a/branding-simply-linux/graphics/faces/guitar.png b/branding-simply-linux/graphics/faces/guitar.png new file mode 100644 index 0000000..6a315b0 Binary files /dev/null and b/branding-simply-linux/graphics/faces/guitar.png differ diff --git a/branding-simply-linux/graphics/faces/heart.png b/branding-simply-linux/graphics/faces/heart.png new file mode 100644 index 0000000..b41a027 Binary files /dev/null and b/branding-simply-linux/graphics/faces/heart.png differ diff --git a/branding-simply-linux/graphics/faces/konqui.png b/branding-simply-linux/graphics/faces/konqui.png new file mode 100644 index 0000000..4db7ae5 Binary files /dev/null and b/branding-simply-linux/graphics/faces/konqui.png differ diff --git a/branding-simply-linux/graphics/faces/penguin.png b/branding-simply-linux/graphics/faces/penguin.png new file mode 100644 index 0000000..33ed361 Binary files /dev/null and b/branding-simply-linux/graphics/faces/penguin.png differ diff --git a/branding-simply-linux/graphics/faces/rabbit.png b/branding-simply-linux/graphics/faces/rabbit.png new file mode 100644 index 0000000..a7c5f3f Binary files /dev/null and b/branding-simply-linux/graphics/faces/rabbit.png differ diff --git a/branding-simply-linux/graphics/faces/ring.png b/branding-simply-linux/graphics/faces/ring.png new file mode 100644 index 0000000..29daf4c Binary files /dev/null and b/branding-simply-linux/graphics/faces/ring.png differ diff --git a/branding-simply-linux/graphics/faces/scream.png b/branding-simply-linux/graphics/faces/scream.png new file mode 100644 index 0000000..46abbd2 Binary files /dev/null and b/branding-simply-linux/graphics/faces/scream.png differ diff --git a/branding-simply-linux/graphics/faces/shark.png b/branding-simply-linux/graphics/faces/shark.png new file mode 100644 index 0000000..a11a352 Binary files /dev/null and b/branding-simply-linux/graphics/faces/shark.png differ diff --git a/branding-simply-linux/graphics/faces/skull.png b/branding-simply-linux/graphics/faces/skull.png new file mode 100644 index 0000000..5878526 Binary files /dev/null and b/branding-simply-linux/graphics/faces/skull.png differ diff --git a/branding-simply-linux/graphics/faces/smiley.png b/branding-simply-linux/graphics/faces/smiley.png new file mode 100644 index 0000000..e403233 Binary files /dev/null and b/branding-simply-linux/graphics/faces/smiley.png differ diff --git a/branding-simply-linux/graphics/faces/speakers.png b/branding-simply-linux/graphics/faces/speakers.png new file mode 100644 index 0000000..640123e Binary files /dev/null and b/branding-simply-linux/graphics/faces/speakers.png differ diff --git a/branding-simply-linux/graphics/faces/splash.png b/branding-simply-linux/graphics/faces/splash.png new file mode 100644 index 0000000..ec8e68a Binary files /dev/null and b/branding-simply-linux/graphics/faces/splash.png differ diff --git a/branding-simply-linux/graphics/faces/turtle.png b/branding-simply-linux/graphics/faces/turtle.png new file mode 100644 index 0000000..1eee295 Binary files /dev/null and b/branding-simply-linux/graphics/faces/turtle.png differ diff --git a/branding-simply-linux/graphics/faces/ufo.png b/branding-simply-linux/graphics/faces/ufo.png new file mode 100644 index 0000000..09f8b05 Binary files /dev/null and b/branding-simply-linux/graphics/faces/ufo.png differ diff --git a/branding-simply-linux/graphics/faces/user01.png b/branding-simply-linux/graphics/faces/user01.png new file mode 100644 index 0000000..71027e2 Binary files /dev/null and b/branding-simply-linux/graphics/faces/user01.png differ diff --git a/branding-simply-linux/graphics/faces/user02.png b/branding-simply-linux/graphics/faces/user02.png new file mode 100644 index 0000000..9a17cff Binary files /dev/null and b/branding-simply-linux/graphics/faces/user02.png differ diff --git a/branding-simply-linux/graphics/faces/user03.png b/branding-simply-linux/graphics/faces/user03.png new file mode 100644 index 0000000..5dc0bb6 Binary files /dev/null and b/branding-simply-linux/graphics/faces/user03.png differ diff --git a/branding-simply-linux/graphics/faces/user04.png b/branding-simply-linux/graphics/faces/user04.png new file mode 100644 index 0000000..7e65877 Binary files /dev/null and b/branding-simply-linux/graphics/faces/user04.png differ diff --git a/branding-simply-linux/graphics/faces/user05.png b/branding-simply-linux/graphics/faces/user05.png new file mode 100644 index 0000000..3332bd6 Binary files /dev/null and b/branding-simply-linux/graphics/faces/user05.png differ diff --git a/branding-simply-linux/graphics/faces/user06.png b/branding-simply-linux/graphics/faces/user06.png new file mode 100644 index 0000000..eb03147 Binary files /dev/null and b/branding-simply-linux/graphics/faces/user06.png differ diff --git a/branding-simply-linux/graphics/faces/user07.png b/branding-simply-linux/graphics/faces/user07.png new file mode 100644 index 0000000..59f55f4 Binary files /dev/null and b/branding-simply-linux/graphics/faces/user07.png differ diff --git a/branding-simply-linux/graphics/faces/user08.png b/branding-simply-linux/graphics/faces/user08.png new file mode 100644 index 0000000..b8842cc Binary files /dev/null and b/branding-simply-linux/graphics/faces/user08.png differ diff --git a/branding-simply-linux/graphics/faces/user09.png b/branding-simply-linux/graphics/faces/user09.png new file mode 100644 index 0000000..eefdeec Binary files /dev/null and b/branding-simply-linux/graphics/faces/user09.png differ diff --git a/branding-simply-linux/graphics/faces/user10.png b/branding-simply-linux/graphics/faces/user10.png new file mode 100644 index 0000000..411951d Binary files /dev/null and b/branding-simply-linux/graphics/faces/user10.png differ diff --git a/branding-simply-linux/graphics/faces/watch.png b/branding-simply-linux/graphics/faces/watch.png new file mode 100644 index 0000000..518900e Binary files /dev/null and b/branding-simply-linux/graphics/faces/watch.png differ diff --git a/branding-simply-linux/graphics/icons/altlinux.png b/branding-simply-linux/graphics/icons/altlinux.png new file mode 100644 index 0000000..8d13297 Binary files /dev/null and b/branding-simply-linux/graphics/icons/altlinux.png differ diff --git a/branding-simply-linux/graphics/icons/large/altlinux.png b/branding-simply-linux/graphics/icons/large/altlinux.png new file mode 100644 index 0000000..8ec4388 Binary files /dev/null and b/branding-simply-linux/graphics/icons/large/altlinux.png differ diff --git a/branding-simply-linux/graphics/icons/mini/altlinux.png b/branding-simply-linux/graphics/icons/mini/altlinux.png new file mode 100644 index 0000000..bbf2296 Binary files /dev/null and b/branding-simply-linux/graphics/icons/mini/altlinux.png differ diff --git a/branding-simply-linux/graphics/kde/kdm-logo.png b/branding-simply-linux/graphics/kde/kdm-logo.png new file mode 120000 index 0000000..2847106 --- /dev/null +++ b/branding-simply-linux/graphics/kde/kdm-logo.png @@ -0,0 +1 @@ +kdm-logo_144x55.png \ No newline at end of file diff --git a/branding-simply-linux/graphics/kde/kdm-logo_100x100.png b/branding-simply-linux/graphics/kde/kdm-logo_100x100.png new file mode 100644 index 0000000..3f29e65 Binary files /dev/null and b/branding-simply-linux/graphics/kde/kdm-logo_100x100.png differ diff --git a/branding-simply-linux/graphics/kde/kdm-logo_144x55.png b/branding-simply-linux/graphics/kde/kdm-logo_144x55.png new file mode 100644 index 0000000..81b3081 Binary files /dev/null and b/branding-simply-linux/graphics/kde/kdm-logo_144x55.png differ diff --git a/branding-simply-linux/graphics/kde/kicker/pics/kside.png b/branding-simply-linux/graphics/kde/kicker/pics/kside.png new file mode 100644 index 0000000..ba63b24 Binary files /dev/null and b/branding-simply-linux/graphics/kde/kicker/pics/kside.png differ diff --git a/branding-simply-linux/graphics/kde/kicker/pics/kside_tile.png b/branding-simply-linux/graphics/kde/kicker/pics/kside_tile.png new file mode 100644 index 0000000..53b3849 Binary files /dev/null and b/branding-simply-linux/graphics/kde/kicker/pics/kside_tile.png differ diff --git a/branding-simply-linux/graphics/kde/ktip-wizard_small.png b/branding-simply-linux/graphics/kde/ktip-wizard_small.png new file mode 100644 index 0000000..da55ff2 Binary files /dev/null and b/branding-simply-linux/graphics/kde/ktip-wizard_small.png differ diff --git a/branding-simply-linux/images/background.png b/branding-simply-linux/images/background.png new file mode 100644 index 0000000..6609d28 Binary files /dev/null and b/branding-simply-linux/images/background.png differ diff --git a/branding-simply-linux/images/boot.jpg b/branding-simply-linux/images/boot.jpg new file mode 100644 index 0000000..caa1dd4 Binary files /dev/null and b/branding-simply-linux/images/boot.jpg differ diff --git a/branding-simply-linux/images/console.jpg b/branding-simply-linux/images/console.jpg new file mode 100644 index 0000000..0eb3f8b Binary files /dev/null and b/branding-simply-linux/images/console.jpg differ diff --git a/branding-simply-linux/images/logo.png b/branding-simply-linux/images/logo.png new file mode 100644 index 0000000..d346faa Binary files /dev/null and b/branding-simply-linux/images/logo.png differ diff --git a/branding-simply-linux/indexhtml.desktop.in b/branding-simply-linux/indexhtml.desktop.in new file mode 100644 index 0000000..8693e19 --- /dev/null +++ b/branding-simply-linux/indexhtml.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=xdg-open /usr/share/doc/alt-docs/indexhtml/index.html +StartupNotify=false +Icon=i-linux +Name=@NAME@ @VERSION@ @STATUS@: start page +Categories=System;Documentation; + +# Translations +Name[ru]=@NAME@ @VERSION@ @STATUS@: cтартовая страница diff --git a/branding-simply-linux/indexhtml/img/alt-linux-team.png b/branding-simply-linux/indexhtml/img/alt-linux-team.png new file mode 100644 index 0000000..81b3081 Binary files /dev/null and b/branding-simply-linux/indexhtml/img/alt-linux-team.png differ diff --git a/branding-simply-linux/indexhtml/img/altlinux-logo.png b/branding-simply-linux/indexhtml/img/altlinux-logo.png new file mode 100755 index 0000000..4380a24 Binary files /dev/null and b/branding-simply-linux/indexhtml/img/altlinux-logo.png differ diff --git a/branding-simply-linux/indexhtml/img/bg.png b/branding-simply-linux/indexhtml/img/bg.png new file mode 100644 index 0000000..52e036d Binary files /dev/null and b/branding-simply-linux/indexhtml/img/bg.png differ diff --git a/branding-simply-linux/indexhtml/img/bullet.png b/branding-simply-linux/indexhtml/img/bullet.png new file mode 100644 index 0000000..079a1d0 Binary files /dev/null and b/branding-simply-linux/indexhtml/img/bullet.png differ diff --git a/branding-simply-linux/indexhtml/index-en.html.in b/branding-simply-linux/indexhtml/index-en.html.in new file mode 100644 index 0000000..868302f --- /dev/null +++ b/branding-simply-linux/indexhtml/index-en.html.in @@ -0,0 +1,78 @@ + + + + + @NAME@ @VERSION@ @STATUS@ + + + + + + + + +
+ + + + +

@NAME@ @VERSION@ @STATUS@

+ +
+ +
+ + +
+ + + + + +
+ + + +
+

ALT Linux Team

+ + + +

This distribution would never be accomplished without active efforts put by ALT Linux Team — a community of free/libre software developers.

+ +
+
+ +

Welcome to @NAME@ @VERSION@ @STATUS@. 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.

+ +
+

Documentation

+ +
+ + +
+ +
+ + + diff --git a/branding-simply-linux/indexhtml/index-ru.html.in b/branding-simply-linux/indexhtml/index-ru.html.in new file mode 100644 index 0000000..5fe835a --- /dev/null +++ b/branding-simply-linux/indexhtml/index-ru.html.in @@ -0,0 +1,78 @@ + + + + + @NAME@ @VERSION@ @STATUS@ + + + + + + +
+ English | +
+ +
+ + + + +

@NAME@ @VERSION@ @STATUS@

+ +
+ +
+ + +
+ + + + + +
+ + + +
+

ALT Linux Team

+ + + +

Этот дистрибутив не появился бы без активного участия ALT Linux Team — сообщества разработчиков свободного программного обеспечения.

+ +
+
+ +

Добро пожаловать в @NAME@ @VERSION@ @STATUS@. Дистрибутив настроен и готов к работе, можно приступать. Мы надеемся, что наша работа будет для Вас полезной.

+ + + + +
+ +
+ + + diff --git a/branding-simply-linux/indexhtml/index.css b/branding-simply-linux/indexhtml/index.css new file mode 100644 index 0000000..706e5fb --- /dev/null +++ b/branding-simply-linux/indexhtml/index.css @@ -0,0 +1,109 @@ +/* Stylesheet for index file */ + +body { + font-family: Verdana,'DejaVu Sans',Helvetica,sans; + text-align: left; + font-size: 12px; + background: #FFF; + background-image: url('img/bg.png'); +} + +.shadow { position:relative; display:block; color:black; } +.shadow nobr { position:absolute; display:block; top:0px; } +.shadow:before { display:block; padding:2px; content: attr(title); color:#CCC; } + +h1 { + font-size: 28px; + font-weight: bold; + color: black; + /*text-shadow: #CCC 2px 2px 3px;*/ + vertical-align: baseline; +} + +h2 h3 { + color: black; +} + +p { text-align: justify; } + +a:link, a:visited { + text-decoration: none; + color: #39c; +} + +a:hover { + text-decoration: underline; + color: #f60; +} + +ul li { + padding-left: 3px; + text-align: left; + list-style: square url('img/bullet.png'); +} + +li.spacebefore { margin-top: 1em;} + +form { + margin: 5px; +} + +input#button { + height: 20px; +} + +div#logo { + float: right; + margin-left: 10px; +} + +div#content, div#lang { + position: relative; + width: 780px; + margin: 40px auto; +} + +div#main { + background: #FFF; + width: 100%; + border: 1px solid #CCC; + padding: 2mm; + padding-left: 5mm; +} + +div#pane { + float: right; + width: 260px; + text-align: center; + margin: 15px; + padding: 0px; +} + +div#team { + background: #E5FFE5; + width: 100%; + text-align: center; + margin: 0px; + padding: 0px; + border: 1px solid #66CC66; +} + +.footer { + font-size: 9px; + color: #666; +} + +div.columns { float: left; } + +div#firstcolumn { width: 27em; } + +div.indent { padding-left: 5mm; } + +div.spacer { clear: both; } + +div#lang { + text-align: center; + background: #fff; + padding: 0.2em; + border: 1px solid #CCC; +} diff --git a/branding-simply-linux/notes/Makefile b/branding-simply-linux/notes/Makefile new file mode 100644 index 0000000..8f7d7e2 --- /dev/null +++ b/branding-simply-linux/notes/Makefile @@ -0,0 +1,4 @@ + +install: + install -d $(datadir)/alt-notes + cp -a *.html $(datadir)/alt-notes diff --git a/branding-simply-linux/notes/license.all.html.in b/branding-simply-linux/notes/license.all.html.in new file mode 100644 index 0000000..80e19eb --- /dev/null +++ b/branding-simply-linux/notes/license.all.html.in @@ -0,0 +1,92 @@ + + +License agreement + + + + +

License agreement

+

for @NAME@ @VERSION@ @STATUS@ and included software applications

+ +

1. Agreement information

+

1.1 Parties to the contract

+ +

This Software License Agreement ("Agreement") is made and effective by and between Denis Koryavov. ("DEVELOPER"), which owns rights for @NAME@ @VERSION@ @STATUS@ ("Distribution") and you ("Licensee"), end-user of the Distribution.

+ +

1.2 Agreement object

+ +

This Agreement regulates rights of an owner of a Distribution's copy for using the Distribution and computer programs ("Applications") that are part of the Distribution and other intellectual property and means of individualization to extent specified in this Agreement.

+ +

1.3 Formation of a contract

+ +

This License Agreement is a contract of adhesion and does not require a written contract formation. Use of the Distribution in ways specified in this Agreement means accepting of the Agreement's conditions and leads to formation of the contract.

+ +

2. Licensee rights

+ +

2.1 Free reproduction of the Distribution

+ +

Owner of the Distribution as a person that lawfully own a copy of a computer program has a right to freely reproduce the Distribution according to provisions of the applicable copyright law regardless of provisions of the Agreement or license agreements for individual Applications included in the Distribution.

+ +

2.2 Use of free applications included in the Distribution

+ +

All but those listed in item 2.3 applications included in the Distribution are licensed as free applications and are accompanied by license agreements that permanently and freely of charge additionally (to free reproduction) grants the following non-exclusive rights valid on territory of any country:

+ +
    +
  • right to use Applications (copies of Applications) on an unlimited amount of computers for any purpose;
  • +
  • right to modify Applications, publish and distribute modifications free of charge or for a fee on conditions of the license for the original Application;
  • +
  • roght to pass Application to third parties free of charge or for a fee without paying royalty to copyright owners;
  • +
  • right to have a freely access to source code of the Application and to study this source code.
  • +
+ +

DEVELOPER. undertakes to provide source code of any FREE APPLICATION included in Distribution on your demand within three years for a fee that is not higher than cost of physical copy of the source code.

+ +

2.3 Use of non-free applications included in Distribution.

+

The following APPLICATIONS are used and distributed by DEVELOPER. on conditions other than those listed in item 2.2 of the Agreement:

+
    +
  • Firmware for Intel WiFi adapters
  • +
  • NVIDIA video adapter drivers
  • +
  • Matrox video adapter drivers
  • +
  • VIA video adapter drivers
  • +
  • NVIDIA NForce video adapter drivers
  • +
  • Drivers for pct789 (PCTel), cm8738, i8xx, sis and via686a modems
  • +
  • Promise IDE/RAID controller drivers
  • +
  • Lucent/Agere support modules
  • +
  • Adobe Flash Player Plugin
  • +
  • Java 2 (SUN) Runtime Environment, Standard Edition
  • +
+ +

Owners of exclusive rights for the listed above APPLICATIONS this way or the other limit your freedom of using these APPLICATIONS. Please familiarize yourself with license agreements accompanying these APPLICATIONS to decide, whether any use of any of those APPLICATIONS is legitimate, if it's outside boundaries of "free reproduction". License agreements for these APPLICATIONS are inside correspondent packages of the Distribution. +

+

Drivers for ATI, NVIDIA and VIA video adapters are allowed to be distributed as part of ALT Linux distributions.

+ +

2.4 Use of Distribution's design elements and text on its cover or box

+ +

Rights of DEVELOPER. for design elements of the Distribution and text on its cover or box are subject to copyright, trade marks and industrial design law. Their use in ways specified by applicable law that demands availability of exclusive rights is possible only with written consent given by DEVELOPER.

+ +

2.5 Other rights

+ +

Copyright, right on name and other personal non-property rights of an author that are unalienable in line with applicable national legislation or that are not granted to you by applicable legislation or license agreements for standalone Applications included in the Distribution are preserved by their owners and cannot be granted to owner of a copy of the Distribution.

+ +

2.6 Reports on use of the Distribution

+ +

DEVELOPER. does not demand reports on using the Distribution from owners of a copy of the Distribution.

+ +

3. Amenability of parties

+ +

Copyright for Applications that are part of the Distribution, including exclusive right to allow use of applications, is subject to applicable copyright law, including applicable international agreements on copyright. Users are solely responsible for observation of national legislation while using Applications that are part of the Distribution.

+ + + +

DEVELOPER. hope that Applications that are part of the Distribution will will be useful, but does not give any warranty for their fitness for any particular purpose or their quality (including absence of errors or standards conformity) and is not in charge for any possible damage, direct or implied, that is result of using these Applications.

+ + + +
+

+ +http://myaltlinux.blogspot.com + +

+ + + diff --git a/branding-simply-linux/notes/license.ru.html.in b/branding-simply-linux/notes/license.ru.html.in new file mode 100644 index 0000000..c26d38f --- /dev/null +++ b/branding-simply-linux/notes/license.ru.html.in @@ -0,0 +1,81 @@ + + +Лицензионный договор + + + + +

Лицензионный договор

+

на программное обеспечение @NAME@ @VERSION@ @STATUS@ и включенные в него программы для ЭВМ

+ +

1. Сведения о договоре

+

1.1 Участники договора

+ +

Настоящий лицензионный договор заключается между Денисом Корявовым (далее - АВТОР), обладателем прав на программное обеспечение +@NAME@ @VERSION@ @STATUS@ +(далее - ДИСТРИБУТИВ), и Вами, владельцем экземпляра ДИСТРИБУТИВА.

+ +

1.2 Предмет договора

+

Настоящий лицензионный договор регулирует права владельца экземпляра ДИСТРИБУТИВА на использование ДИСТРИБУТИВА, а также включенных в состав ДИСТРИБУТИВА отдельных программ для ЭВМ (далее — ПРОГРАММЫ) и других результатов интеллектуальной деятельности и средств индивидуализации в объеме, указанном в настоящем договоре.

+ +

1.3 Заключение договора

+

Настоящий лицензионный договор является договором присоединения и не требует письменного заключения. Использование ДИСТРИБУТИВА способами, оговоренными в настоящем договоре, означает принятие условий настоящего договора и влечет за собой заключение настоящего договора.

+ +

2. Права владельца экземпляра ДИСТРИБУТИВА

+

2.1 Свободное воспроизведение ДИСТРИБУТИВА.

+

Владелец ДИСТРИБУТИВА как лицо, правомерно владеющее экземпляром программы для ЭВМ, имеет право на «свободное воспроизведение» ДИСТРИБУТИВА в соответствии с положениями применимого законодательства об авторском праве вне зависимости от положений настоящего договора или лицензионных договоров на отдельные ПРОГРАММЫ, включенные в состав ДИСТРИБУТИВА.

+ +

2.2 Использование свободных программ, включенных в состав ДИСТРИБУТИВА.

+

Все ПРОГРАММЫ, включенные в состав ДИСТРИБУТИВА, за исключением перечисленных в пункте 2.3 настоящего договора, лицензированы как СВОБОДНЫЕ ПРОГРАММЫ и сопровождаются лицензионными договорами, бессрочно и безвозмездно предоставляющими вам в дополнение к праву «свободного воспроизведения» следующие неисключительные права, действующие на территории любой страны:

+
    +
  • право эксплуатировать ПРОГРАММЫ (пользоваться экземплярами ПРОГРАММ) на неограниченном количестве компьютеров в любых целях;
  • +
  • право модифицировать ПРОГРАММЫ, а также публиковать и распространять модификации на безвозмездной или возмездной основе (по вашему усмотрению) на условиях лицензии исходной ПРОГРАММЫ;
  • +
  • право передавать ПРОГРАММЫ третьим лицам на безвозмездной или возмездной основе (по вашему усмотрению) без каких-либо отчислений владельцам авторских прав;
  • +
  • право беспрепятственно получать и изучать исходные тексты ПРОГРАММ.
  • +
+ +

АВТОР в течение трех лет с начала действия настоящего договора обязуется предоставить исходные тексты любой СВОБОДНОЙ ПРОГРАММЫ, включенной в состав ДИСТРИБУТИВА, по вашему требованию за плату, не превышающую стоимость физического предоставления исходного текста.

+ +

2.3 Использование несвободных программ, включенных в состав ДИСТРИБУТИВА.

+

Следующие ПРОГРАММЫ используются (распространяются) АВТОРОМ на условиях, отличных от перечисленных в пункте 2.2 настоящего договора:

+
    +
  • Firmware для WiFi карт Intel
  • +
  • Драйверы видеокарт NVIDIA
  • +
  • Драйверы видеокарт Matrox
  • +
  • Драйверы видеокарт VIA
  • +
  • Драйверы чипсета NVIDIA NForce
  • +
  • Драйверы модемов pct789 (PCTel), cm8738, i8xx, sis и via686a
  • +
  • Драйверы контроллеров Promise IDE/RAID
  • +
  • Модули поддержки модемов Lucent/Agere
  • +
  • Adobe Flash Player Plugin
  • +
  • Java 2 (SUN) Runtime Environment, Standard Edition
  • +
+ +

Обладатели исключительных прав на перечисленные ПРОГРАММЫ так или иначе ограничивают вашу свободу в использовании этих ПРОГРАММ. Ознакомьтесь с текстами сопровождающих указанные ПРОГРАММЫ лицензионных договоров для того, чтобы определить, правомерно ли то или иное использование той или иной ПРОГРАММЫ, выходящее за пределы "свободного воспроизведения". Лицензионные договоры этих ПРОГРАММ поставляются в составе пакетов ДИСТРИБУТИВА. +

+

Драйверы видеокарт ATI, NVIDIA и VIA разрешено распространять в составе дистрибутивов ALT Linux.

+ +

2.4 Использование элементов оформления ДИСТРИБУТИВА и текстов на его обложке или коробке

+

Права АВТОРА на элементы оформления ДИСТРИБУТИВА и тексты на его обложке или коробке охраняются законами об авторском праве, товарных знаках и промышленных образцах. Их использование способами, которые в соответствии с применимым законодательством требуют наличия исключительных прав, возможно только в случае получения письменного согласия от АВТОРА.

+ +

2.5 Иные права

+

Право авторства, право на имя и иные личные неимущественные права автора, являющиеся неотчуждаемыми в соответствии с применимым национальным законодательством, либо не предоставленные вам применимым законодательством или лицензионными договорами на отдельные ПРОГРАММЫ, включенные в состав ДИСТРИБУТИВА, сохраняются за их обладателями и не предоставляются владельцу экземпляра ДИСТРИБУТИВА.

+ +

2.6 Отчет об использовании ДИСТРИБУТИВА

+

АВТОР не требует от владельца экземпляра ДИСТРИБУТИВА предоставления отчетов об использовании ДИСТРИБУТИВА.

+ +

3. Ответственность сторон

+ +

Авторские права на входящие в состав ДИСТРИБУТИВА ПРОГРАММЫ, включая исключительное право разрешать использование ПРОГРАММ, охраняются применимым законодательством об авторском праве, включая применимые международные договоры об авторском праве. Вся ответственность за соблюдение национальных законов при использовании включенных в ДИСТРИБУТИВ ПРОГРАММ лежит на пользователе.

+ +

АВТОР надеется, что ПРОГРАММЫ, включенные в состав ДИСТРИБУТИВА, будут полезны, но не гарантирует их пригодности для какой-либо конкретной цели, качества (включая отсутствие ошибок или соответствие стандартам), не отвечает за возможный ущерб, прямой или косвенный, понесенный в результате использования этих ПРОГРАММ.

+ + +
+

+ +http://myaltlinux.blogspot.com + +

+ + diff --git a/branding-simply-linux/notes/release-notes.all.html.in b/branding-simply-linux/notes/release-notes.all.html.in new file mode 100644 index 0000000..a549b68 --- /dev/null +++ b/branding-simply-linux/notes/release-notes.all.html.in @@ -0,0 +1,8 @@ + + + + + +

@NAME@ @VERSION@ distribution is installed and ready to use.

+ + diff --git a/branding-simply-linux/notes/release-notes.ru.html.in b/branding-simply-linux/notes/release-notes.ru.html.in new file mode 100644 index 0000000..1ed7b2d --- /dev/null +++ b/branding-simply-linux/notes/release-notes.ru.html.in @@ -0,0 +1,12 @@ + + + + + + + +

Спасибо за тестирование @NAME@ @VERSION@ @STATUS@!

+ +

Лёгкой работы ;)

+ + diff --git a/branding-simply-linux/slideshow/dsc_5452.jpg b/branding-simply-linux/slideshow/dsc_5452.jpg new file mode 100644 index 0000000..5e84954 Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_5452.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_5453.jpg b/branding-simply-linux/slideshow/dsc_5453.jpg new file mode 100644 index 0000000..fb5bc9e Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_5453.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_5456.jpg b/branding-simply-linux/slideshow/dsc_5456.jpg new file mode 100644 index 0000000..b103a91 Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_5456.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_5459.jpg b/branding-simply-linux/slideshow/dsc_5459.jpg new file mode 100644 index 0000000..fd999c0 Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_5459.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_5467.jpg b/branding-simply-linux/slideshow/dsc_5467.jpg new file mode 100644 index 0000000..1919e0c Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_5467.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_5472.jpg b/branding-simply-linux/slideshow/dsc_5472.jpg new file mode 100644 index 0000000..de4abbe Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_5472.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_7766.jpg b/branding-simply-linux/slideshow/dsc_7766.jpg new file mode 100644 index 0000000..8e26ac7 Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_7766.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_7767.jpg b/branding-simply-linux/slideshow/dsc_7767.jpg new file mode 100644 index 0000000..4b387d7 Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_7767.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_7769.jpg b/branding-simply-linux/slideshow/dsc_7769.jpg new file mode 100644 index 0000000..790b09b Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_7769.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_7771.jpg b/branding-simply-linux/slideshow/dsc_7771.jpg new file mode 100644 index 0000000..252b1ae Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_7771.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_7772.jpg b/branding-simply-linux/slideshow/dsc_7772.jpg new file mode 100644 index 0000000..66945ea Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_7772.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_7774.jpg b/branding-simply-linux/slideshow/dsc_7774.jpg new file mode 100644 index 0000000..30e0d28 Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_7774.jpg differ diff --git a/branding-simply-linux/slideshow/dsc_7775.jpg b/branding-simply-linux/slideshow/dsc_7775.jpg new file mode 100644 index 0000000..09cb214 Binary files /dev/null and b/branding-simply-linux/slideshow/dsc_7775.jpg differ diff --git a/branding-simply-linux/steps/datetime.png b/branding-simply-linux/steps/datetime.png new file mode 100644 index 0000000..4e8164d Binary files /dev/null and b/branding-simply-linux/steps/datetime.png differ diff --git a/branding-simply-linux/steps/install2-basesystem.png b/branding-simply-linux/steps/install2-basesystem.png new file mode 100644 index 0000000..6597541 Binary files /dev/null and b/branding-simply-linux/steps/install2-basesystem.png differ diff --git a/branding-simply-linux/steps/install2-preinstall.png b/branding-simply-linux/steps/install2-preinstall.png new file mode 100644 index 0000000..09872ed Binary files /dev/null and b/branding-simply-linux/steps/install2-preinstall.png differ diff --git a/branding-simply-linux/steps/lilo.png b/branding-simply-linux/steps/lilo.png new file mode 100644 index 0000000..2a1ee19 Binary files /dev/null and b/branding-simply-linux/steps/lilo.png differ diff --git a/branding-simply-linux/steps/net-eth.png b/branding-simply-linux/steps/net-eth.png new file mode 100644 index 0000000..4521975 Binary files /dev/null and b/branding-simply-linux/steps/net-eth.png differ diff --git a/branding-simply-linux/steps/notes-license.png b/branding-simply-linux/steps/notes-license.png new file mode 100644 index 0000000..d39b7ad Binary files /dev/null and b/branding-simply-linux/steps/notes-license.png differ diff --git a/branding-simply-linux/steps/notes-release-notes.png b/branding-simply-linux/steps/notes-release-notes.png new file mode 100644 index 0000000..c32f3ff Binary files /dev/null and b/branding-simply-linux/steps/notes-release-notes.png differ diff --git a/branding-simply-linux/steps/pkg-groups.png b/branding-simply-linux/steps/pkg-groups.png new file mode 100644 index 0000000..ee96693 Binary files /dev/null and b/branding-simply-linux/steps/pkg-groups.png differ diff --git a/branding-simply-linux/steps/root.png b/branding-simply-linux/steps/root.png new file mode 100644 index 0000000..28c8fb3 Binary files /dev/null and b/branding-simply-linux/steps/root.png differ diff --git a/branding-simply-linux/steps/sysconfig-kbd.png b/branding-simply-linux/steps/sysconfig-kbd.png new file mode 100644 index 0000000..9ae6202 Binary files /dev/null and b/branding-simply-linux/steps/sysconfig-kbd.png differ diff --git a/branding-simply-linux/steps/sysconfig-language.png b/branding-simply-linux/steps/sysconfig-language.png new file mode 100644 index 0000000..7fd194a Binary files /dev/null and b/branding-simply-linux/steps/sysconfig-language.png differ diff --git a/branding-simply-linux/steps/timezone.png b/branding-simply-linux/steps/timezone.png new file mode 100644 index 0000000..921f968 Binary files /dev/null and b/branding-simply-linux/steps/timezone.png differ diff --git a/branding-simply-linux/steps/users.png b/branding-simply-linux/steps/users.png new file mode 100644 index 0000000..7e65877 Binary files /dev/null and b/branding-simply-linux/steps/users.png differ diff --git a/branding-simply-linux/steps/vm.png b/branding-simply-linux/steps/vm.png new file mode 100644 index 0000000..4e987a3 Binary files /dev/null and b/branding-simply-linux/steps/vm.png differ diff --git a/branding-simply-linux/steps/x11.png b/branding-simply-linux/steps/x11.png new file mode 100644 index 0000000..be845d6 Binary files /dev/null and b/branding-simply-linux/steps/x11.png differ diff --git a/branding.spec b/branding.spec new file mode 100644 index 0000000..aa296a8 --- /dev/null +++ b/branding.spec @@ -0,0 +1,417 @@ +%define theme slinux +%define Name Simply linux +%define codename Dilly +%define status beta +%define variants altlinux-office-desktop altlinux-office-server altlinux-desktop + +Name: branding-simply-linux +Version: 5.0.0 +Release: alt1 +BuildArch: noarch + +BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu +BuildRequires: design-bootloader-source >= 5.0-alt2 + +BuildRequires(pre): libqt4-core +BuildRequires: libalternatives-devel +BuildRequires: libqt4-devel + +BuildRequires: ImageMagick fontconfig + +Packager: Denis Koryavov + +Source: %name-%version.tar + +Group: Graphics +Summary: System/Base +License: GPL + +%description +Distro-specific packages with design and texts + +%package bootloader +Group: System/Configuration/Boot and Init +Summary: Graphical boot logo for lilo and syslinux +License: GPL + +PreReq: coreutils +Provides: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader + +Obsoletes: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader +Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-bootloader ";done ) + +%description bootloader +Here you find the graphical boot logo. Suitable for both lilo and syslinux. + +%package bootsplash +Summary: Theme for splash animations during bootup +License: Distributable +Group: System/Configuration/Boot and Init +Provides: design-bootsplash design-bootsplash-%theme branding-alt-%theme-bootsplash +Requires: bootsplash >= 3.3 +Obsoletes: branding-alt-%theme-bootsplash + +Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-bootsplash ";done ) +%description bootsplash +This package contains graphics for boot process +(needs console splash screen enabled) + +%package alterator +Summary: Design for alterator for Simply linux +License: GPL +Group: System/Configuration/Other +Packager: Denis Koryavov +Provides: design-alterator-browser-%theme branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt +Provides: alterator-icons design-alterator design-alterator-%theme +Obsoletes: branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt + +Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-browser-qt ";done ) +Obsoletes: design-alterator-server design-alterator-desktop design-altertor-browser-desktop design-altertor-browser-server +PreReq(post,preun): alternatives >= 0.2 alterator + +%description alterator +Design for QT and web alterator for Simply linux + +%package graphics +Summary: design for ALT +License: Different licenses +Group: Graphics + +Provides: design-graphics-%theme branding-alt-%theme-graphics +Obsoletes: branding-alt-%theme-graphics design-graphics-%theme +PreReq(post,preun): alternatives >= 0.2 +Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-graphics ";done ) + +%description graphics +This package contains some graphics for ALT design. + + +%define provide_list altlinux fedora redhat system altlinux +%define obsolete_list altlinux-release fedora-release redhat-release +%define conflicts_list altlinux-release-sisyphus altlinux-release-4.0 altlinux-release-junior altlinux-release-master altlinux-release-server altlinux-release-terminal altlinux-release-small_business +%package release + +Summary: %Name release file +Copyright: GPL +Group: System/Configuration/Other +Packager: Denis Koryavov +Provides: %(for n in %provide_list; do echo -n "$n-release = %version-%release "; done) altlinux-release-%theme branding-alt-%theme-release +Obsoletes: %obsolete_list branding-alt-%theme-release +Conflicts: %conflicts_list +Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-release ";done ) + +%description release +%Name %version release file. + +%package notes +Provides: alt-license-theme = %version alt-notes-%theme +Obsoletes: alt-license-%theme alt-notes-%theme +Summary: Distribution license and release notes +License: Distributable +Group: Documentation +Conflicts: alt-notes-children alt-notes-hpc alt-notes-junior alt-notes-junior-sj alt-notes-junior-sm alt-notes-school-server alt-notes-server-lite alt-notes-skif alt-notes-terminal +Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-notes ";done ) + +%description notes +Distribution license and release notes + +%package slideshow + +Summary: Slideshow for Simply linux %version installer +License: Distributable +Group: System/Configuration/Other +Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-slideshow ";done ) + +%description slideshow +Slideshow for Simply linux %version installer + +%package indexhtml + +Summary: %name -- Simply Linux html welcome page +License: distributable +Group: System/Base +Provides: indexhtml indexhtml-%theme = %version indexhtml-Desktop = 1:5.0 +Obsoletes: indexhtml-desktop indexhtml-Desktop + +Conflicts: indexhtml-sisyphus +Conflicts: indexhtml-school_junior +Conflicts: indexhtml-school_lite +Conflicts: indexhtml-school_master +Conflicts: indexhtml-school_terminal +Conflicts: indexhtml-small_business +Conflicts: indexhtml-school-server + +Requires: xdg-utils +Requires(post): indexhtml-common + +%description indexhtml +Simply Linux index.html welcome page. + +%prep +%setup -q + + +%build +autoconf +THEME=%theme NAME='%Name' STATUS=%status VERSION=%version ./configure +make + +#bootloader + pushd design-bootloader-source/ + DEFAULT_LANG='--lang-to-subst--' PATH=$PATH:/usr/sbin %make + popd + +#altarator + pushd alterator + %make_build + popd + +%install +#bootloader + pushd design-bootloader-source + install -d -m 755 %buildroot/boot/splash/%theme + install -d -m 755 %buildroot/%_datadir/gfxboot/%theme + install -m 644 message %buildroot/boot/splash/%theme + install -m 644 bootlogo %buildroot%_datadir/gfxboot/%theme + popd + +#bootsplash +## create directory structure +mkdir -p $RPM_BUILD_ROOT/%_sysconfdir/bootsplash/themes/%theme +cp -a bootsplash/* $RPM_BUILD_ROOT%_sysconfdir/bootsplash/themes/%theme + +pushd $RPM_BUILD_ROOT%_sysconfdir/bootsplash/themes/%theme/config +#for i in 1 2 3 4 5 11; do \ +for i in 1; do \ + for f in bootsplash-*.cfg; do \ + res=`echo "$f"| sed 's|.*\-\(.*\)\.cfg|\1|'` + ln -s $f vt${i}-${res}.cfg + done +done +popd + +#alterator +pushd alterator +mkdir -p %buildroot/usr/share/alterator-browser-qt/design + +install theme.rcc %buildroot/usr/share/alterator-browser-qt/design/%theme.rcc + +mkdir -p %buildroot/usr/share/alterator/design/ +cp -a images %buildroot/usr/share/alterator/design/ +cp -a styles %buildroot/usr/share/alterator/design/ +popd + +mkdir -p %buildroot/%_altdir +cat >%buildroot/%_altdir/%name-browser-qt <<__EOF__ +/etc/alterator/design-browser-qt /usr/share/alterator-browser-qt/design/%theme.rcc 50 +__EOF__ + +#graphics +mkdir -p %buildroot/%_datadir/design/{%theme,backgrounds} +cp -ar graphics/* %buildroot/%_datadir/design/%theme + +pushd %buildroot/%_datadir/design/%theme + pushd backgrounds + ln -sf ../../../wallpapers more + popd +popd + +install -d %buildroot//etc/alternatives/packages.d +cat >%buildroot/etc/alternatives/packages.d/%name-graphics <<__EOF__ +%_datadir/artworks %_datadir/design/%theme 10 +%_datadir/design-current %_datadir/design/%theme 10 +%_datadir/design/current %_datadir/design/%theme 10 +__EOF__ + +#release +install -pD -m644 /dev/null %buildroot%_sysconfdir/buildreqs/packages/ignore.d/%name-release +echo "%Name %version %status (%codename)" >%buildroot%_sysconfdir/altlinux-release +for n in fedora redhat system; do + ln -s altlinux-release %buildroot%_sysconfdir/$n-release +done + +#notes +pushd notes +%makeinstall +popd + +#slideshow +mkdir -p %buildroot/usr/share/install2/slideshow +install slideshow/* %buildroot/usr/share/install2/slideshow/ + +#indexhtml +%define _altdocsdir %_defaultdocdir/alt-docs +%define _indexhtmldir %_altdocsdir/indexhtml +pushd indexhtml +mkdir -p %buildroot{%_indexhtmldir/,%_desktopdir/} +cp -r * %buildroot%_indexhtmldir/ +rm -f %buildroot%_indexhtmldir/*.in +touch %buildroot%_indexhtmldir/index.html +popd +install -m644 indexhtml.desktop %buildroot%_desktopdir/ + +#bootloader +%pre bootloader +[ -s /boot/splash/%theme ] && rm -fr /boot/splash/%theme ||: + +%post bootloader +%__ln_s -nf %theme/message /boot/splash/message +. /etc/sysconfig/i18n +lang=$(echo $LANG | cut -d. -f 1) +cd boot/splash/%theme/ +echo $lang > lang +[ "$lang" = "C" ] || echo lang | cpio -o --append -F message + + + +%preun bootloader +[ $1 = 0 ] || exit 0 +[ "`readlink /boot/splash/message`" != "%theme/message" ] || + %__rm -f /boot/splash/message + +%post indexhtml +%_sbindir/indexhtml-update + +%files bootloader +%_datadir/gfxboot/%theme +/boot/splash/%theme + +#bootsplash +%post bootsplash +%__ln_s -nf %theme %_sysconfdir/bootsplash/themes/current + +%preun bootsplash +[ $1 = 0 ] || exit 0 +[ "`readlink %_sysconfdir/bootsplash/themes/current`" != %theme ] || + %__rm -f %_sysconfdir/bootsplash/themes/current + + +%files alterator +%config %_altdir/%name-browser-qt +/usr/share/alterator-browser-qt/design/%theme.rcc +/usr/share/alterator/design/* + +%files graphics +%config /etc/alternatives/packages.d/%name-graphics +%_datadir/design + +%files bootsplash +%_sysconfdir/bootsplash/themes/%theme/ + + +%files release +%_sysconfdir/*-* +%_sysconfdir/buildreqs/packages/ignore.d/* + +%files notes +%_datadir/alt-notes/* + + +%files slideshow +/usr/share/install2/slideshow + +%files indexhtml +%ghost %_indexhtmldir/index.html +%_indexhtmldir/* +%_desktopdir/* + +%changelog +* Sat Jun 13 2009 Denis Koryavov 5.0.0-alt1 +- Fork from branding-altlinux-lite + +* Wed Apr 01 2009 Anton V. Boyarshinov 5.0.0-alt5 +- logo in www design fixed + +* Tue Mar 31 2009 Anton V. Boyarshinov 5.0.0-alt4 +- www design fixed + +* Tue Mar 31 2009 Anton V. Boyarshinov 5.0.0-alt3 +- conflicts for -alterator subpackages added +- design for web alterator changed + +* Mon Mar 30 2009 Anton V. Boyarshinov 5.0.0-alt2 +- -browser-qt subpackage remaned to -alterator as it really is + +* Fri Mar 27 2009 Anton V. Boyarshinov 5.0.0-alt1 +- addes \%status to altlinux-release +- images for verbose bootsplash mode from one source + +* Wed Mar 25 2009 Anton V. Boyarshinov 5.0-alt24 +- added versioned provides for indexhtml + +* Tue Mar 24 2009 Anton V. Boyarshinov 5.0-alt23 +- indexhtml subpackage added + +* Mon Mar 23 2009 Anton V. Boyarshinov 5.0-alt22 +- Lite version + +* Wed Mar 18 2009 Anton V. Boyarshinov 5.0-alt21 +- other images for browser-qt added +- gtkrcs added into kde4-settings +- plasma-applet-networkmanagenemt removed from kde4 by default +- conflicts bitween different brandings added + +* Thu Mar 05 2009 Anton V. Boyarshinov 5.0-alt20 +- steps icons added + +* Fri Feb 27 2009 Anton V. Boyarshinov 5.0-alt19 +- sample slideshow added + +* Wed Feb 25 2009 Anton V. Boyarshinov 5.0-alt18 +- 1024x768 removed :D +- more transparent menu selection bar + +* Tue Feb 24 2009 Anton V. Boyarshinov 5.0-alt17 +- 1024x768 added +- fonts changed + +* Thu Feb 19 2009 Anton V. Boyarshinov 5.0-alt16 +- not setup language in bootloader during install (when it is 'C') + +* Wed Feb 18 2009 Anton V. Boyarshinov 5.0-alt15 +- rebuild with new bootloader-source with support of real language change + +* Tue Feb 17 2009 Anton V. Boyarshinov 5.0-alt14 +- auto set default language for bootloader from /etc/sysconfig/i18n + +* Mon Feb 16 2009 Anton V. Boyarshinov 5.0-alt13 +- rebuild for fix oversized /boot/splash/message + +* Fri Feb 13 2009 Anton V. Boyarshinov 5.0-alt12 +- default language set to ru_RU for system boot + +* Wed Feb 11 2009 Anton V. Boyarshinov 5.0-alt11 +- fixed conflict of notes subpackage with itself + +* Tue Feb 10 2009 Anton V. Boyarshinov 5.0-alt10 +- more kde4 settings from zerg@ +- alternative and obsoletes for graphics added + +* Thu Feb 05 2009 Anton V. Boyarshinov 5.0-alt9 +- rebuild with new translations + +* Thu Feb 05 2009 Anton V. Boyarshinov 5.0-alt8 +- added kde4-settings subpackage + +* Wed Feb 04 2009 Anton V. Boyarshinov 5.0-alt7 +- added conflicts for notes + +* Mon Jan 26 2009 Anton V. Boyarshinov 5.0-alt6 +- xdm background fixed + +* Fri Jan 23 2009 Anton V. Boyarshinov 5.0-alt5 +- added 'notes' subpackage + +* Thu Jan 15 2009 Anton V. Boyarshinov 5.0-alt4 +- fixed problem with owerwritten alternative + +* Wed Jan 14 2009 Anton V. Boyarshinov 5.0-alt3 +- release subpackage added + +* Fri Dec 26 2008 Anton V. Boyarshinov 5.0-alt2 +- colors integration +- graphics package added + +* Thu Dec 18 2008 Anton V. Boyarshinov 5.0-alt1 +- initial sceleton +