Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
0fb2eae5
Commit
0fb2eae5
authored
Sep 18, 2009
by
Stanislav Ievlev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- made indexhtml as a component
- partial sync between CSS for indexhtml and for alterator
parent
aa6f048d
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
83 additions
and
40 deletions
+83
-40
Makefile.in
Makefile.in
+1
-1
branding.spec
branding.spec
+7
-14
components.mk
components.mk
+11
-0
alt-linux-team.png
components/indexhtml/img/alt-linux-team.png
+0
-0
bullet.png
components/indexhtml/img/bullet.png
+0
-0
gradient-top.png
components/indexhtml/img/gradient-top.png
+0
-0
null.gif
components/indexhtml/img/null.gif
+0
-0
index.css.in
components/indexhtml/index.css.in
+26
-5
indexhtml.desktop.in
components/indexhtml/indexhtml.desktop.in
+0
-0
configure.ac
configure.ac
+5
-5
altlinux-logo.png
indexhtml/img/altlinux-logo.png
+0
-0
index-en.html.in
notes/index-en.html.in
+11
-5
index-ru.html.in
notes/index-ru.html.in
+11
-5
index-uk.html.in
notes/index-uk.html.in
+11
-5
No files found.
Makefile.in
View file @
0fb2eae5
...
...
@@ -15,4 +15,4 @@ all:
mv
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
"kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
include
components.mk
install
:
browser-qt ahttpd boot
install
:
browser-qt ahttpd boot
indexhtml
branding.spec
View file @
0fb2eae5
...
...
@@ -293,17 +293,6 @@ popd
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 %buildroot%_indexhtmldir/indexhtml.desktop
touch %buildroot%_indexhtmldir/index.html
install -m644 indexhtml.desktop %buildroot%_desktopdir/
popd
#xfce-settings
pushd xfce-settings
mkdir -p %buildroot/etc/skel/.config/xfce4/desktop
...
...
@@ -413,10 +402,14 @@ cat /etc/sysconfig/xinitrc.xfce >> /etc/sysconfig/xinitrc
%files slideshow
/usr/share/install2/slideshow
%define indexhtmldir %_datadir/doc/alt-docs/indexhtml
%files indexhtml
%ghost %_indexhtmldir/index.html
%_indexhtmldir/*
%_desktopdir/*
%ghost %indexhtmldir/index.html
%indexhtmldir/index-*.html
%indexhtmldir/index.css
%indexhtmldir/img
%_desktopdir/indexhtml.desktop
%files xfce-settings
/etc/skel/Templates
...
...
components.mk
View file @
0fb2eae5
...
...
@@ -39,3 +39,14 @@ boot:
install -d -m 755 $(datadir)/gfxboot/$(THEME)
install -m 644 design-bootloader-source/message $(sysconfdir)/../boot/splash/$(THEME)
install -m 644 design-bootloader-source/bootlogo $(datadir)/gfxboot/$(THEME)
# index html page, start page for all local browsers
INDEXHTML_DIR=$(datadir)/doc/alt-docs/indexhtml
indexhtml:
for i in notes/index*.html components/indexhtml/*.css;do \
install -Dpm644 $$i $(INDEXHTML_DIR)/`basename $$i`; \
done
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
cp -a components/indexhtml/img $(INDEXHTML_DIR)
[ ! -f images/logo.png ] || convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "$(VERSION) $(NAME)"' $(INDEXHTML_DIR)/img/logo.png
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
indexhtml/img/alt-linux-team.png
→
components/
indexhtml/img/alt-linux-team.png
View file @
0fb2eae5
File moved
indexhtml/img/bullet.png
→
components/
indexhtml/img/bullet.png
View file @
0fb2eae5
File moved
indexhtml/img/bg
.png
→
components/indexhtml/img/gradient-top
.png
View replaced file @
aa6f048d
View file @
0fb2eae5
175 Bytes
|
W:
|
H:
237 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
components/indexhtml/img/null.gif
0 → 100644
View file @
0fb2eae5
43 Bytes
indexhtml/index.css.in
→
components/
indexhtml/index.css.in
View file @
0fb2eae5
/* Stylesheet for index file */
body {
font-family: Verdana,'DejaVu Sans',Helvetica,sans;
text-align: left;
font-size: 12px;
background: #@LIGHT_COLOR_HEX@;
background-image: url('img/bg.png');
background-color: #@MIDDLE_COLOR_HEX@;
color: #@MIDDLE_LABELS_HEX@;
margin: 0px;
padding: 10px;
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9pt;
}
.shadow { position:relative; display:block; color:black; }
...
...
@@ -107,3 +108,23 @@ div#lang {
padding: 0.2em;
border: 1px solid #@DARK_COLOR_HEX@;
}
/* top line */
#top {
text-align:left;
background: url('img/gradient-top.png') 0% 0% repeat-x;
padding: 0.25em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
}
#product-logo {
background: url('img/logo.png') no-repeat;
width: 275px;
height: 30px;
border: 0px;
}
indexhtml/indexhtml.desktop.in
→
components/
indexhtml/indexhtml.desktop.in
View file @
0fb2eae5
File moved
configure.ac
View file @
0fb2eae5
...
...
@@ -48,11 +48,11 @@ AC_CONFIG_FILES([
notes/release-notes.all.html
notes/license.ru.html
notes/license.all.html
indexhtml/indexhtml.desktop
indexhtml/index-ru
.html
indexhtml/index-uk
.html
indexhtml/index-en.html
indexhtml/index.css
notes/index-ru.html
notes/index-uk
.html
notes/index-en
.html
components/indexhtml/indexhtml.desktop
components/
indexhtml/index.css
gnome-settings/gtkrc
gnome-settings/index.theme
gnome-settings/metacity-theme-1.xml
...
...
indexhtml/img/altlinux-logo.png
deleted
100644 → 0
View file @
aa6f048d
2.4 KB
indexhtml
/index-en.html.in
→
notes
/index-en.html.in
View file @
0fb2eae5
...
...
@@ -9,6 +9,17 @@
<body>
<div
id=
"top"
>
<table>
<tbody>
<tr>
<td
style=
"text-align:left;width:100%"
><img
id=
"product-logo"
src=
"img/null.gif"
/></td>
<td
style=
"text-align:right"
><img
id=
"brand-logo"
src=
"img/null.gif"
/></td>
</tr>
</tbody>
</table>
</div>
<div
id=
lang
>
<a
href=
"index-ru.html"
>
Русский
</a>
|
<a
href=
"index-uk.html"
>
Українська
</a>
...
...
@@ -16,11 +27,6 @@
<div
id=
"content"
>
<table
border=
"0"
cellspacing=
"10"
><tr>
<td><img
src=
"img/altlinux-logo.png"
width=
"95"
height=
"84"
style=
"margin-right: 15px;"
></td>
<td
width=
"99%"
valign=
"bottom"
><h1
class=
"shadow"
title=
"@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@"
><nobr>
@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@
</nobr></h1></td>
</tr></table>
<div
id=
"main"
>
<div
id=
"pane"
>
...
...
indexhtml
/index-ru.html.in
→
notes
/index-ru.html.in
View file @
0fb2eae5
...
...
@@ -9,6 +9,17 @@
<body>
<div
id=
"top"
>
<table>
<tbody>
<tr>
<td
style=
"text-align:left;width:100%"
><img
id=
"product-logo"
src=
"img/null.gif"
/></td>
<td
style=
"text-align:right"
><img
id=
"brand-logo"
src=
"img/null.gif"
/></td>
</tr>
</tbody>
</table>
</div>
<div
id=
lang
>
<a
href=
"index-en.html"
>
English
</a>
|
<a
href=
"index-uk.html"
>
Українська
</a>
...
...
@@ -16,11 +27,6 @@
<div
id=
"content"
>
<table
border=
"0"
cellspacing=
"10"
><tr>
<td><img
src=
"img/altlinux-logo.png"
width=
"95"
height=
"84"
style=
"margin-right: 15px;"
></td>
<td
width=
"99%"
valign=
"bottom"
><h1
class=
"shadow"
title=
"@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@"
><nobr>
@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@
</nobr></h1></td>
</tr></table>
<div
id=
"main"
>
<div
id=
"pane"
>
...
...
indexhtml
/index-uk.html.in
→
notes
/index-uk.html.in
View file @
0fb2eae5
...
...
@@ -9,6 +9,17 @@
<body>
<div
id=
"top"
>
<table>
<tbody>
<tr>
<td
style=
"text-align:left;width:100%"
><img
id=
"product-logo"
src=
"img/null.gif"
/></td>
<td
style=
"text-align:right"
><img
id=
"brand-logo"
src=
"img/null.gif"
/></td>
</tr>
</tbody>
</table>
</div>
<div
id=
lang
>
<a
href=
"index-en.html"
>
English
</a>
|
<a
href=
"index-ru.html"
>
Русский
</a>
...
...
@@ -16,11 +27,6 @@
<div
id=
"content"
>
<table
border=
"0"
cellspacing=
"10"
><tr>
<td><img
src=
"img/altlinux-logo.png"
width=
"95"
height=
"84"
style=
"margin-right: 15px;"
></td>
<td
width=
"99%"
valign=
"bottom"
><h1
class=
"shadow"
title=
"@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@"
><nobr>
@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@
</nobr></h1></td>
</tr></table>
<div
id=
"main"
>
<div
id=
"pane"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment