~ubuntu-branches/debian/jessie/arb/jessie

« back to all changes in this revision

Viewing changes to HELP_SOURCE/oldhelp/mod_field_list.hlp

  • Committer: Package Import Robot
  • Author(s): Elmar Pruesse, Andreas Tille, Elmar Pruesse
  • Date: 2014-09-02 15:15:06 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140902151506-jihq58b3iz342wif
Tags: 6.0.2-1
[ Andreas Tille ]
* New upstream version
  Closes: #741890
* debian/upstream -> debian/upstream/metadata
* debian/control:
   - Build-Depends: added libglib2.0-dev
   - Depends: added mafft, mrbayes
* debian/rules
   - Add explicite --remove-section=.comment option to manual strip call
* cme fix dpkg-control
* arb-common.dirs: Do not create unneeded lintian dir
* Add turkish debconf translation (thanks for the patch to Mert Dirik
  <mertdirik@gmail.com>)
  Closes: #757497

[ Elmar Pruesse ]
* patches removed:
   - 10_config.makefiles.patch,
     80_no_GL.patch
       removed in favor of creating file from config.makefile.template via 
       sed in debian/control
   - 20_Makefile_main.patch
       merged upstream
   - 21_Makefiles.patch
       no longer needed
   - 30_tmpfile_CVE-2008-5378.patch: 
       merged upstream
   - 50_fix_gcc-4.8.patch:
       merged upstream
   - 40_add_libGLU.patch:
       libGLU not needed for arb_ntree)
   - 60_use_debian_packaged_raxml.patch:
       merged upstream
   - 70_hardening.patch
       merged upstream
   - 72_add_math_lib_to_linker.patch
       does not appear to be needed
* patches added:
   - 10_upstream_r12793__show_db_load_progress:
       backported patch showing progress while ARB is loading a database
       (needed as indicator/splash screen while ARB is launching)
   - 20_upstream_r12794__socket_permissions:
       backported security fix
   - 30_upstream_r12814__desktop_keywords:
       backported add keywords to desktop (fixes lintian warning)
   - 40_upstream_r12815__lintian_spelling:
       backported fix for lintian reported spelling errors
   - 50_private_nameservers
       change configuration to put nameservers into users home dirs
       (avoids need for shared writeable directory)
   - 60_use_debian_phyml
       use phyml from debian package for both interfaces in ARB
* debian/rules:
   - create config.makefile from override_dh_configure target
   - use "make tarfile" in override_dh_install
   - remove extra cleaning not needed for ARB 6
   - use "dh_install --list-missing" to avoid missing files
   - added override_dh_fixperms target
* debian/control:
   - added libarb-dev package
   - Depends: added phyml, xdg-utils
   - Suggests: removed phyml
   - fix lintian duplicate-short-description (new descriptions)
* debian/*.install:
   - "unrolled" confusing globbing to select files
   - pick files from debian/tmp
   - moved all config files to /etc/arb
* debian/arb-common.templates: updated
* scripts:
   - removed arb-add-pt-server
   - launch-wrapper: 
     - only add demo.arb to newly created $ARBUSERDATA
     - pass commandline arguments through bin/arb wrapper
   - preinst: removing old PT server index files on upgrade from 5.5*
   - postinst: set setgid on shared PT dir
* rewrote arb.1 manfile
* added file icon for ARB databases
* using upstream arb_tcp.dat

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
UP      tags.hlp
6
6
 
7
7
#Please insert subtopic references  (line starts with keyword SUB)
8
 
#SUB    parser.hlp
9
 
#SUB    commands.hlp
10
 
#SUB    regexpr.hlp
 
8
#SUB    subtopic.hlp
11
9
 
12
10
# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
13
11
 
35
33
 
36
34
                        '/Search RegExpr/Replace String/'  or
37
35
                        '/Search RegExpr/'
38
 
                        (see LINK{regexpr.hlp} for more details)
 
36
 
 
37
                        (see LINK{reg.hlp} for more details)
39
38
 
40
39
                SRT: Replaces substrings
41
40
 
42
 
                        Syntax: ':old_string=new_string' (see LINK{parser.hlp} for more details)
 
41
                        Syntax: ':old_string=new_string' (see LINK{srt.hlp} for more details)
43
42
 
44
43
                        Example: remove all spaces with SRT ': ='
45
44
 
48
47
 
49
48
                                      ':search1=replace1:search2=replace2:  ...  :searchn=replacen'.
50
49
 
51
 
                        * and ? are wild cards for multiple and single
 
50
                        '*' and '?' are wild cards for multiple and single
52
51
                        characters, respectively.
53
52
 
54
53
                ACI: More sophisticated string manipulations
55
54
 
56
 
                     Read LINK{commands.hlp} for more information.
 
55
                     Read LINK{aci.hlp} for more information.
57
56
 
58
57
 
59
58
NOTES           You may add new commands by editing one of the files:
70
69
                'mod_fields.sellst' is loaded.
71
70
 
72
71
                If you have created any scripts which might be useful for
73
 
                other ARB users send them to LINK{arb@arb-home.de}.
 
72
                other ARB users send them to LINK{devel@arb-home.de}.
74
73
 
75
 
EXAMPLES        ':p?r=p?1w'     replaces        par to paw
 
74
EXAMPLES        ':p?r=p?1w'      replaces       par to paw
76
75
                                                pbr to pbw
77
76
                                                pcr to pcw ...
78
 
                ':p??r=p?2?1r'  swaps the two letters between p and r
79
 
 
80
 
                ':a*=b*1'               replaces only the first 'a' by 'b'
81
 
                ':?* *=?1. *2'  Replaces the first word by its first
82
 
                                letter + '.'
83
 
                ':\:=\n'        replaces all ':' by <newline>
84
 
                ':*=*1 *(key1)' appends the database field <key1>
 
77
 
 
78
                ':p??r=p?2?1r'   swaps the two letters between p and r
 
79
 
 
80
                ':a*=b*1'        replaces only the first 'a' by 'b'
 
81
 
 
82
                ':?* *=?1. *2'   Replaces the first word by its first
 
83
                                 letter + '.'
 
84
 
 
85
                ':\:=\n'         replaces all ':' by <newline>
 
86
 
 
87
                ':*=*1 *(key1)'  appends the database field <key1>
 
88
 
85
89
                ':*=*1 *(key1|nothing found)'
86
90
                                appends the database field <key1>
87
91
                                if <key1> does not contain entries
91
95
                        the field full_name of all listed species:
92
96
 
93
97
                        Press:          'MODIFY FIELDS OF LISTED SPECIES'
94
 
 
95
98
                        Select Field:   'full_name'
96
99
                        Type Command:   ':spec.=sp.'
97
100
                        Press:          'GO'
102
105
                        are any entries:
103
106
 
104
107
                        Press:          'MODIFY FIELDS OF LISTED SPECIES'
105
 
 
106
108
                        Select Field:   'author'
107
109
                        Type Command:   ':*=*1 *(title) *(journal)'
108
110
                        Press:          'GO'
109
111
 
110
112
NOTE            Undo does work.
111
113
 
112
 
WARNINGS        Be careful if search  or replace string contain
 
114
WARNINGS        Be careful if search or replace string contain
113
115
                special characters (such as ':').
114
116
 
115
117
BUGS            No bugs known