Merge lp:~gilir/ubiquity-slideshow-ubuntu/lubuntu into lp:ubiquity-slideshow-ubuntu

Proposed by Julien Lavergne
Status: Merged
Merged at revision: 278
Proposed branch: lp:~gilir/ubiquity-slideshow-ubuntu/lubuntu
Merge into: lp:ubiquity-slideshow-ubuntu
Diff against target: 559 lines (+416/-1)
17 files modified
Makefile (+5/-1)
debian/changelog (+6/-0)
debian/control (+10/-0)
debian/ubiquity-slideshow-lubuntu.install (+1/-0)
generate-pot-files.sh (+1/-0)
slideshows/lubuntu/slides/abiword-gnumeric.html (+14/-0)
slideshows/lubuntu/slides/chromium-browser.html (+14/-0)
slideshows/lubuntu/slides/gnome-mplayer.html (+15/-0)
slideshows/lubuntu/slides/help.html (+15/-0)
slideshows/lubuntu/slides/index.html (+49/-0)
slideshows/lubuntu/slides/link/general.css (+216/-0)
slideshows/lubuntu/slides/lxde.html (+13/-0)
slideshows/lubuntu/slides/pidgin.html (+14/-0)
slideshows/lubuntu/slides/sylpheed.html (+14/-0)
slideshows/lubuntu/slides/synaptic.html (+14/-0)
slideshows/lubuntu/slides/welcome.html (+12/-0)
slideshows/lubuntu/slideshow.conf (+3/-0)
To merge this branch: bzr merge lp:~gilir/ubiquity-slideshow-ubuntu/lubuntu
Reviewer Review Type Date Requested Status
Dylan McCall Approve
Review via email: mp+32133@code.launchpad.net

Description of the change

Proposed branch add support for lubuntu slideshow (see also bug 614721)

To post a comment you must log in.
Revision history for this message
Dylan McCall (dylanmccall) wrote :

Sorry this is taking me a while, Julien. I'll be reviewing it (and probably merging it) in a few days!

Is there a blueprint or a discussion on the Lubuntu mailing lists on this? I like to be sure a package is in a derivative's plan before releasing something with its name on it :)

Revision history for this message
Julien Lavergne (gilir) wrote :

Thanks Dylan.

I announced it on the mailing sometimes ago : https://lists.launchpad.net/lubuntu-desktop/msg01857.html

Also, the first version is in the Alpha 3 : https://lists.launchpad.net/lubuntu-desktop/msg02126.html . It's not something completely secret :)

If you need more information, or any modifications, just let me know :)

Revision history for this message
Dylan McCall (dylanmccall) wrote :

Okay, looks like you got everything! I just merged it and updated the .pot files! :)

review: Approve
Revision history for this message
Julien Lavergne (gilir) wrote :

