rclxml
This commit is contained in:
parent
a99d132569
commit
6f30ff3ed2
1 changed files with 11 additions and 4 deletions
|
@ -118,10 +118,13 @@ text/x-purple-html-log = internal text/html
|
||||||
text/x-python = exec rclpython
|
text/x-python = exec rclpython
|
||||||
text/x-shellscript = internal text/plain
|
text/x-shellscript = internal text/plain
|
||||||
text/x-tex = exec rcltex
|
text/x-tex = exec rcltex
|
||||||
# You're probably better off letting xml be indexed as text/plain (which
|
|
||||||
# will happen because of the default text/xxx handling. Handling it as html
|
application/xml = exec rclxml
|
||||||
# will strip all the parameters, where most of the data often resides
|
text/xml = exec rclxml
|
||||||
#text/xml = internal text/html
|
# Using these instead of the two above would index all parameter and tag
|
||||||
|
# names, attribute values etc, instead of just the text content.
|
||||||
|
#application/xml = internal text/plain
|
||||||
|
#text/xml = internal text/plain
|
||||||
|
|
||||||
## #############################################
|
## #############################################
|
||||||
# Icons to be used in the result list if required by gui config
|
# Icons to be used in the result list if required by gui config
|
||||||
|
@ -167,6 +170,8 @@ application/x-scribus = document
|
||||||
application/x-gnuinfo = document
|
application/x-gnuinfo = document
|
||||||
application/x-tex = wordprocessing
|
application/x-tex = wordprocessing
|
||||||
text/x-tex = wordprocessing
|
text/x-tex = wordprocessing
|
||||||
|
application/xml = document
|
||||||
|
text/xml = document
|
||||||
application/x-awk = source
|
application/x-awk = source
|
||||||
application/x-perl = source
|
application/x-perl = source
|
||||||
application/x-shellscript = source
|
application/x-shellscript = source
|
||||||
|
@ -227,6 +232,8 @@ text = \
|
||||||
application/x-gnuinfo \
|
application/x-gnuinfo \
|
||||||
application/x-shellscript \
|
application/x-shellscript \
|
||||||
application/x-tex \
|
application/x-tex \
|
||||||
|
application/xml \
|
||||||
|
text/xml \
|
||||||
text/x-tex \
|
text/x-tex \
|
||||||
image/vnd.djvu \
|
image/vnd.djvu \
|
||||||
text/calendar \
|
text/calendar \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue