mirror of
https://github.com/apache/impala.git
synced 2025-12-30 21:02:41 -05:00
These are refugees from doc_prototype. They can be rendered with the DITA Open Toolkit version 2.3.3 by: /tmp/dita-ot-2.3.3/bin/dita \ -i impala.ditamap \ -f html5 \ -o $(mktemp -d) \ -filter impala_html.ditaval Change-Id: I8861e99adc446f659a04463ca78c79200669484f Reviewed-on: http://gerrit.cloudera.org:8080/5014 Reviewed-by: John Russell <jrussell@cloudera.com> Tested-by: John Russell <jrussell@cloudera.com>
22 lines
1.3 KiB
XML
22 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?><val>
|
|
<!-- Exclude Cloudera-only content. This is typically material that's permanently hidden,
|
|
e.g. obsolete or abandoned. Use pre-release for material being actively worked on
|
|
that's not ready for prime time. -->
|
|
<prop att="audience" val="Cloudera" action="exclude"/>
|
|
<!-- These two are backward: things marked HTML are excluded from the HTML and
|
|
things marked PDF are excluded from the PDF. -->
|
|
<prop att="audience" val="HTML" action="exclude"/>
|
|
<prop att="audience" val="PDF" action="include"/>
|
|
<!-- standalone = upstream Impala docs, not part of any larger library
|
|
integrated = any xrefs, topicrefs, or other residue from original downstream docs
|
|
that don't resolve properly in the upstream context -->
|
|
<prop att="audience" val="integrated" action="exclude"/>
|
|
<prop att="audience" val="standalone" action="include"/>
|
|
<!-- John added this so he can work on Impala_Next in master without fear that
|
|
it will show up too early in released docs -->
|
|
<prop att="audience" val="impala_next" action="exclude"/>
|
|
<!-- This DITAVAL specifically EXCLUDES things marked pre-release -->
|
|
<!-- It is safe to use for generating public artifacts. -->
|
|
<prop att="audience" val="pre-release" action="exclude"/>
|
|
</val>
|