~ubuntu-branches/ubuntu/precise/nautilus-actions/precise

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2011-01-01 20:45:43 UTC
  • mfrom: (3.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110101204543-1prwld2snlallc4r
Tags: 3.0.5-1
* New upstream maintenance release.
* Switch to dpkg-source 3.0 (quilt) format
* Fix building with binutils-gold (Closes: #555763)
  - Thanks to Bhavani Shankar for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  Nautilus-Actions has three sort of components:
10
10
 
11
11
  - A user interface, nautilus-actions-config-tool (NACT), which let you
12
 
    manage your actions. With NACT, you will able to create, modify and
 
12
    manage your actions. With NACT, you are able to create, modify and
13
13
    delete actions, to define menus and submenus, to order and reorder
14
14
    items.
15
15
    Import/export functions are also managed via NACT.
17
17
  - Nautilus extensions as dynamically loadable plugins. These extensions
18
18
    are automatically loaded by Nautilus when it starts. For now, two
19
19
    extensions are provided:
20
 
    . libnautilus-actions-menu is a plugin which takes care of displaying
21
 
      actions in Nautilus context menu
22
 
    . libnautilus-actions-tracker is a plugin which tracks the current Nautilus
23
 
      selection, and send it in response to a DBus request. 
 
20
    . libnautilus-actions-menu.so is a plugin which takes care of displaying
 
21
      actions in Nautilus context menus;
 
22
    . libnautilus-actions-tracker.so is a plugin which tracks the current
 
23
      Nautilus selection, and sends it in response to a DBus request. 
24
24
 
25
25
  - Command-line utilities:
26
26
    . nautilus-actions-new lets you create new actions from the command-line.
27
27
    . nautilus-actions-schemas prints the full GConf schema on stdout.
28
28
    . nautilus-actions-run lets you execute a predefined action, taking
29
29
      into account the current Nautilus selection via a DBus call to the
30
 
      tracker plugin.
 
30
      libnautilus-actions-tracker plugin.
31
31
 
32
32
Nautilus-Actions plugins.
33
33
 
41
41
    which means that newly created actions and menus will be stored on
42
42
    disk as .desktop files, in accordance with DES-EMA specification [1].
43
43
 
 
44
  Importers/Exporters.
 
45
 
 
46
    Nautilus-Actions also relies on plugins to import actions and menus,
 
47
    and to export them, in several formats.
 
48
    For now, Nautilus-Actions is able to import/export its items as:
 
49
    . GConf schemas;
 
50
    . GConf dump;
 
51
    . XML. 
 
52
 
44
53
Nautilus-Actions documentation.
45
54
 
46
55
  Documentation is provided in several formats:
47
56
  - developer documentation is provided as xml and html files, as generated
48
57
    by gtk-doc;
49
 
  - user's manuals and general documentation is provided as xml, pdf and
50
 
    html files, as generated by gnome-doc-utils, docbook-utils or dblatex
51
 
    packages.
 
58
  - NACT user's manuals and general documentation is provided as xml, pdf
 
59
    and html files, as generated by gnome-doc-utils, docbook-utils or dblatex
 
60
    tools.
52
61
 
53
62
[1] http://www.nautilus-actions.org/?q=node/377