~ubuntu-branches/debian/sid/dico/sid

« back to all changes in this revision

Viewing changes to debian/dicodconfig.alias

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-04-03 06:28:25 UTC
  • Revision ID: james.westby@ubuntu.com-20090403062825-65zy0qsryfgw6eyy
Tags: 2.0-1
Initial release (Closes: #522368).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl -lp
 
2
 
 
3
# By default, dicodconfig uses the basename of the file in
 
4
# /usr/share/dictd as the name of the database.  This file is an
 
5
# executable filter that substitutes a preferred name for a dictionary
 
6
# in /var/lib/dicod/dictorg-db.list.  This name is displayed by the dico -D
 
7
# command and is used with the -d option of dico to request
 
8
# definitions from a specific dictionary instead of the default of all
 
9
# installed dictionaries.
 
10
 
 
11
# The format of each line is:
 
12
#          s/^<basename-of dictionary-file>/<preferred nickname>/;
 
13
# Lines preceded by a hash character (#) are ignored.
 
14
 
 
15
s/^freedict/fd/;
 
16
s/^gazetteer/gaz/;