-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.mddoc.xml.dist
35 lines (31 loc) · 963 Bytes
/
.mddoc.xml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<mddoc>
<docpage target="README.md" autoloader="psr4" autoloader-root-namespace="Quorum\Exporter" autoloader-root="src">
<section title="Exporter">
<badge-poser type="version" />
<badge-poser type="downloads" />
<badge-poser type="license" />
<badge-github-action name="QuorumCollection/Exporter" workflow-file="ci.yml"/>
<text><![CDATA[
A Streamed Data Export Tool
Supported formats:
- CSV / TSV
- SpreadsheetML "Excel 2004 XML Spreadsheet"
- More to come.
]]></text>
<section title="Requirements">
<composer-requires />
</section>
<section title="Installing">
<composer-install/>
</section>
<section title="Example">
<section title="Simple CSV Export">
<source name="example/simplecsv.php" lang="php" />
</section>
</section>
<section title="Documentation">
<recursive-directory name="src/" />
</section>
</section>
</docpage>
</mddoc>