summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.1115
-rw-r--r--doc/ranger.pod81
2 files changed, 123 insertions, 73 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 56e12432..7bf94b41 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.4.3" "09/29/2011" "ranger manual"
+.TH RANGER 1 "ranger-1.4.3" "10/01/2011" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -200,6 +200,24 @@ Tags are single characters which are displayed left of a filename.  You can use
 tags however you want.  Press \*(L"t\*(R" to toggle tags and \*(L"T\*(R" to remove any tags of
 the selection. The default tag is an Asterisk (\*(L"*\*(R"), but you can use any tag by
 typing \fI"<tagname>\fR.
+.SS "\s-1PREVIEWS\s0"
+.IX Subsection "PREVIEWS"
+By default, only text files are previewed, but you can enable external preview
+scripts by creating \fI~/.config/ranger/scope.sh\fR (see preview_script option.)
+This script will then be executed each time you attempt to preview a file.
+.PP
+Fetch the default scope.sh (from \fIranger/data/scope.sh\fR) by running
+\&\f(CW\*(C`ranger \-\-copy\-config=scope\*(C'\fR
+.PP
+This default script contains more documentation and calls to the programs
+\&\fIlynx\fR and \fIelinks\fR for html, \fIhighlight\fR for text/code, \fIimg2txt\fR for
+images, \fIatool\fR for archives, \fIpdftotext\fR for PDFs and \fImediainfo\fR for video
+and audio
+files.
+.PP
+Install these programs (just the ones you need) and scope.sh will automatically
+use them.  Make sure to also have the options \*(L"use_preview_script\*(R" and
+\&\*(L"preview_files\*(R" turned on.
 .SS "\s-1SELECTION\s0"
 .IX Subsection "SELECTION"
 The \fIselection\fR is defined as \*(L"All marked files \s-1IF\s0 \s-1THERE\s0 \s-1ARE\s0 \s-1ANY\s0, otherwise
@@ -235,24 +253,6 @@ are in different directories:
 .PP
 Macros for file paths are generally shell-escaped so they can be used in the
 :shell command.
-.SS "\s-1PREVIEWS\s0"
-.IX Subsection "PREVIEWS"
-By default, only text files are previewed, but you can enable external preview
-scripts by creating \fI~/.config/ranger/scope.sh\fR (see preview_script option.)
-This script will then be executed each time you attempt to preview a file.
-.PP
-Fetch the default scope.sh (from \fIranger/data/scope.sh\fR) by running
-\&\f(CW\*(C`ranger \-\-copy\-config=scope\*(C'\fR
-.PP
-This default script contains more documentation and calls to the programs
-\&\fIlynx\fR and \fIelinks\fR for html, \fIhighlight\fR for text/code, \fIimg2txt\fR for
-images, \fIatool\fR for archives, \fIpdftotext\fR for PDFs and \fImediainfo\fR for video
-and audio
-files.
-.PP
-Install these programs (just the ones you need) and scope.sh will automatically
-use them.  Make sure to also have the options \*(L"use_preview_script\*(R" and
-\&\*(L"preview_files\*(R" turned on.
 .SS "\s-1BOOKMARKS\s0"
 .IX Subsection "BOOKMARKS"
 Type \fBm<key>\fR to bookmark the current directory. You can re-enter this
@@ -296,13 +296,14 @@ to extract an archive.  See the \fIapps.py\fR configuration file for all program
 and modes.
 .SH "KEY BINDINGS"
 .IX Header "KEY BINDINGS"
+Key bindings are defined in the file \fIranger/defaults/rc.conf\fR.  Check this
+file for a list of all key bindings.  You can copy it to your local
+configuration directory with the \-\-copy\-config=rc option.
+.PP
 Many key bindings take an additional numeric argument.  Type \fI5j\fR to move
-down 5 lines, \fI2l\fR to open a file in mode 2, \fI10<Space>\fR to mark 10 files
-or \fI3?\fR to read the third chapter of the documentation.
+down 5 lines, \fI2l\fR to open a file in mode 2, \fI10<Space>\fR to mark 10 files.
 .PP
-Key bindings can be changed.  Detailed instructions for this are in the
-key binding configuration file at \fIranger/defaults/keys.py\fR. You can copy it
-to your local configuration directory with the \-\-copy\-config option.
+This list contains the most useful bindings:
 .SS "\s-1MAIN\s0 \s-1BINDINGS\s0"
 .IX Subsection "MAIN BINDINGS"
 .IP "h, j, k, l" 14
@@ -329,6 +330,8 @@ Redraw the screen
 .IP "S" 14
 .IX Item "S"
 Open a shell in the current directory
+.IP "?" 14
+Opens this man page
 .IP "yy" 14
 .IX Item "yy"
 Yank the selection to the \*(L"copy\*(R" buffer and mark them as to be copied
@@ -373,20 +376,12 @@ Toggle the mark-status of all files, unmark all files.
 .IP "V, uv" 14
 .IX Item "V, uv"
 Unmark all files
-.IP "^V\fIdirection\fR" 14
-.IX Item "^Vdirection"
-Mark all files in the given direction.  Works just like d\fIdirection\fR.
-.IP "u^V\fIdirection\fR" 14
-.IX Item "u^Vdirection"
-Unmark all files in the given direction.  Works just like d\fIdirection\fR.
 .IP "/" 14
 Search for files in the current directory.
 .IP ":" 14
 Open the console.
-.SS "\s-1ADDITIONAL\s0 \s-1KEYBINDINGS\s0"
-.IX Subsection "ADDITIONAL KEYBINDINGS"
-.IP "g\fIN\fR" 14
-.IX Item "gN"
+.IP "Alt\-\fIN\fR" 14
+.IX Item "Alt-N"
 Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it
 will be created.
 .IP "gn, ^N" 14
@@ -398,8 +393,6 @@ Go to the next or previous tab. You can also use \s-1TAB\s0 and \s-1SHIFT+TAB\s0
 .IP "gc, ^W" 14
 .IX Item "gc, ^W"
 Close the current tab.  The last tab cannot be closed this way.
-.IP "?" 14
-Opens the help screen with more key bindings and documentation
 .SS "\s-1MIDNIGHT\s0 COMMANDER-LIKE \s-1BINDINGS\s0"
 .IX Subsection "MIDNIGHT COMMANDER-LIKE BINDINGS"
 .IP "<F1>" 14
@@ -595,7 +588,11 @@ Enable this if key combinations with the Alt Key don't work for you.
 .SH "COMMANDS"
 .IX Header "COMMANDS"
 You can enter the commands in the console which is opened by pressing \*(L":\*(R".
-Press <F1> to view help about the currently typed in command.
+.PP
+There are additional commands which are directly translated to python
+functions, one for every method in the ranger.core.actions.Actions class.
+They are not documented here, since they are mostly for key bindings, not to be
+typed in by a user.  Read the source if you are interested in them.
 .IP "bulkrename" 2
 .IX Item "bulkrename"
 This command opens a list of selected files in an external editor.  After you
@@ -608,6 +605,9 @@ it, it will be executed.
 .IX Item "cd [directory]"
 The cd command changes the directory.  The command \f(CW\*(C`:cd \-\*(C'\fR is equivalent to
 typing ``.
+.IP "chain \fIcommand1\fR[; \fIcommand2\fR[; \fIcommand3\fR...]]" 2
+.IX Item "chain command1[; command2[; command3...]]"
+Combines multiple commands into one, separated by columns.
 .IP "chmod \fIoctal_number\fR" 2
 .IX Item "chmod octal_number"
 Sets the permissions of the selection to the octal number.
@@ -622,6 +622,13 @@ example, \fB+ar\fR allows reading for everyone, \-ow forbids others to write and
 =777 allows everything.
 .Sp
 See also: man 1 chmod
+.IP "cmap \fIkey\fR \fIcommand\fR" 2
+.IX Item "cmap key command"
+Binds keys for the console. Works like the \f(CW\*(C`map\*(C'\fR command.
+.IP "console [\-p\fIN\fR] \fIcommand\fR" 2
+.IX Item "console [-pN] command"
+Opens the console with the command already typed in.  The cursor is placed at
+\&\fIN\fR.
 .IP "delete [\fIconfirmation\fR]" 2
 .IX Item "delete [confirmation]"
 Destroy all files in the selection with a roundhouse kick.  Ranger will ask for
@@ -633,10 +640,11 @@ word starts with a `y'.
 .IP "edit [\fIfilename\fR]" 2
 .IX Item "edit [filename]"
 Edit the current file or the file in the argument.
-.IP "eval \fIpython_code\fR" 2
-.IX Item "eval python_code"
+.IP "eval [\fI\-q\fR] \fIpython_code\fR" 2
+.IX Item "eval [-q] python_code"
 Evaluates the python code.  `fm' is a reference to the \s-1FM\s0 instance.  To display
-text, use the function `p'.
+text, use the function `p'.  The result is displayed on the screen unless you
+use the \*(L"\-q\*(R" option.
 .Sp
 Examples:
  :eval fm
@@ -657,6 +665,16 @@ Looks for a string in all marked files or directories.
 .IX Item "load_copy_buffer"
 Load the copy buffer from \fI~/.config/ranger/copy_buffer\fR.  This can be used to
 pass the list of copied files to another ranger instance.
+.IP "map \fIkey\fR \fIcommand\fR" 2
+.IX Item "map key command"
+Assign the key combination to the given command.  Whenever you type the
+key/keys, the command will be executed.  Additionally, if you use a quantifier
+when typing the key, like 5j, it will be passed to the command as the attribute
+\&\*(L"self.quantifier\*(R".
+.Sp
+The keys you bind with this command are accessible in the file browser only,
+not in the console, task view or pager.  To bind keys there, use the commands
+\&\*(L"cmap\*(R", \*(L"tmap\*(R" or \*(L"pmap\*(R".
 .IP "mark \fIpattern\fR" 2
 .IX Item "mark pattern"
 Mark all files matching the regular expression pattern.
@@ -669,6 +687,9 @@ Open the selected files with the given application, unless it is omitted, in
 which case the default application is used.  \fIflags\fR are characters out of
 \&\*(L"sdpcwSDPCW\*(R" and \fImode\fR is any positive integer. Their meanings are discussed
 in their own sections.
+.IP "pmap \fIkey\fR \fIcommand\fR" 2
+.IX Item "pmap key command"
+Binds keys for the pager. Works like the \f(CW\*(C`map\*(C'\fR command.
 .IP "quit" 2
 .IX Item "quit"
 Like quit!, but closes only this tab if multiple tabs are open.
@@ -718,6 +739,9 @@ Spawns the \fIx\-terminal-emulator\fR starting in the current directory.
 .IP "touch \fIfilename\fR" 2
 .IX Item "touch filename"
 Creates an empty file with the name \fIfilename\fR, unless it already exists.
+.IP "tmap \fIkey\fR \fIcommand\fR" 2
+.IX Item "tmap key command"
+Binds keys for the taskview. Works like the \f(CW\*(C`map\*(C'\fR command.
 .IP "unmark \fIpattern\fR" 2
 .IX Item "unmark pattern"
 Unmark all files matching a regular expression pattern.
@@ -734,7 +758,7 @@ Use the \-\-copy\-config option to obtain the default configuration files.  They
 include further documentation and it's too much to put here.
 .PP
 You don't need to copy the whole file though, most configuration files are
-overlaid on top of the defaults (\fIoptions.py\fR, \fIcommand.py\fR, \fIkeys.py\fR) or
+overlaid on top of the defaults (\fIoptions.py\fR, \fIcommand.py\fR, \fIrc.conf\fR) or
 can be sub-classed (\fIapps.py\fR, \fIcolorschemes\fR).
 .PP
 When starting ranger with the \fB\-\-clean\fR option, it will not access or create
@@ -747,9 +771,10 @@ Controls which applications are used to open files.
 .IP "commands.py" 10
 .IX Item "commands.py"
 Defines commands which can be used by typing \*(L":\*(R".
-.IP "keys.py" 10
-.IX Item "keys.py"
-Defines key bindings.
+.IP "rc.conf" 10
+.IX Item "rc.conf"
+Contains a list of commands which are executed on startup.  Mostly key bindings
+are defined here.
 .IP "options.py" 10
 .IX Item "options.py"
 Sets a handful of basic options.
@@ -840,8 +865,8 @@ original one.
 \&   test \-f "$tempfile" &&
 \&   if [ "$(cat \-\- "$tempfile")" != "$(echo \-n \`pwd\`)" ]; then
 \&     cd \-\- "$(cat "$tempfile")"
-\&     rm \-f \-\- "$tempfile"
 \&   fi
+\&   rm \-f \-\- "$tempfile"
 \& }
 \&
 \& # This binds Ctrl\-O to ranger\-cd:
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 6625c4e4..b8d779c1 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -200,13 +200,14 @@ and modes.
 
 =head1 KEY BINDINGS
 
+Key bindings are defined in the file F<ranger/defaults/rc.conf>.  Check this
+file for a list of all key bindings.  You can copy it to your local
+configuration directory with the --copy-config=rc option.
+
 Many key bindings take an additional numeric argument.  Type I<5j> to move
-down 5 lines, I<2l> to open a file in mode 2, I<10<SpaceE<gt>> to mark 10 files
-or I<3?> to read the third chapter of the documentation.
+down 5 lines, I<2l> to open a file in mode 2, I<10<SpaceE<gt>> to mark 10 files.
 
-Key bindings can be changed.  Detailed instructions for this are in the
-key binding configuration file at F<ranger/defaults/keys.py>. You can copy it
-to your local configuration directory with the --copy-config option.
+This list contains the most useful bindings:
 
 =head2 MAIN BINDINGS
 
@@ -244,6 +245,10 @@ Redraw the screen
 
 Open a shell in the current directory
 
+=item ?
+
+Opens this man page
+
 =item yy
 
 Yank the selection to the "copy" buffer and mark them as to be copied
@@ -301,14 +306,6 @@ Toggle the mark-status of all files, unmark all files.
 
 Unmark all files
 
-=item ^VI<direction>
-
-Mark all files in the given direction.  Works just like dI<direction>.
-
-=item u^VI<direction>
-
-Unmark all files in the given direction.  Works just like dI<direction>.
-
 =item /
 
 Search for files in the current directory.
@@ -317,13 +314,8 @@ Search for files in the current directory.
 
 Open the console.
 
-=back
-
-=head2 ADDITIONAL KEYBINDINGS
-
-=over 14
 
-=item gI<N>
+=item Alt-I<N>
 
 Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it
 will be created.
@@ -340,10 +332,6 @@ Go to the next or previous tab. You can also use TAB and SHIFT+TAB instead.
 
 Close the current tab.  The last tab cannot be closed this way.
 
-=item ?
-
-Opens the help screen with more key bindings and documentation
-
 =back
 
 =head2 MIDNIGHT COMMANDER-LIKE BINDINGS
@@ -614,7 +602,11 @@ Enable this if key combinations with the Alt Key don't work for you.
 =head1 COMMANDS
 
 You can enter the commands in the console which is opened by pressing ":".
-Press <F1> to view help about the currently typed in command.
+
+There are additional commands which are directly translated to python
+functions, one for every method in the ranger.core.actions.Actions class.
+They are not documented here, since they are mostly for key bindings, not to be
+typed in by a user.  Read the source if you are interested in them.
 
 =over 2
 
@@ -632,6 +624,10 @@ it, it will be executed.
 The cd command changes the directory.  The command C<:cd -> is equivalent to
 typing ``.
 
+=item chain I<command1>[; I<command2>[; I<command3>...]]
+
+Combines multiple commands into one, separated by columns.
+
 =item chmod I<octal_number>
 
 Sets the permissions of the selection to the octal number.
@@ -647,6 +643,15 @@ example, B<+ar> allows reading for everyone, -ow forbids others to write and
 
 See also: man 1 chmod
 
+=item cmap I<key> I<command>
+
+Binds keys for the console. Works like the C<map> command.
+
+=item console [-pI<N>] I<command>
+
+Opens the console with the command already typed in.  The cursor is placed at
+I<N>.
+
 =item delete [I<confirmation>]
 
 Destroy all files in the selection with a roundhouse kick.  Ranger will ask for
@@ -690,6 +695,17 @@ Looks for a string in all marked files or directories.
 Load the copy buffer from F<~/.config/ranger/copy_buffer>.  This can be used to
 pass the list of copied files to another ranger instance.
 
+=item map I<key> I<command>
+
+Assign the key combination to the given command.  Whenever you type the
+key/keys, the command will be executed.  Additionally, if you use a quantifier
+when typing the key, like 5j, it will be passed to the command as the attribute
+"self.quantifier".
+
+The keys you bind with this command are accessible in the file browser only,
+not in the console, task view or pager.  To bind keys there, use the commands
+"cmap", "tmap" or "pmap".
+
 =item mark I<pattern>
 
 Mark all files matching the regular expression pattern.
@@ -705,6 +721,10 @@ which case the default application is used.  I<flags> are characters out of
 "sdpcwSDPCW" and I<mode> is any positive integer. Their meanings are discussed
 in their own sections.
 
+=item pmap I<key> I<command>
+
+Binds keys for the pager. Works like the C<map> command.
+
 =item quit
 
 Like quit!, but closes only this tab if multiple tabs are open.
@@ -762,6 +782,10 @@ Spawns the I<x-terminal-emulator> starting in the current directory.
 
 Creates an empty file with the name I<filename>, unless it already exists.
 
+=item tmap I<key> I<command>
+
+Binds keys for the taskview. Works like the C<map> command.
+
 =item unmark I<pattern>
 
 Unmark all files matching a regular expression pattern.
@@ -784,7 +808,7 @@ Use the --copy-config option to obtain the default configuration files.  They
 include further documentation and it's too much to put here.
 
 You don't need to copy the whole file though, most configuration files are
-overlaid on top of the defaults (F<options.py>, F<command.py>, F<keys.py>) or
+overlaid on top of the defaults (F<options.py>, F<command.py>, F<rc.conf>) or
 can be sub-classed (F<apps.py>, F<colorschemes>).
 
 When starting ranger with the B<--clean> option, it will not access or create
@@ -802,9 +826,10 @@ Controls which applications are used to open files.
 
 Defines commands which can be used by typing ":".
 
-=item keys.py
+=item rc.conf
 
-Defines key bindings.
+Contains a list of commands which are executed on startup.  Mostly key bindings
+are defined here.
 
 =item options.py
 
@@ -922,8 +947,8 @@ original one.
    test -f "$tempfile" &&
    if [ "$(cat -- "$tempfile")" != "$(echo -n `pwd`)" ]; then
      cd -- "$(cat "$tempfile")"
-     rm -f -- "$tempfile"
    fi
+   rm -f -- "$tempfile"
  }
 
  # This binds Ctrl-O to ranger-cd:
aram <vc@akkartik.com> 2015-06-23 14:02:12 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-06-23 14:02:12 -0700 1631 - update html versions' href='/akkartik/mu/commit/html/065duplex_list.mu.html?h=hlt&id=dbe124108b7a3529feeeba91339928c4ac737072'>dbe12410 ^
f5465e12 ^


dbe12410 ^
f5465e12 ^




dbe12410 ^
f5465e12 ^
dbe12410 ^
f5465e12 ^



dbe12410 ^
f5465e12 ^
dbe12410 ^
f5465e12 ^




dbe12410 ^

f5465e12 ^
dbe12410 ^
f5465e12 ^






dbe12410 ^
f5465e12 ^







dbe12410 ^

f5465e12 ^





dbe12410 ^


f5465e12 ^
dbe12410 ^
f5465e12 ^



dbe12410 ^
f5465e12 ^
dbe12410 ^
f5465e12 ^







dbe12410 ^

f5465e12 ^




dbe12410 ^


f5465e12 ^
dbe12410 ^
f5465e12 ^



dbe12410 ^
f5465e12 ^



dbe12410 ^
f5465e12 ^







0e4a335e ^

f5465e12 ^





0e4a335e ^


f5465e12 ^
0e4a335e ^
f5465e12 ^




0e4a335e ^

f5465e12 ^


0e4a335e ^






f5465e12 ^




0e4a335e ^

f5465e12 ^






0e4a335e ^

f5465e12 ^




0e4a335e ^

f5465e12 ^
0e4a335e ^
f5465e12 ^






0e4a335e ^


f5465e12 ^


0e4a335e ^
f5465e12 ^





0e4a335e ^

f5465e12 ^



0e4a335e ^


f5465e12 ^
0e4a335e ^
f5465e12 ^






0e4a335e ^


f5465e12 ^
0e4a335e ^
f5465e12 ^




0e4a335e ^
f5465e12 ^





dbe12410 ^

f5465e12 ^



dbe12410 ^


f5465e12 ^
0e4a335e ^
f5465e12 ^


dbe12410 ^
0e4a335e ^

f5465e12 ^

0e4a335e ^
f5465e12 ^



dbe12410 ^

f5465e12 ^


dbe12410 ^

0e4a335e ^


f5465e12 ^







0e4a335e ^
f5465e12 ^
















0e4a335e ^

f5465e12 ^










0e4a335e ^

f5465e12 ^




0e4a335e ^
f5465e12 ^




0e4a335e ^


f5465e12 ^







0e4a335e ^
f5465e12 ^








0e4a335e ^
dbe12410 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599