Thank you Dylan :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2010-03-13 04:27:06 +0000
+++ Makefile 2010-08-09 17:57:46 +0000
@@ -4,7 +4,7 @@
4BUILD=$(SOURCE)/build4BUILD=$(SOURCE)/build
5SOURCESLIDES=$(SOURCE)/slideshows5SOURCESLIDES=$(SOURCE)/slideshows
66
7all: clean build_ubuntu build_kubuntu build_xubuntu build_ubuntu-upgrade translations7all: clean build_ubuntu build_kubuntu build_xubuntu build_ubuntu-upgrade build_lubuntu translations
88
9build_init:9build_init:
10 mkdir -p $(BUILD)10 mkdir -p $(BUILD)
@@ -21,11 +21,15 @@
21build_xubuntu: build_init21build_xubuntu: build_init
22 cp -rL $(SOURCESLIDES)/xubuntu $(BUILD)22 cp -rL $(SOURCESLIDES)/xubuntu $(BUILD)
2323
24build_lubuntu: build_init
25 cp -rL $(SOURCESLIDES)/lubuntu $(BUILD)
26
24translations:27translations:
25 ./generate-local-slides.sh ubuntu28 ./generate-local-slides.sh ubuntu
26 ./generate-local-slides.sh ubuntu-upgrade29 ./generate-local-slides.sh ubuntu-upgrade
27 ./generate-local-slides.sh kubuntu30 ./generate-local-slides.sh kubuntu
28 ./generate-local-slides.sh xubuntu31 ./generate-local-slides.sh xubuntu
32 ./generate-local-slides.sh lubuntu
2933
30.PHONY : clean34.PHONY : clean
3135
3236
=== modified file 'debian/changelog'
--- debian/changelog 2010-06-25 16:33:43 +0000
+++ debian/changelog 2010-08-09 17:57:46 +0000
@@ -1,3 +1,9 @@
1ubiquity-slideshow-ubuntu (24~ppa1) maverick; urgency=low
2
3 * Add a slideshow for Lubuntu.
4
5 -- Julien Lavergne <gilir@ubuntu.com> Fri, 09 Jul 2010 19:28:07 +0200
6
1ubiquity-slideshow-ubuntu (23) maverick; urgency=low7ubiquity-slideshow-ubuntu (23) maverick; urgency=low
28
3 * Bump version numbers to 10.10. Many slides still need to be rewritten;9 * Bump version numbers to 10.10. Many slides still need to be rewritten;
410
=== modified file 'debian/control'
--- debian/control 2010-06-25 16:32:44 +0000
+++ debian/control 2010-08-09 17:57:46 +0000
@@ -47,3 +47,13 @@
47Description: Ubiquity slideshow for Xubuntu47Description: Ubiquity slideshow for Xubuntu
48 A slideshow intended for the Ubiquity installer, designed as a quick 48 A slideshow intended for the Ubiquity installer, designed as a quick
49 introduction to Xubuntu.49 introduction to Xubuntu.
50
51Package: ubiquity-slideshow-lubuntu
52Architecture: all
53Provides: ubiquity-slideshow
54Conflicts: ubiquity-slideshow
55Replaces: ubiquity-slideshow
56Depends: ${misc:Depends}
57Description: Ubiquity slideshow for Lubuntu
58 A slideshow intended for the Ubiquity installer, designed as a quick
59 introduction to Lubuntu.
5060
=== added file 'debian/ubiquity-slideshow-lubuntu.install'
--- debian/ubiquity-slideshow-lubuntu.install 1970-01-01 00:00:00 +0000
+++ debian/ubiquity-slideshow-lubuntu.install 2010-08-09 17:57:46 +0000
@@ -0,0 +1,1 @@
1build/lubuntu/* /usr/share/ubiquity-slideshow
02
=== modified file 'generate-pot-files.sh'
--- generate-pot-files.sh 2010-02-26 12:38:43 +0000
+++ generate-pot-files.sh 2010-08-09 17:57:46 +0000
@@ -19,3 +19,4 @@
19mkpo "ubuntu-upgrade"19mkpo "ubuntu-upgrade"
20mkpo "kubuntu"20mkpo "kubuntu"
21mkpo "xubuntu"21mkpo "xubuntu"
22mkpo "lubuntu"
2223
=== added directory 'po/lubuntu'
=== added directory 'slideshows/lubuntu'
=== added directory 'slideshows/lubuntu/slides'
=== added file 'slideshows/lubuntu/slides/abiword-gnumeric.html'
--- slideshows/lubuntu/slides/abiword-gnumeric.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/abiword-gnumeric.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,14 @@
1<div class="header"><h1 class="title">Abiword and Gnumeric</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>Lubuntu comes with <em>Abiword and Gnumeric</em>, lightweight alternatives for OpenOffice.</li>
7 <li>You can create and edit documents like spreadsheets and letters.</li>
8 <li>More information on <a href="http://www.abisource.com/">Abiword</a> and <a href="http://projects.gnome.org/gnumeric/">Gnumeric websites</a>.</li>
9</ul>
10</div>
11
12</div>
13
14<img class="icon" src="icons/office.png" alt="" />
015
=== added file 'slideshows/lubuntu/slides/chromium-browser.html'
--- slideshows/lubuntu/slides/chromium-browser.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/chromium-browser.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,14 @@
1<div class="header"><h1 class="title">Internet with Chromium</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>Lubuntu is shipped with <em>Chromium</em>, the open-source version of Chrome, a browser developed by Google.</li>
7 <li>It's fast with a clean user interface.</li>
8 <li>More information on the <a href="http://sites.google.com/a/chromium.org/dev/Home">Chromium website</a>.</li>
9</ul>
10</div>
11
12</div>
13
14<img class="icon" src="icons/chromium.png" alt="" />
015
=== added file 'slideshows/lubuntu/slides/gnome-mplayer.html'
--- slideshows/lubuntu/slides/gnome-mplayer.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/gnome-mplayer.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,15 @@
1<div class="header"><h1 class="title">Videos with gnome-mplayer</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>You will be able to watch videos with <em>gnome-mplayer</em>, a fast video player using mplayer.</li>
7 <li>Support for many formats is included.</li>
8 <li>You can also obtain additional non-free support by installing the lubuntu-restricted-extras package. </li>
9 <li>More information on <a href="http://sites.google.com/site/kdekorte2/gnomemplayer">gnome-mplayer website.</a></li>
10</ul>
11</div>
12
13</div>
14
15<img class="icon" src="icons/gnome-mplayer.png" alt="" />
016
=== added file 'slideshows/lubuntu/slides/help.html'
--- slideshows/lubuntu/slides/help.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/help.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,15 @@
1<div class="header"><h1 class="title">Getting Help</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>If you need help, you can contact us :</li>
7 <li><!-- The url should not be translated -->Using the <a href="https://wiki.ubuntu.com/Lubuntu/ContactUs">wiki page</a>.</li>
8 <li>On the mailing list, subscribe on <a href="https://launchpad.net/~lubuntu-desktop">the page</a>.</li>
9 <li>On the IRC chan #lubuntu on irc.freenode.net.</li>
10</ul>
11
12<p class="footer">The installation will finish soon. We hope you enjoy Lubuntu.</p></div>
13</div>
14
15<img class="icon" src="icons/help.png" alt="" />
016
=== added directory 'slideshows/lubuntu/slides/icons'
=== added file 'slideshows/lubuntu/slides/icons/chromium.png'
1Binary files slideshows/lubuntu/slides/icons/chromium.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/chromium.png 2010-08-09 17:57:46 +0000 differ17Binary files slideshows/lubuntu/slides/icons/chromium.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/chromium.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/icons/gnome-mplayer.png'
2Binary files slideshows/lubuntu/slides/icons/gnome-mplayer.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/gnome-mplayer.png 2010-08-09 17:57:46 +0000 differ18Binary files slideshows/lubuntu/slides/icons/gnome-mplayer.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/gnome-mplayer.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/icons/help.png'
3Binary files slideshows/lubuntu/slides/icons/help.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/help.png 2010-08-09 17:57:46 +0000 differ19Binary files slideshows/lubuntu/slides/icons/help.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/help.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/icons/lxde.png'
4Binary files slideshows/lubuntu/slides/icons/lxde.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/lxde.png 2010-08-09 17:57:46 +0000 differ20Binary files slideshows/lubuntu/slides/icons/lxde.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/lxde.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/icons/office.png'
5Binary files slideshows/lubuntu/slides/icons/office.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/office.png 2010-08-09 17:57:46 +0000 differ21Binary files slideshows/lubuntu/slides/icons/office.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/office.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/icons/pidgin.png'
6Binary files slideshows/lubuntu/slides/icons/pidgin.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/pidgin.png 2010-08-09 17:57:46 +0000 differ22Binary files slideshows/lubuntu/slides/icons/pidgin.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/pidgin.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/icons/sylpheed.png'
7Binary files slideshows/lubuntu/slides/icons/sylpheed.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/sylpheed.png 2010-08-09 17:57:46 +0000 differ23Binary files slideshows/lubuntu/slides/icons/sylpheed.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/sylpheed.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/icons/synaptic.png'
8Binary files slideshows/lubuntu/slides/icons/synaptic.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/synaptic.png 2010-08-09 17:57:46 +0000 differ24Binary files slideshows/lubuntu/slides/icons/synaptic.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/synaptic.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/icons/welcome.png'
9Binary files slideshows/lubuntu/slides/icons/welcome.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/welcome.png 2010-08-09 17:57:46 +0000 differ25Binary files slideshows/lubuntu/slides/icons/welcome.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/icons/welcome.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/index.html'
--- slideshows/lubuntu/slides/index.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/index.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,49 @@
1<!DOCTYPE html>
2
3<html lang="en">
4
5<head>
6 <title>ubiquity-slideshow-lubuntu</title>
7
8 <link href="link/general.css" rel="stylesheet" type="text/css" />
9
10 <base target="_blank" />
11
12 <script type="text/javascript" src="link-core/prototype.js"></script>
13 <script type="text/javascript" src="link-core/effects.js"></script>
14 <script type="text/javascript" src="link-core/fastinit.js"></script>
15 <script type="text/javascript" src="link-core/crossfade.js"></script>
16 <script type="text/javascript" src="directory.js"></script>
17 <script type="text/javascript" src="link-core/slideshow.js"></script>
18</head>
19
20<body>
21
22<div id="container">
23 <div id="slideshow">
24
25 <!-- Slides go here. Simply place the following snippet
26 in the order you wish it to appear, replacing "MY SLIDE"
27 with the filename of your slide.
28 <div><a href="MY SLIDE" class="load"></a></div> -->
29 <div><a href="welcome.html" class="load"></a></div>
30 <div><a href="lxde.html" class="load"></a></div>
31 <div><a href="chromium-browser.html" class="load"></a></div>
32 <div><a href="abiword-gnumeric.html" class="load"></a></div>
33 <div><a href="gnome-mplayer.html" class="load"></a></div>
34 <div><a href="pidgin.html" class="load"></a></div>
35 <div><a href="sylpheed.html" class="load"></a></div>
36 <div><a href="synaptic.html" class="load"></a></div>
37 <div><a href="help.html" class="load"></a></div>
38 </div>
39</div>
40
41<div id="debug-controls">
42<input type="button" id="prev-slide" value="&lt;"/>
43<input type="text" id="current-slide" />
44<input type="button" id="next-slide" value="&gt;"/>
45</div>
46
47</body>
48
49</html>
050
=== added directory 'slideshows/lubuntu/slides/link'
=== added symlink 'slideshows/lubuntu/slides/link-core'
=== target is u'../../link-core'
=== added file 'slideshows/lubuntu/slides/link/background.png'
1Binary files slideshows/lubuntu/slides/link/background.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/link/background.png 2010-08-09 17:57:46 +0000 differ51Binary files slideshows/lubuntu/slides/link/background.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/link/background.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/link/background.rtl.png'
2Binary files slideshows/lubuntu/slides/link/background.rtl.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/link/background.rtl.png 2010-08-09 17:57:46 +0000 differ52Binary files slideshows/lubuntu/slides/link/background.rtl.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/link/background.rtl.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/link/bullet-point.png'
3Binary files slideshows/lubuntu/slides/link/bullet-point.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/link/bullet-point.png 2010-08-09 17:57:46 +0000 differ53Binary files slideshows/lubuntu/slides/link/bullet-point.png 1970-01-01 00:00:00 +0000 and slideshows/lubuntu/slides/link/bullet-point.png 2010-08-09 17:57:46 +0000 differ
=== added file 'slideshows/lubuntu/slides/link/general.css'
--- slideshows/lubuntu/slides/link/general.css 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/link/general.css 2010-08-09 17:57:46 +0000
@@ -0,0 +1,216 @@
1html, body {
2 margin:0;
3 padding:0;
4
5 background-color:#F0F2F4;
6
7 font-family:sans-serif;
8 color:#000000;
9}
10
11/*
12Hyperlink-style text
13*/
14a {
15 color:#731444;
16 font-style:italic;
17 text-decoration:none;
18}
19
20#container {
21 position:absolute;
22
23 width:798px;
24 height:451px;
25
26 overflow:hidden;
27
28 background-image:url('background.png');
29 background-repeat:no-repeat;
30 background-position:top right;
31
32 background-color:#F0F2F4;
33
34 /*cursor:default;*/
35}
36
37#debug-controls {
38 display:none;
39 position:absolute;
40 top:470px;
41 width:798px;
42 text-align:center;
43}
44
45#debug-controls input {
46 width:40px;
47}
48
49#debug-controls input#current-slide {
50 width:680px;
51}
52
53/* fixed container to align title */
54.header {
55 position:fixed; /* FIXME: This is a terrible hack to keep the header from moving during a transition */
56 top:0px;
57 height:176px;
58}
59
60/* title block is positioned at the bottom of its parent, which should be .header */
61.title {
62 position:absolute;
63
64 bottom:12px;
65 width:385px; /* the ideal width would leave more space on the right */
66 left:36px; /* matches padding of .content and .content ul: 16 + 20 */
67
68 font-size:20px; /* applies to all lines except first */
69 font-weight:normal;
70
71 letter-spacing:-1px;
72
73 color:#ffffff;
74
75 padding:0px;
76 margin:0px;
77}
78.title:first-line {
79 font-size:28px;
80}
81
82/*
83Typically an image. This is positioned at the top right of a slide.
84Icons should be 215x156 pixels tall, though some can overflow with a height
85of 215px. The actual content should be 128x128px. (The rest is padding).
86*/
87.icon {
88 /* FIXME: This is a horrible hack to keep the title from moving during slide transition */
89 position:fixed; /* was position:absolute */
90
91 top:20px;
92 left:549px;
93 width:215px;
94 height:auto;
95
96 z-index:11;
97 border:0px;
98}
99.icon#firefox {
100 top:47px;
101 left:590px;
102 width:128px;
103 height:auto;
104}
105
106/*
107.content expects to be contained in here. .main
108creates a nice, plain surface upon which it can
109appear, spaced appropriately from .title.
110*/
111.main {
112 position:absolute;
113
114 top:163px;
115 left:0px;
116
117 width:100%;
118 height:288px;
119
120 padding-right:60px;
121
122 z-index:12;
123}
124
125/*
126Slide's body text goes inside here.
127*/
128.content {
129 padding:16px;
130 padding-top:32px;
131
132 font-size:14px;
133 color:#484848;
134}
135
136.content ul {
137 margin-top:0px;
138 padding-left:20px;
139
140 width:726px; /* was 650px */
141 height:223px;
142
143 line-height:1.4em;
144
145 overflow:auto;
146
147 list-style-type:none;
148 list-style-image:url("bullet-point.png");
149}
150
151.content li {
152 padding:8px;
153 padding-left:0px;
154}
155/* hack to get the text wrapping around the icon. If we could do this for
156ul :first-line, there would be less room for failure. */
157.content.wrap-top li:first-child {
158 width:550px;
159}
160
161.content .footer {
162 position:relative;
163 width:100%;
164 padding:0px;
165 margin:0px;
166 bottom:10px;
167 text-align:right;
168
169 font-weight:bold;
170 color:#333333;
171}
172
173.content img.inline {
174 height:14px;
175 width:auto;
176}
177
178/*
179This rule disables drag-and-drop for images. See bug #448703.
180*/
181img {
182 -webkit-user-drag: none;
183}
184
185
186
187/* RTL stuff */
188.rtl {
189 direction:rtl;
190}
191.rtl #container {
192 background-image:url('background.rtl.png');
193 background-repeat:no-repeat;
194 background-position:top left;
195}
196/* TODO: NEED reversed title and icon for RTL */
197.rtl .title {
198 left:377px;
199}
200.rtl .icon {
201 /* FIXME: This is a horrible hack to keep the title from moving during slide transition */
202 position:fixed; /* was position:absolute */
203
204 left:34px;
205}
206.rtl .icon#firefox {
207 left:80px;
208}
209.rtl .main {
210 right:0px;
211 padding-right:0px;
212 padding-left:60px;
213}
214.rtl .content .footer {
215 text-align:left;
216}
0217
=== added file 'slideshows/lubuntu/slides/lxde.html'
--- slideshows/lubuntu/slides/lxde.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/lxde.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,13 @@
1<div class="header"><h1 class="title">Based on LXDE Desktop</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>Lubuntu is based on <em>LXDE Desktop Environment</em>, a fast-performing and energy-saving desktop environment.</li>
7 <li><!-- The url "lxde.org" should not be translated -->More information on the <a href="http://lxde.org">LXDE website</a>.</li>
8</ul>
9</div>
10
11</div>
12
13<img class="icon" src="icons/lxde.png" alt="" />
014
=== added file 'slideshows/lubuntu/slides/pidgin.html'
--- slideshows/lubuntu/slides/pidgin.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/pidgin.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,14 @@
1<div class="header"><h1 class="title">Chatting with your friends</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>With <em>Pidgin</em>, you will be able to chat with your friends.</li>
7 <li>Go to the menu, and click on Pidgin icon to connect to many Instant Message services, such as Jabber or Windows Live.</li>
8 <li>More information on <a href="http://pidgin.im/">Pidgin website</a>.</li>
9</ul>
10</div>
11
12</div>
13
14<img class="icon" src="icons/pidgin.png" alt="" />
015
=== added file 'slideshows/lubuntu/slides/sylpheed.html'
--- slideshows/lubuntu/slides/sylpheed.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/sylpheed.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,14 @@
1<div class="header"><h1 class="title">Checking your emails</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>Lubuntu provides a mail client named <em>Sylpheed</em>.</li>
7 <li>It will allow you to check your email messages, and read them even if you are offline.</li>
8 <li>More information on <a href="http://sylpheed.sraoss.jp/en/">Sylpheed website</a>.</li>
9</ul>
10</div>
11
12</div>
13
14<img class="icon" src="icons/sylpheed.png" alt="" />
015
=== added file 'slideshows/lubuntu/slides/synaptic.html'
--- slideshows/lubuntu/slides/synaptic.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/synaptic.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,14 @@
1<div class="header"><h1 class="title">Installing softwares</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>With Lubuntu, you have access to the whole Ubuntu repository and all the software included.</li>
7 <li>Go to the menu, click on Preferences and <em>Synaptic Software Manager</em>.</li>
8 <li>You can search for software by clicking on the Search button.</li>
9</ul>
10</div>
11
12</div>
13
14<img class="icon" src="icons/synaptic.png" alt="" />
015
=== added file 'slideshows/lubuntu/slides/welcome.html'
--- slideshows/lubuntu/slides/welcome.html 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slides/welcome.html 2010-08-09 17:57:46 +0000
@@ -0,0 +1,12 @@
1<div class="header"><h1 class="title">Welcome</h1></div>
2
3<div class="main">
4
5<div class="content wrap-top"><ul>
6 <li>Thank you for choosing Lubuntu 10.10.</li>
7</ul>
8<p class="footer">Lubuntu is designed to be easy and fast. Feel free to explore!</p></div>
9
10</div>
11
12<img class="icon" src="icons/welcome.png" alt="" />
013
=== added file 'slideshows/lubuntu/slideshow.conf'
--- slideshows/lubuntu/slideshow.conf 1970-01-01 00:00:00 +0000
+++ slideshows/lubuntu/slideshow.conf 2010-08-09 17:57:46 +0000
@@ -0,0 +1,3 @@
1[Slideshow]
2width:798
3height:451

Subscribers

People subscribed via source and target branches