Merge lp:~noskcaj/ubiquity-slideshow-ubuntu/xubuntu-oem into lp:ubiquity-slideshow-ubuntu

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubiquity-slideshow-ubuntu/xubuntu-oem
Merge into: lp:ubiquity-slideshow-ubuntu
Diff against target: 903 lines (+727/-1)
17 files modified
Makefile (+5/-1)
debian/changelog (+6/-0)
debian/control (+9/-0)
debian/oem-config-slideshow-xubuntu.install (+1/-0)
generate-pot-files.sh (+1/-0)
po/oem-config-xubuntu/slideshow-oem-config-xubuntu.pot (+292/-0)
slideshows/oem-config-xubuntu/slides/00_welcome.html (+12/-0)
slideshows/oem-config-xubuntu/slides/01_web.html (+17/-0)
slideshows/oem-config-xubuntu/slides/02_messaging.html (+15/-0)
slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html (+15/-0)
slideshows/oem-config-xubuntu/slides/04_office.html (+17/-0)
slideshows/oem-config-xubuntu/slides/05_desktop.html (+21/-0)
slideshows/oem-config-xubuntu/slides/06_explore.html (+18/-0)
slideshows/oem-config-xubuntu/slides/07_thanks.html (+12/-0)
slideshows/oem-config-xubuntu/slides/index.html (+48/-0)
slideshows/oem-config-xubuntu/slides/link/base.css (+235/-0)
slideshows/oem-config-xubuntu/slideshow.conf (+3/-0)
To merge this branch: bzr merge lp:~noskcaj/ubiquity-slideshow-ubuntu/xubuntu-oem
Reviewer Review Type Date Requested Status
Ubiquity Slideshow Pending
Review via email: mp+178005@code.launchpad.net

Description of the change

Added xubuntu OEM slideshow

To post a comment you must log in.

Unmerged revisions

569. By Jackson Doak

Added Xubuntu OEM slideshow

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2012-10-08 23:06:11 +0000
+++ Makefile 2013-08-01 06:39:32 +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_lubuntu build_edubuntu build_ubuntustudio build_ubuntu-gnome build_oem-config-ubuntu translations7all: clean build_ubuntu build_kubuntu build_xubuntu build_lubuntu build_edubuntu build_ubuntustudio build_ubuntu-gnome build_oem-config-ubuntu build_oem-config-xubuntu translations
88
9build_init:9build_init:
10 mkdir -p $(BUILD)10 mkdir -p $(BUILD)
@@ -33,6 +33,9 @@
33build_oem-config-ubuntu: build_init33build_oem-config-ubuntu: build_init
34 cp -rL $(SOURCESLIDES)/oem-config-ubuntu $(BUILD)34 cp -rL $(SOURCESLIDES)/oem-config-ubuntu $(BUILD)
3535
36build_oem-config-xubuntu: build_init
37 cp -rL $(SOURCESLIDES)/oem-config-xubuntu $(BUILD)
38
36translations:39translations:
37 python generate-local-slides.py ubuntu40 python generate-local-slides.py ubuntu
38 python generate-local-slides.py kubuntu41 python generate-local-slides.py kubuntu
@@ -42,6 +45,7 @@
42 python generate-local-slides.py ubuntustudio45 python generate-local-slides.py ubuntustudio
43 python generate-local-slides.py ubuntu-gnome46 python generate-local-slides.py ubuntu-gnome
44 python generate-local-slides.py oem-config-ubuntu47 python generate-local-slides.py oem-config-ubuntu
48 python generate-local-slides.py oem-config-xubuntu
4549
46.PHONY : clean50.PHONY : clean
4751
4852
=== modified file 'debian/changelog'
--- debian/changelog 2013-07-26 13:44:56 +0000
+++ debian/changelog 2013-08-01 06:39:32 +0000
@@ -1,3 +1,9 @@
1ubiquity-slideshow-ubuntu (3) saucy; urgency=low
2
3 * Added oem-config-xubuntu slideshow
4
5 -- Jackson Doak <noskcaj@ubuntu.com> Thu, 01 Aug 2013 08:10:21 +1000
6
1ubiquity-slideshow-ubuntu (72) saucy; urgency=low7ubiquity-slideshow-ubuntu (72) saucy; urgency=low
28
3 [ Shrinivasan T ]9 [ Shrinivasan T ]
410
=== modified file 'debian/control'
--- debian/control 2013-03-21 14:02:19 +0000
+++ debian/control 2013-08-01 06:39:32 +0000
@@ -88,3 +88,12 @@
88 A slideshow intended for the post-OEM-install configuration, designed88 A slideshow intended for the post-OEM-install configuration, designed
89 as a quick introduction to Ubuntu.89 as a quick introduction to Ubuntu.
9090
91Package: oem-config-slideshow-xubuntu
92Architecture: all
93Provides: oem-config-slideshow
94Conflicts: oem-config-slideshow
95Replaces: oem-config-slideshow
96Depends: ${misc:Depends}
97Description: OEM slideshow for Xubuntu
98 A slideshow intended for the post-OEM-install configuration, designed
99 as a quick introduction to Xubuntu.
91100
=== added file 'debian/oem-config-slideshow-xubuntu.install'
--- debian/oem-config-slideshow-xubuntu.install 1970-01-01 00:00:00 +0000
+++ debian/oem-config-slideshow-xubuntu.install 2013-08-01 06:39:32 +0000
@@ -0,0 +1,1 @@
1build/oem-config-xubuntu/* /usr/share/oem-config-slideshow
02
=== modified file 'generate-pot-files.sh'
--- generate-pot-files.sh 2012-10-08 20:15:12 +0000
+++ generate-pot-files.sh 2013-08-01 06:39:32 +0000
@@ -23,3 +23,4 @@
23mkpo "ubuntustudio"23mkpo "ubuntustudio"
24mkpo "ubuntu-gnome"24mkpo "ubuntu-gnome"
25mkpo "oem-config-ubuntu"25mkpo "oem-config-ubuntu"
26mkpo "oem-config-xubuntu"
2627
=== added directory 'po/oem-config-xubuntu'
=== added file 'po/oem-config-xubuntu/slideshow-oem-config-xubuntu.pot'
--- po/oem-config-xubuntu/slideshow-oem-config-xubuntu.pot 1970-01-01 00:00:00 +0000
+++ po/oem-config-xubuntu/slideshow-oem-config-xubuntu.pot 2013-08-01 06:39:32 +0000
@@ -0,0 +1,292 @@
1# SOME DESCRIPTIVE TITLE
2# Copyright (C) YEAR Free Software Foundation, Inc.
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"POT-Creation-Date: 2013-08-01 08:19+1000\n"
11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: LANGUAGE <LL@li.org>\n"
14"Language: \n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#. type: Content of: <div><h1>
20#: slideshows/oem-config-xubuntu/slides/00_welcome.html:2
21msgid "Congratulations!"
22msgstr ""
23
24#. type: Content of: <div><div><p>
25#: slideshows/oem-config-xubuntu/slides/00_welcome.html:7
26msgid "You have chosen to install the latest version of Xubuntu, 13.10."
27msgstr ""
28
29#. type: Content of: <div><div><p>
30#: slideshows/oem-config-xubuntu/slides/00_welcome.html:8
31msgid ""
32"This exciting piece of software is brought to you free of any fees, for your "
33"use and any others you want to share it with."
34msgstr ""
35
36#. type: Content of: <div><div><p>
37#: slideshows/oem-config-xubuntu/slides/00_welcome.html:9
38msgid ""
39"Since you are installing this software using the Xubuntu live installation, "
40"feel free to examine things as it installs. After the installation, the "
41"desktop will look much the same as it does now."
42msgstr ""
43
44#. type: Content of: <div><h1>
45#: slideshows/oem-config-xubuntu/slides/01_web.html:2
46msgid "Your web experience"
47msgstr ""
48
49#. type: Content of: <div><div><p>
50#: slideshows/oem-config-xubuntu/slides/01_web.html:7
51msgid ""
52"<em>Firefox</em> and <em>Thunderbird</em> are everything you need from web "
53"applications."
54msgstr ""
55
56#. type: Content of: <div><div><p>
57#: slideshows/oem-config-xubuntu/slides/01_web.html:8
58msgid ""
59"They offer you the web the way you like it: high performance, easy "
60"customization and advanced security."
61msgstr ""
62
63#. type: Content of: <div><div><div><h2>
64#: slideshows/oem-config-xubuntu/slides/01_web.html:10
65#: slideshows/oem-config-xubuntu/slides/02_messaging.html:10
66#: slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html:10
67#: slideshows/oem-config-xubuntu/slides/04_office.html:10
68#: slideshows/oem-config-xubuntu/slides/06_explore.html:11
69msgid "Where?"
70msgstr ""
71
72#. type: Content of: <div><div><div><p>
73#: slideshows/oem-config-xubuntu/slides/01_web.html:11
74#: slideshows/oem-config-xubuntu/slides/01_web.html:12
75#: slideshows/oem-config-xubuntu/slides/02_messaging.html:11
76#: slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html:11
77#: slideshows/oem-config-xubuntu/slides/04_office.html:11
78#: slideshows/oem-config-xubuntu/slides/04_office.html:12
79#: slideshows/oem-config-xubuntu/slides/06_explore.html:12
80#: slideshows/oem-config-xubuntu/slides/06_explore.html:13
81msgid "<span>»</span>"
82msgstr ""
83
84#. type: Content of: <div><div><div><p>
85#: slideshows/oem-config-xubuntu/slides/01_web.html:11
86#: slideshows/oem-config-xubuntu/slides/01_web.html:12
87#: slideshows/oem-config-xubuntu/slides/02_messaging.html:11
88msgid "Internet <span>»</span>"
89msgstr ""
90
91#. type: Content of: <div><div><div><p>
92#: slideshows/oem-config-xubuntu/slides/01_web.html:11
93msgid "Firefox Web Browser"
94msgstr ""
95
96#. type: Content of: <div><div><div><p>
97#: slideshows/oem-config-xubuntu/slides/01_web.html:12
98msgid "Thunderbird Mail/News"
99msgstr ""
100
101#. type: Content of: <div><h1>
102#: slideshows/oem-config-xubuntu/slides/02_messaging.html:2
103msgid "Instant messaging"
104msgstr ""
105
106#. type: Content of: <div><div><p>
107#: slideshows/oem-config-xubuntu/slides/02_messaging.html:7
108msgid ""
109"Xubuntu is shipping <em>Pidgin</em> as the default instant messaging client."
110msgstr ""
111
112#. type: Content of: <div><div><p>
113#: slideshows/oem-config-xubuntu/slides/02_messaging.html:8
114msgid ""
115"You can connect to various protocols such as AIM, ICQ, IRC, MSN and XMPP "
116"(Google Talk, Facebook). You can also update your Twitter account via third-"
117"party plugin."
118msgstr ""
119
120#. type: Content of: <div><div><div><p>
121#: slideshows/oem-config-xubuntu/slides/02_messaging.html:11
122msgid "Pidgin Internet Messenger"
123msgstr ""
124
125#. type: Content of: <div><h1>
126#: slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html:2
127msgid "Enjoy your media"
128msgstr ""
129
130#. type: Content of: <div><div><p>
131#: slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html:7
132msgid ""
133"Whether your collection is small or large, <em>gmusicbrowser</em>, the "
134"default media player in Xubuntu, can handle it!"
135msgstr ""
136
137#. type: Content of: <div><div><p>
138#: slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html:8
139msgid ""
140"In Xubuntu, gmusicbrowser comes with the good-looking and easy-to-use "
141"Shimmer theme."
142msgstr ""
143
144#. type: Content of: <div><div><div><p>
145#: slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html:11
146msgid "Multimedia <span>»</span>"
147msgstr ""
148
149#. type: Content of: <div><div><div><p>
150#: slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html:11
151msgid "gmusicbrowser"
152msgstr ""
153
154#. type: Content of: <div><h1>
155#: slideshows/oem-config-xubuntu/slides/04_office.html:2
156msgid "In the office"
157msgstr ""
158
159#. type: Content of: <div><div><p>
160#: slideshows/oem-config-xubuntu/slides/04_office.html:7
161msgid ""
162"For your office needs, Xubuntu comes with <em>Abiword</em>, a lightweight "
163"word processor, which can read almost all known document formats and "
164"<em>Gnumeric</em>, a spreadsheet program with an emphasis on accuracy."
165msgstr ""
166
167#. type: Content of: <div><div><p>
168#: slideshows/oem-config-xubuntu/slides/04_office.html:8
169msgid ""
170"LibreOffice is also available in the repositories, if you're more "
171"comfortable with it or need a full office suite."
172msgstr ""
173
174#. type: Content of: <div><div><div><p>
175#: slideshows/oem-config-xubuntu/slides/04_office.html:11
176#: slideshows/oem-config-xubuntu/slides/04_office.html:12
177msgid "Office <span>»</span>"
178msgstr ""
179
180#. type: Content of: <div><div><div><p>
181#: slideshows/oem-config-xubuntu/slides/04_office.html:11
182msgid "Abiword"
183msgstr ""
184
185#. type: Content of: <div><div><div><p>
186#: slideshows/oem-config-xubuntu/slides/04_office.html:12
187msgid "Gnumeric"
188msgstr ""
189
190#. type: Content of: <div><h1>
191#: slideshows/oem-config-xubuntu/slides/05_desktop.html:2
192msgid "The Xubuntu desktop"
193msgstr ""
194
195#. type: Attribute 'alt' of: <div><div><p><img>
196#: slideshows/oem-config-xubuntu/slides/05_desktop.html:8
197msgid "1"
198msgstr ""
199
200#. type: Content of: <div><div><p>
201#: slideshows/oem-config-xubuntu/slides/05_desktop.html:9
202msgid ""
203"The application-menu gives you complete access to all your applications."
204msgstr ""
205
206#. type: Attribute 'alt' of: <div><div><p><img>
207#: slideshows/oem-config-xubuntu/slides/05_desktop.html:12
208msgid "2"
209msgstr ""
210
211#. type: Content of: <div><div><p>
212#: slideshows/oem-config-xubuntu/slides/05_desktop.html:13
213msgid ""
214"The launcher panel gives you <em>quick access</em> to your most important "
215"applications. It is set to autohide by default to preserve screen space."
216msgstr ""
217
218#. type: Attribute 'alt' of: <div><div><p><img>
219#: slideshows/oem-config-xubuntu/slides/05_desktop.html:16
220msgid "3"
221msgstr ""
222
223#. Open windows of r
224#. type: Content of: <div><div><p>
225#: slideshows/oem-config-xubuntu/slides/05_desktop.html:17
226msgid "Running applications are shown in the top panel."
227msgstr ""
228
229#. type: Content of: <div><h1>
230#: slideshows/oem-config-xubuntu/slides/06_explore.html:2
231msgid "Know your desktop"
232msgstr ""
233
234#. type: Content of: <div><div><p>
235#: slideshows/oem-config-xubuntu/slides/06_explore.html:7
236msgid ""
237"For easy installation of new software, use the <em>Ubuntu Software Center</"
238"em>."
239msgstr ""
240
241#. type: Content of: <div><div><p>
242#: slideshows/oem-config-xubuntu/slides/06_explore.html:8
243msgid ""
244"If you need help, go to <em>Help</em> in the Applications menu or see <a "
245"href=\"http://xubuntu.org/help\">Help & Support</a> on our website."
246msgstr ""
247
248#. type: Content of: <div><div><p>
249#: slideshows/oem-config-xubuntu/slides/06_explore.html:9
250msgid ""
251"<em>Xfce</em> is the desktop environment in Xubuntu. Read more about Xfce on "
252"the <a href=\"http://xfce.org/\">Xfce website</a>."
253msgstr ""
254
255#. type: Content of: <div><div><div><p>
256#: slideshows/oem-config-xubuntu/slides/06_explore.html:12
257msgid "Software Center"
258msgstr ""
259
260#. type: Content of: <div><div><div><p>
261#: slideshows/oem-config-xubuntu/slides/06_explore.html:13
262msgid "Help"
263msgstr ""
264
265#. type: Content of: <div><h1>
266#: slideshows/oem-config-xubuntu/slides/07_thanks.html:2
267msgid "Thank you!"
268msgstr ""
269
270#. type: Content of: <div><div><p>
271#: slideshows/oem-config-xubuntu/slides/07_thanks.html:7
272msgid ""
273"Thanks for taking the time with us. We'd love to hear about your experiences "
274"with Xubuntu. You can share them on the <a href=\"https://lists.ubuntu.com/"
275"mailman/listinfo/xubuntu-users\">Xubuntu-users mailing list</a>."
276msgstr ""
277
278#. type: Content of: <div><div><p>
279#: slideshows/oem-config-xubuntu/slides/07_thanks.html:8
280msgid ""
281"Join our IRC channel <em>#xubuntu</em> for online support by <a href="
282"\"http://webchat.freenode.net/?channels=xubuntu&nick=xubuntu..."
283"&prompt=1\">clicking here</a>."
284msgstr ""
285
286#. type: Content of: <div><div><p>
287#: slideshows/oem-config-xubuntu/slides/07_thanks.html:9
288msgid ""
289"Finally, find different ways to contribute to Xubuntu on the <a href="
290"\"http://xubuntu.org/devel\">Get Involved</a> -section of our website. We "
291"need your help!"
292msgstr ""
0293
=== added directory 'slideshows/oem-config-xubuntu'
=== added directory 'slideshows/oem-config-xubuntu/slides'
=== added file 'slideshows/oem-config-xubuntu/slides/00_welcome.html'
--- slideshows/oem-config-xubuntu/slides/00_welcome.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/00_welcome.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,12 @@
1<div class="header">
2 <h1>Congratulations!</h1>
3</div>
4
5<div class="main">
6 <div class="content">
7 <p>You have chosen to install the latest version of Xubuntu, 13.10.</p>
8 <p>This exciting piece of software is brought to you free of any fees, for your use and any others you want to share it with.</p>
9 <p>Since you are installing this software using the Xubuntu live installation, feel free to examine things as it installs. After the installation, the desktop will look much the same as it does now.</p>
10 </div>
11 <img class="shot clip leftpad" src="shots/xubuntu.png" />
12</div>
013
=== added file 'slideshows/oem-config-xubuntu/slides/01_web.html'
--- slideshows/oem-config-xubuntu/slides/01_web.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/01_web.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,17 @@
1<div class="header">
2 <h1>Your web experience</h1>
3</div>
4
5<div class="main">
6 <div class="content">
7 <p><em>Firefox</em> and <em>Thunderbird</em> are everything you need from web applications.</p>
8 <p>They offer you the web the way you like it: high performance, easy customization and advanced security.</p>
9 <div class="paths">
10 <h2>Where?</h2>
11 <p class="path"><img src="icons/menu_16.png" /> <span>»</span> <img src="icons/cat_internet_16.png" /> Internet <span>»</span> <img src="icons/firefox_16.png" /> Firefox Web Browser</p>
12 <p class="path"><img src="icons/menu_16.png" /> <span>»</span> <img src="icons/cat_internet_16.png" /> Internet <span>»</span> <img src="icons/thunderbird_16.png" /> Thunderbird Mail/News</p>
13 </div>
14 </div>
15 <img class="shot clip" src="shots/thunderbird.png" />
16</div>
17
018
=== added file 'slideshows/oem-config-xubuntu/slides/02_messaging.html'
--- slideshows/oem-config-xubuntu/slides/02_messaging.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/02_messaging.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,15 @@
1<div class="header">
2 <h1>Instant messaging</h1>
3</div>
4
5<div class="main">
6 <div class="content">
7 <p>Xubuntu is shipping <em>Pidgin</em> as the default instant messaging client.</p>
8 <p>You can connect to various protocols such as AIM, ICQ, IRC, MSN and XMPP (Google Talk, Facebook). You can also update your Twitter account via third-party plugin.</p>
9 <div class="paths">
10 <h2>Where?</h2>
11 <p class="path"><img src="icons/menu_16.png" /> <span>»</span> <img src="icons/cat_internet_16.png" /> Internet <span>»</span> <img src="icons/pidgin_16.png" /> Pidgin Internet Messenger</p>
12 </div>
13 </div>
14 <img class="shot clip" src="shots/pidgin.png" />
15</div>
016
=== added file 'slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html'
--- slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/03_gmusicbrowser.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,15 @@
1<div class="header">
2 <h1>Enjoy your media</h1>
3</div>
4
5<div class="main">
6 <div class="content">
7 <p>Whether your collection is small or large, <em>gmusicbrowser</em>, the default media player in Xubuntu, can handle it!</p>
8 <p>In Xubuntu, gmusicbrowser comes with the good-looking and easy-to-use Shimmer theme.</p>
9 <div class="paths">
10 <h2>Where?</h2>
11 <p class="path"><img src="icons/menu_16.png" /> <span>»</span> <img src="icons/cat_multimedia_16.png" /> Multimedia <span>»</span> <img src="icons/gmusicbrowser_16.png" /> gmusicbrowser</p>
12 </div>
13 </div>
14 <img class="shot clip" src="shots/gmusicbrowser.png" />
15</div>
016
=== added file 'slideshows/oem-config-xubuntu/slides/04_office.html'
--- slideshows/oem-config-xubuntu/slides/04_office.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/04_office.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,17 @@
1<div class="header">
2 <h1>In the office</h1>
3</div>
4
5<div class="main">
6 <div class="content">
7 <p>For your office needs, Xubuntu comes with <em>Abiword</em>, a lightweight word processor, which can read almost all known document formats and <em>Gnumeric</em>, a spreadsheet program with an emphasis on accuracy.</p>
8 <p>LibreOffice is also available in the repositories, if you're more comfortable with it or need a full office suite.</p>
9 <div class="paths">
10 <h2>Where?</h2>
11 <p class="path"><img src="icons/menu_16.png" /> <span>»</span> <img src="icons/cat_office_16.png" /> Office <span>»</span> <img src="icons/abiword_16.png" /> Abiword</p>
12 <p class="path"><img src="icons/menu_16.png" /> <span>»</span> <img src="icons/cat_office_16.png" /> Office <span>»</span> <img src="icons/gnumeric_16.png" /> Gnumeric</p>
13 </div>
14 </div>
15 <img class="shot clip" src="shots/abiword.png" />
16</div>
17
018
=== added file 'slideshows/oem-config-xubuntu/slides/05_desktop.html'
--- slideshows/oem-config-xubuntu/slides/05_desktop.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/05_desktop.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,21 @@
1<div class="header">
2 <h1>The Xubuntu desktop</h1>
3</div>
4
5<div class="main">
6 <div class="content">
7 <p>
8 <img src="icons/desktop_1.png" alt="1" class="desktop_icon" /><br />
9 The application-menu gives you complete access to all your applications.
10 </p>
11 <p>
12 <img src="icons/desktop_2.png" alt="2" class="desktop_icon" /><br />
13 The launcher panel gives you <em>quick access</em> to your most important applications. It is set to autohide by default to preserve screen space.
14 </p>
15 <p>
16 <img src="icons/desktop_3.png" alt="3" class="desktop_icon" /><br />
17 <!--Open windows of r -->Running applications are shown in the top panel.
18 </p>
19 </div>
20 <img class="shot clip" src="shots/desktop.png" />
21</div>
022
=== added file 'slideshows/oem-config-xubuntu/slides/06_explore.html'
--- slideshows/oem-config-xubuntu/slides/06_explore.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/06_explore.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,18 @@
1<div class="header">
2 <h1>Know your desktop</h1>
3</div>
4
5<div class="main">
6 <div class="content">
7 <p>For easy installation of new software, use the <em>Ubuntu Software Center</em>.</p>
8 <p>If you need help, go to <em>Help</em> in the Applications menu or see <a href="http://xubuntu.org/help">Help & Support</a> on our website.</p>
9 <p><em>Xfce</em> is the desktop environment in Xubuntu. Read more about Xfce on the <a href="http://xfce.org/">Xfce website</a>.</p>
10 <div class="paths">
11 <h2>Where?</h2>
12 <p class="path"><img src="icons/menu_16.png" /> <span>»</span> <img src="icons/softwarecenter_16.png" /> Software Center</p>
13 <p class="path"><img src="icons/menu_16.png" /> <span>»</span> <img src="icons/help_16.png" /> Help</p>
14 </div>
15 </div>
16 <img class="shot clip" src="shots/usc.png" />
17</div>
18
019
=== added file 'slideshows/oem-config-xubuntu/slides/07_thanks.html'
--- slideshows/oem-config-xubuntu/slides/07_thanks.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/07_thanks.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,12 @@
1<div class="header">
2 <h1>Thank you!</h1>
3</div>
4
5<div class="main">
6 <div class="content">
7 <p>Thanks for taking the time with us. We'd love to hear about your experiences with Xubuntu. You can share them on the <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users">Xubuntu-users mailing list</a>.</p>
8 <p>Join our IRC channel <em>#xubuntu</em> for online support by <a href="http://webchat.freenode.net/?channels=xubuntu&nick=xubuntu...&prompt=1">clicking here</a>.</p>
9 <p>Finally, find different ways to contribute to Xubuntu on the <a href="http://xubuntu.org/devel">Get Involved</a> -section of our website. We need your help!</p>
10 </div>
11 <img class="shot clip leftpad" src="shots/community.png" />
12</div>
013
=== added directory 'slideshows/oem-config-xubuntu/slides/icons'
=== added file 'slideshows/oem-config-xubuntu/slides/icons/abiword_16.png'
1Binary files slideshows/oem-config-xubuntu/slides/icons/abiword_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/abiword_16.png 2013-08-01 06:39:32 +0000 differ14Binary files slideshows/oem-config-xubuntu/slides/icons/abiword_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/abiword_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/cat_internet_16.png'
2Binary files slideshows/oem-config-xubuntu/slides/icons/cat_internet_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/cat_internet_16.png 2013-08-01 06:39:32 +0000 differ15Binary files slideshows/oem-config-xubuntu/slides/icons/cat_internet_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/cat_internet_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/cat_multimedia_16.png'
3Binary files slideshows/oem-config-xubuntu/slides/icons/cat_multimedia_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/cat_multimedia_16.png 2013-08-01 06:39:32 +0000 differ16Binary files slideshows/oem-config-xubuntu/slides/icons/cat_multimedia_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/cat_multimedia_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/cat_office_16.png'
4Binary files slideshows/oem-config-xubuntu/slides/icons/cat_office_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/cat_office_16.png 2013-08-01 06:39:32 +0000 differ17Binary files slideshows/oem-config-xubuntu/slides/icons/cat_office_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/cat_office_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/desktop_1.png'
5Binary files slideshows/oem-config-xubuntu/slides/icons/desktop_1.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/desktop_1.png 2013-08-01 06:39:32 +0000 differ18Binary files slideshows/oem-config-xubuntu/slides/icons/desktop_1.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/desktop_1.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/desktop_2.png'
6Binary files slideshows/oem-config-xubuntu/slides/icons/desktop_2.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/desktop_2.png 2013-08-01 06:39:32 +0000 differ19Binary files slideshows/oem-config-xubuntu/slides/icons/desktop_2.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/desktop_2.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/desktop_3.png'
7Binary files slideshows/oem-config-xubuntu/slides/icons/desktop_3.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/desktop_3.png 2013-08-01 06:39:32 +0000 differ20Binary files slideshows/oem-config-xubuntu/slides/icons/desktop_3.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/desktop_3.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/firefox_16.png'
8Binary files slideshows/oem-config-xubuntu/slides/icons/firefox_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/firefox_16.png 2013-08-01 06:39:32 +0000 differ21Binary files slideshows/oem-config-xubuntu/slides/icons/firefox_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/firefox_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/gmusicbrowser_16.png'
9Binary files slideshows/oem-config-xubuntu/slides/icons/gmusicbrowser_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/gmusicbrowser_16.png 2013-08-01 06:39:32 +0000 differ22Binary files slideshows/oem-config-xubuntu/slides/icons/gmusicbrowser_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/gmusicbrowser_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/gnumeric_16.png'
10Binary files slideshows/oem-config-xubuntu/slides/icons/gnumeric_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/gnumeric_16.png 2013-08-01 06:39:32 +0000 differ23Binary files slideshows/oem-config-xubuntu/slides/icons/gnumeric_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/gnumeric_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/help_16.png'
11Binary files slideshows/oem-config-xubuntu/slides/icons/help_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/help_16.png 2013-08-01 06:39:32 +0000 differ24Binary files slideshows/oem-config-xubuntu/slides/icons/help_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/help_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/menu_16.png'
12Binary files slideshows/oem-config-xubuntu/slides/icons/menu_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/menu_16.png 2013-08-01 06:39:32 +0000 differ25Binary files slideshows/oem-config-xubuntu/slides/icons/menu_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/menu_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/pidgin_16.png'
13Binary files slideshows/oem-config-xubuntu/slides/icons/pidgin_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/pidgin_16.png 2013-08-01 06:39:32 +0000 differ26Binary files slideshows/oem-config-xubuntu/slides/icons/pidgin_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/pidgin_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/softwarecenter_16.png'
14Binary files slideshows/oem-config-xubuntu/slides/icons/softwarecenter_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/softwarecenter_16.png 2013-08-01 06:39:32 +0000 differ27Binary files slideshows/oem-config-xubuntu/slides/icons/softwarecenter_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/softwarecenter_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/icons/thunderbird_16.png'
15Binary files slideshows/oem-config-xubuntu/slides/icons/thunderbird_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/thunderbird_16.png 2013-08-01 06:39:32 +0000 differ28Binary files slideshows/oem-config-xubuntu/slides/icons/thunderbird_16.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/icons/thunderbird_16.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/index.html'
--- slideshows/oem-config-xubuntu/slides/index.html 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/index.html 2013-08-01 06:39:32 +0000
@@ -0,0 +1,48 @@
1<!DOCTYPE html>
2
3<html lang="en">
4
5<head>
6 <title>ubiquity-slideshow-xubuntu</title>
7
8 <link href="link/base.css" rel="stylesheet" type="text/css" />
9
10 <base target="_blank" />
11
12 <script type="text/javascript" src="link-core/jquery.js"></script>
13 <script type="text/javascript" src="link-core/jquery.cycle.all.js"></script>
14
15 <script type="text/javascript" src="link-core/base.js"></script>
16
17 <script type="text/javascript">
18 SLIDESHOW_OPTIONS = {
19 timeout:50000,
20 speed:600,
21 }
22 </script>
23
24 <script type="text/javascript" src="link-core/slideshow.js"></script>
25</head>
26
27<body>
28
29<div id="slideshow">
30 <div><a href="00_welcome.html"></a></div>
31 <div><a href="01_web.html"></a></div>
32 <div><a href="02_messaging.html"></a></div>
33 <div><a href="03_gmusicbrowser.html"></a></div>
34 <div><a href="04_office.html"></a></div>
35 <div><a href="05_desktop.html"></a></div>
36 <div><a href="06_explore.html"></a></div>
37 <div><a href="07_thanks.html"></a></div>
38</div>
39
40<div id="controls">
41 <a class="control-arrow" id="prev-slide" style="display:none;"></a>
42 <a class="control-arrow" id="next-slide"></a>
43 <input type="hidden" id="current-slide" />
44</div>
45
46</body>
47
48</html>
049
=== added directory 'slideshows/oem-config-xubuntu/slides/link'
=== added symlink 'slideshows/oem-config-xubuntu/slides/link-core'
=== target is u'../../link-core'
=== added file 'slideshows/oem-config-xubuntu/slides/link/arrow-next.png'
1Binary files slideshows/oem-config-xubuntu/slides/link/arrow-next.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/link/arrow-next.png 2013-08-01 06:39:32 +0000 differ50Binary files slideshows/oem-config-xubuntu/slides/link/arrow-next.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/link/arrow-next.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/link/arrow-prev.png'
2Binary files slideshows/oem-config-xubuntu/slides/link/arrow-prev.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/link/arrow-prev.png 2013-08-01 06:39:32 +0000 differ51Binary files slideshows/oem-config-xubuntu/slides/link/arrow-prev.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/link/arrow-prev.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/link/base.css'
--- slideshows/oem-config-xubuntu/slides/link/base.css 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slides/link/base.css 2013-08-01 06:39:32 +0000
@@ -0,0 +1,235 @@
1/*
2 * CSS Reset
3 *
4 */
5
6html, body, div, span, applet, object, iframe,
7h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8a, abbr, acronym, address, big, cite, code,
9del, dfn, em, font, img, ins, kbd, q, s, samp,
10small, strike, strong, sub, sup, tt, var,
11b, u, i, center,
12dl, dt, dd, ol, ul, li,
13fieldset, form, label, legend,
14table, caption, tbody, tfoot, thead, tr, th, td,
15hr {
16 margin: 0;
17 padding: 0;
18 border: 0;
19 outline: 0;
20 font-size: 100%;
21 vertical-align: baseline;
22 background: transparent;
23}
24body {
25 line-height: 1.2em;
26}
27ol, ul {
28 list-style: none;
29}
30blockquote, q {
31 quotes: none;
32}
33blockquote:before, blockquote:after,
34q:before, q:after {
35 content: '';
36 content: none;
37}
38
39/* remember to define focus styles! */
40:focus {
41 outline: 0;
42}
43
44/* remember to highlight inserts somehow! */
45ins {
46 text-decoration: none;
47}
48del {
49 text-decoration: line-through;
50}
51
52img {
53 vertical-align:middle;
54}
55
56/* tables still need 'cellspacing="0"' in the markup */
57table {
58 border-collapse: collapse;
59 border-spacing: 0;
60}
61
62/*
63 * Main layout
64 *
65 */
66
67html, body {
68 font-family: "Droid Sans", sans-serif;
69
70 color: #bbcdde;
71}
72
73#slideshow {
74 background-image: url(wall.png);
75
76 width: 750px;
77 height: 420px;
78
79 overflow: hidden;
80}
81
82/*
83 * Controls
84 *
85 */
86
87.control-arrow {
88 z-index: 100;
89 position: absolute;
90 top: 20px;
91
92 width: 20px;
93 height: 20px;
94
95 background: transparent;
96 background-position: 0 0;
97}
98.control-arrow.disabled {
99 cursor:default;
100}
101.control-arrow:hover, .control-arrow:focus {
102 background-position: 0 -20px;
103}
104.control-arrow:active {
105 background-position: 0 -40px;
106}
107#prev-slide {
108 left: 670px;
109 background-image: url(arrow-prev.png);
110}
111#next-slide {
112 left: 710px;
113 background-image: url(arrow-next.png);
114}
115
116/*
117 * Elements
118 *
119 */
120
121a {
122 color: #fff; /*#214478; */
123 text-decoration: none;
124}
125
126.main a {
127 border-bottom: 1px solid #bbb;
128}
129
130em {
131 font-style: italic;
132}
133
134p, ul, ol {
135 margin-bottom: 1em;
136}
137
138h2 {
139 width: 270px;
140
141/* border-top: 1px solid rgba( 255, 255, 255, 0.3 ); */
142 padding-top: 5px;
143 margin-top: 2em;
144 margin-bottom: 0.5em;
145
146 font-family: "Droid Serif", serif;
147 font-size: 90%;
148 color: #fff;
149}
150
151/*
152 * More layout
153 *
154 */
155
156.header {
157 display: table-cell;
158 width: 750px;
159
160 padding: 0 100px 0 20px;
161 height: 60px;
162
163 vertical-align: middle;
164
165 background-color: rgba( 0, 0, 0, 0.5 );
166}
167 .header h1 {
168 color: #fff;
169
170 font-size: 180%;
171 font-family: "Droid Serif", serif;
172 font-weight: normal;
173 }
174
175.main {
176 font-size: 90%;
177
178 background-image: url(shadow.png);
179 background-position: 0 0;
180 background-repeat: repeat-x;
181
182 padding: 30px 0 0 0;
183}
184 .main .content, .main .shot {
185 float: left;
186 }
187 .main .content {
188 width: 260px;
189 padding: 0 20px;
190 }
191 .main .shot {
192 margin-left: 10px;
193 }
194 .main .shot.full {
195 margin-left: -10px;
196 width: 440px;
197 }
198 .main .shot.clip {
199 margin-left: 0;
200 }
201 .main .shot.leftpad {
202 margin-left: 30px;
203 }
204
205
206/*
207 * Application paths
208 *
209 */
210
211.paths {
212 width: 230px;
213 position: absolute;
214 top: 280px;
215
216 color: #fff;
217}
218.path { /* application paths */
219 font-size: 75%;
220 width: 270px; /* everything fits in oneliners with 270px! */
221}
222
223.path span {
224 display: inline-block;
225 margin: 0 2px;
226
227 font-size: 120%;
228 font-weight: bold;
229
230 color: #007fbe;
231}
232
233.desktop_icon {
234 margin-bottom: 7px;
235}
0236
=== added file 'slideshows/oem-config-xubuntu/slides/link/shadow.png'
1Binary files slideshows/oem-config-xubuntu/slides/link/shadow.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/link/shadow.png 2013-08-01 06:39:32 +0000 differ237Binary files slideshows/oem-config-xubuntu/slides/link/shadow.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/link/shadow.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/link/wall.png'
2Binary files slideshows/oem-config-xubuntu/slides/link/wall.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/link/wall.png 2013-08-01 06:39:32 +0000 differ238Binary files slideshows/oem-config-xubuntu/slides/link/wall.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/link/wall.png 2013-08-01 06:39:32 +0000 differ
=== added directory 'slideshows/oem-config-xubuntu/slides/shots'
=== added file 'slideshows/oem-config-xubuntu/slides/shots/abiword.png'
3Binary files slideshows/oem-config-xubuntu/slides/shots/abiword.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/abiword.png 2013-08-01 06:39:32 +0000 differ239Binary files slideshows/oem-config-xubuntu/slides/shots/abiword.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/abiword.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/shots/community.png'
4Binary files slideshows/oem-config-xubuntu/slides/shots/community.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/community.png 2013-08-01 06:39:32 +0000 differ240Binary files slideshows/oem-config-xubuntu/slides/shots/community.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/community.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/shots/desktop.png'
5Binary files slideshows/oem-config-xubuntu/slides/shots/desktop.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/desktop.png 2013-08-01 06:39:32 +0000 differ241Binary files slideshows/oem-config-xubuntu/slides/shots/desktop.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/desktop.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/shots/gmusicbrowser.png'
6Binary files slideshows/oem-config-xubuntu/slides/shots/gmusicbrowser.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/gmusicbrowser.png 2013-08-01 06:39:32 +0000 differ242Binary files slideshows/oem-config-xubuntu/slides/shots/gmusicbrowser.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/gmusicbrowser.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/shots/pidgin.png'
7Binary files slideshows/oem-config-xubuntu/slides/shots/pidgin.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/pidgin.png 2013-08-01 06:39:32 +0000 differ243Binary files slideshows/oem-config-xubuntu/slides/shots/pidgin.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/pidgin.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/shots/thunderbird.png'
8Binary files slideshows/oem-config-xubuntu/slides/shots/thunderbird.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/thunderbird.png 2013-08-01 06:39:32 +0000 differ244Binary files slideshows/oem-config-xubuntu/slides/shots/thunderbird.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/thunderbird.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/shots/usc.png'
9Binary files slideshows/oem-config-xubuntu/slides/shots/usc.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/usc.png 2013-08-01 06:39:32 +0000 differ245Binary files slideshows/oem-config-xubuntu/slides/shots/usc.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/usc.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slides/shots/xubuntu.png'
10Binary files slideshows/oem-config-xubuntu/slides/shots/xubuntu.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/xubuntu.png 2013-08-01 06:39:32 +0000 differ246Binary files slideshows/oem-config-xubuntu/slides/shots/xubuntu.png 1970-01-01 00:00:00 +0000 and slideshows/oem-config-xubuntu/slides/shots/xubuntu.png 2013-08-01 06:39:32 +0000 differ
=== added file 'slideshows/oem-config-xubuntu/slideshow.conf'
--- slideshows/oem-config-xubuntu/slideshow.conf 1970-01-01 00:00:00 +0000
+++ slideshows/oem-config-xubuntu/slideshow.conf 2013-08-01 06:39:32 +0000
@@ -0,0 +1,3 @@
1[Slideshow]
2width:750
3height:420

Subscribers

People subscribed via source and target branches