rpms/online-desktop/F-9 Getting_Started.html, NONE, 1.1 online-desktop.spec, 1.28, 1.29

Owen Taylor (otaylor) fedora-extras-commits at redhat.com
Thu Jun 19 15:40:21 UTC 2008


Author: otaylor

Update of /cvs/extras/rpms/online-desktop/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7842

Modified Files:
	online-desktop.spec 
Added Files:
	Getting_Started.html 
Log Message:
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
      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/F-9/online-desktop.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- online-desktop.spec	16 Jun 2008 15:56:22 -0000	1.28
+++ online-desktop.spec	19 Jun 2008 15:39:34 -0000	1.29
@@ -3,7 +3,7 @@
 
 Name:           online-desktop
 Version:        0.2.29
-Release:        2%{?dist}
+Release:        3%{?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
@@ -76,6 +77,8 @@
 %prep
 %setup -q
 
+cp -p %{SOURCE1} .
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -115,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,-)
@@ -196,6 +199,9 @@
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 %changelog
+* 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
 




More information about the fedora-extras-commits mailing list