File: meta.xml

package info (click to toggle)
haskell-pandoc 3.7.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 24,532 kB
  • sloc: haskell: 86,819; xml: 4,325; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<office:document-meta
    xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0"
    xmlns:ooo="http://openoffice.org/2004/office"
    xmlns:grddl="http://www.w3.org/2003/g/data-view#"
    office:version="1.3">
  <office:meta>
    <meta:document-statistic
      meta:table-count="0" meta:image-count="0" meta:object-count="0"
      meta:page-count="1" meta:paragraph-count="2" meta:word-count="3"
      meta:character-count="14"
      meta:non-whitespace-character-count="12"/>
    <meta:generator>Pandoc</meta:generator>
  </office:meta>
</office:document-meta>