~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/docs/index.rst

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PrimeBase Media Stream Daemon
 
2
=============================
 
3
 
 
4
PrimeBase Technologies GmbH.
 
5
 
 
6
.. _pbms_loading:
 
7
 
 
8
Loading
 
9
-------
 
10
 
 
11
To load this plugin, start :program:`drizzled` with::
 
12
 
 
13
   --plugin-add=pbms
 
14
 
 
15
Loading the plugin may not enable or configure it.  See the plugin's
 
16
:ref:`pbms_configuration` and :ref:`pbms_variables`.
 
17
 
 
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
 
19
 
 
20
.. _pbms_configuration:
 
21
 
 
22
Configuration
 
23
-------------
 
24
 
 
25
These command line options configure the plugin when :program:`drizzled`
 
26
is started.  See :doc:`/configuration` for more information about specifying
 
27
command line options.
 
28
 
 
29
.. program:: drizzled
 
30
 
 
31
.. _pbms_variables:
 
32
 
 
33
Variables
 
34
---------
 
35
 
 
36
These variables show the running configuration of the plugin.
 
37
See `variables` for more information about querying and setting variables.
 
38
 
 
39
.. _pbms_examples:
 
40
 
 
41
Examples
 
42
--------
 
43
 
 
44
Sorry, there are no examples for this plugin.
 
45
 
 
46
.. _pbms_authors:
 
47
 
 
48
Authors
 
49
-------
 
50
 
 
51
Barry Leslie
 
52
 
 
53
.. _pbms_version:
 
54
 
 
55
Version
 
56
-------
 
57
 
 
58
This documentation applies to **pbms 1.0**.
 
59
 
 
60
To see which version of the plugin a Drizzle server is running, execute:
 
61
 
 
62
.. code-block:: mysql
 
63
 
 
64
   SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='pbms'
 
65