
r3 target list [ location
]
Lists all targets matching the specified location. If no
location is provided, lists all target locations and pages.
Furthermore the location may be partial as product ,
product/intl or product/intl/page. When the
location is partial, lists all targets sharing the partial
location.
This command also displays locations that inherit from the page
location where the target was created. These are marked in the list
with [i].
For example, consider the following inheritance chains for the product/intl/page dimensions.
| product | intl |
|---|---|
| cheese | ca |
| generic | fr |
| generic |
Now let's create targets at
cheese/ca/0.html,
cheese/fr/1.html,
cheese/generic/2.html,
generic/generic/3.html. r3 target
list produces:
cheese/ca
0.html
1.html [i]
2.html [i]
3.html [i]
cheese/fr
1.html
2.html [i]
3.html [i]
cheese/generic
2.html
3.html [i]
generic/ca
3.html [i]
generic/fr
3.html [i]
generic/generic
3.html
Note that since 3.html is created at the
most generic level and that all the locations inherit from this,
3.html is displayed as inherited at every level,
except the generic/generic level (where it was
created).
r3 target list cheese gives the above without
the locations with generic product. r3 target list
cheese/ca gives just the section (as above) for
cheese/ca. Finally, r3 target list
cheese/ca/1.html just shows the one item as
inherited.
none
none