~super-friends/friends/13.10

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Robert Bruce Park
  • Date: 2012-10-24 18:53:12 UTC
  • Revision ID: robert.park@canonical.com-20121024185312-2tq5c0pu06m0giz3
Add a new gsettings schema, with a basic subset of options.

I reviewed the old gwibber gschema and identified just a few options
that we are actually using at this point (most of the other options
are holdovers from when gwibber still had it's own frontend).

Also modified setup.py to install it for us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. friends documentation master file, created by
2
 
   sphinx-quickstart on Mon Apr 15 19:32:21 2013.
3
 
   friends -- send & receive messages from any social network
4
 
   Copyright (C) 2013  Canonical Ltd
5
 
 
6
 
   This program is free software: you can redistribute it and/or modify
7
 
   it under the terms of the GNU General Public License as published by
8
 
   the Free Software Foundation, version 3 of the License.
9
 
 
10
 
   This program is distributed in the hope that it will be useful,
11
 
   but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
   GNU General Public License for more details.
14
 
 
15
 
   You should have received a copy of the GNU General Public License
16
 
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
 
 
18
 
The Superclass of all Protocols
19
 
===============================
20
 
 
21
 
.. automodule:: friends.utils.base
22
 
   :members:
23
 
   :special-members:
24
 
   :private-members:
25
 
 
26
 
Dispatcher
27
 
==========
28
 
 
29
 
.. automodule:: friends.service.dispatcher
30
 
   :members:
31
 
   :special-members:
32
 
   :private-members:
33
 
 
34
 
libsoup wrappers
35
 
================
36
 
 
37
 
.. automodule:: friends.utils.http
38
 
   :members:
39
 
   :special-members:
40
 
   :private-members:
41
 
 
42
 
Indices and tables
43
 
==================
44
 
 
45
 
* :ref:`genindex`
46
 
* :ref:`modindex`
47
 
* :ref:`search`