Switch to unified view

a/website/recoll_XMP/index.html b/website/recoll_XMP/index.html
...
...
78
>     mid = "<meta name=\"title\" markup=\"html\" content=\"" mid "\">"
78
>     mid = "<meta name=\"title\" markup=\"html\" content=\"" mid "\">"
79
167c198
79
167c198
80
< ' 
80
< ' 
81
---
81
---
82
> ' | 
82
> ' | 
83
168a200,203
83
168a200,205
84
> # replace latex with html markup
84
> # replace latex with html markup
85
> l2html |
85
> l2html |
86
> # replace "Subject" with "Abstract"
87
> sed -e s/\<meta\ name=\"Subject\"/\<meta\ name=\"Abstract\"/g |
86
> # add markup="html" to author meta element
88
> # add markup="html" to author meta element
87
> sed -e s/\<meta\ name=\"Author\"/\<meta\ name=\"Author\"\ markup=\"html\"/g
89
> sed -e s/\<meta\ name=\"Author\"/\<meta\ name=\"Author\"\ markup=\"html\"/g
88
</pre>
90
</pre>
89
91
90
<h2>Use the source (mimeconf file)</h2>
92
<h2>Use the source (mimeconf file)</h2>