rpms/online-desktop/devel Getting_Started.html, NONE, 1.1 online-desktop.spec, 1.26, 1.27 sources, 1.19, 1.20

Owen Taylor (otaylor) fedora-extras-commits at redhat.com
Fri Jun 20 15:35:06 UTC 2008


Author: otaylor

Update of /cvs/extras/rpms/online-desktop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24698

Modified Files:
	online-desktop.spec sources 
Added Files:
	Getting_Started.html 
Log Message:
Update to 0.2.29, add Getting_Started.html


--- NEW FILE Getting_Started.html ---
<?xml version="1.0"?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>Getting Started</title>
    <style type="text/css">
      body {
        max-width: 50em;
      }
    </style>
  </head>
  <body>
    <h3>Fedora Online Desktop DVD</h3>
    <p>
      This is the Fedora Online Desktop Live DVD. It has been
      configured to use the GNOME Online Desktop as the default
      desktop environment. If you want to use the standard Fedora
      GNOME desktop instead, you can select that using the
      Sessions menu at the bottom of the login screen.
    </p>
    </p>
    <h3>Getting Started with the Online Desktop</h3>
    <ol>
      <li>
	<p>
	  Select 'Enable Online Desktop' in the top section of the
	  sidebar. This will take you to
	  <a href="http://online.gnome.org">http://online.gnome.org</a>
	  where
	  you can log in or sign up.
	</p>
      </li>
      <li>
	<p>
	  Clicking on your name in the top section of the sidebar
	  will bring up a menu that will let you re-visit your account
	  page, and edit desktop and sidebar preferences. Select
	  'Sidebar Preferences' in this menu.
	</p>
	<ul>
	    <li>
	    Add, remove, and move up and down widgets as you
	    like. Add Google Mail and Calendar widgets if you have
	    Gmail or Google Apps For Your Domain accounts. Add
	    Mugshot Photos widget if you have a Mugshot account.
	    </li>
	  <li>
	    Change the sidebar theme to see which one you like
	    better.
	  </li>
	  <li>
	    'Manage Accounts' lets you enter passwords for your
	    Google accounts.
	  </li>
	  <li>
	    'Minimize Sidebar Mode' lets you hide the sidebar. When
	    in this mode, you can bring the sidebar back up
	    temporarily by hitting the System (Windows) key.
	  </li>
	</ul>
      </li>
      <li>
	<p>
	  The search box under your name will allow you to launch
	  applications and open files. It will also let you start IM
	  conversations or visit Mugshot pages of your contacts.
	</p>
      </li>
      <li>
	<p>
	  Select 'Configure IM Accounts' link to enable Pidgin and
	  get the People section of the sidebar populated. The people
	  section includes your IM contacts and your Mugshot contacts,
	  if you have Mugshot enabled.
	</p>
      </li>
      <li>
	<p>
	  You can enable Mugshot on your online.gnome.org
	  homepage. After that, type 'Mugshot' in the search box and
	  click on the application name to start the Mugshot Stacker
	  application.
	</p>
      </li>
      <li>
	<p>
	  Mugshot is more fun when you have many contacts there, so
	  find some people you know and add them as your contacts. Also,
	  join some groups, such as
	  <a href="http://mugshot.org/group?who=tn7WqAhTDbQY6p">GNOMErs</a>.
	</p>
      </li>
      <li>
	<p>
	  Select the 'More' link that is available on top of some
	  widgets to see an expanded view. Click the rest of the top
	  section of the widget to collapse or expand it.
	</p>
      </li>
      <li>
	<p>
	  Join irc.gnome.org #online-desktop or e-mail
	  <a
	  href="http://mail.gnome.org/mailman/listinfo/online-desktop-list">online-desktop-list at gnome.org</a>
	  to ask for help or get
	  involved. Visit the <a
	  href="http://live.gnome.org/OnlineDesktop">wiki</a>
	  for instructions on how to get started with Online Desktop
	  development and other information.
	</p>
      </li>
    </ol>
  </body>
</html>

      



Index: online-desktop.spec
===================================================================
RCS file: /cvs/extras/rpms/online-desktop/devel/online-desktop.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- online-desktop.spec	24 Apr 2008 20:59:24 -0000	1.26
+++ online-desktop.spec	20 Jun 2008 15:34:02 -0000	1.27
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           online-desktop
-Version:        0.2.28
-Release:        1%{?dist}
+Version:        0.2.29
+Release:        4%{?dist}
 Summary:        Desktop built around web sites and online services
 
 Group:          Applications/Internet
@@ -11,6 +11,7 @@
 URL:            http://developer.mugshot.org/
 #X-VCS:         svn:http://svn.mugshot.org/online-desktop/trunk
 Source0:        http://download.mugshot.org/online-desktop/sources/online-desktop-%{version}.tar.gz
+Source1:        Getting_Started.html
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires:	dbus-python
 Requires:	gnome-python2-gconf
@@ -27,6 +28,7 @@
 BuildRequires:  nspr-devel
 BuildRequires:  nss-devel
 BuildRequires:  dbus-devel
+BuildRequires:  pidgin-devel
 BuildRequires:  libpurple-devel
 BuildRequires:  GConf2-devel
 
@@ -75,6 +77,8 @@
 %prep
 %setup -q
 
+cp -p %{SOURCE1} .
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -114,7 +118,7 @@
 %dir %{python_sitearch}/ddm
 %{python_sitearch}/ddm/*
 %{python_sitearch}/*.so
-%doc COPYING README
+%doc COPYING README Getting_Started.html
 
 %files flickr
 %defattr(-,root,root,-)
@@ -195,6 +199,18 @@
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %changelog
+* Thu Jun 19 2008 Owen Taylor <otaylor at redhat.com> - 0.2.29-4
+- Tiny wording tweak
+
+* Thu Jun 19 2008 Owen Taylor <otaylor at redhat.com> - 0.2.29-3
+- Add Getting_Started.html
+
+* Mon Jun 16 2008 Owen Taylor <otaylor at redhat.com> - 0.2.29-2
+- Add missing BuildRequires on pidgin-devel
+
+* Mon Jun 16 2008 Owen Taylor <otaylor at redhat.com> - 0.2.29-1
+- Update to 0.2.29
+
 * Thu Apr 29 2008 Colin Walters <walters at redhat.com> - 0.2.28-1
 - new upstream
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/online-desktop/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	24 Apr 2008 20:59:24 -0000	1.19
+++ sources	20 Jun 2008 15:34:02 -0000	1.20
@@ -1 +1 @@
-37c5318044fb4a1d36eb47f7e77c120a  online-desktop-0.2.28.tar.gz
+ac26e90272d6cc5ec0fa1ca87da5f0d6  online-desktop-0.2.29.tar.gz




More information about the fedora-extras-commits mailing list