~gary-lasker/software-center/hide_nonapps_pkgs_xapian

« back to all changes in this revision

Viewing changes to README

  • Committer: Michael Vogt
  • Date: 2010-02-16 09:40:35 UTC
  • Revision ID: michael.vogt@ubuntu.com-20100216094035-ocazim6kc6qq2725
* README:
  - document menu.d/ directory
* softwarecenter/view/catview.py:
  - add SCPkgname xml filter

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
   adding  <limit name="max_match_rules_per_connection">512</limit> 
5
5
   and using something bigger than 512 is a good idea
6
6
 
 
7
== applications.menu ==
 
8
 
 
9
The menu file parser understands:
 
10
Category, And, Or, Not
 
11
 
 
12
The following additional XML filters are definied:
 
13
SCType - e.g. "Applicatin"
 
14
SCChannel - e.g. "lucid-partner"
 
15
SCSection - e.g. "net"
 
16
SCPkgname - e.g. "gimp"
 
17
 
 
18
Additional .menu files can be added in:
 
19
/usr/share/app-install/menu.d 
 
20
that software-center will read and parse.
7
21
 
8
22
== XAPIAN ==
9
23