deluge/deluge/ui/web/docs/deluge-docs.xml
Calum Lind 60e60427fc Fix for github code language detection
Moves the extjs framework into subdir that will be ignored by
github's Linguist library so that Deluge is detected correctly
as Python.
2014-02-21 22:39:25 +00:00

16 lines
541 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<doc>
<sources>
<source src="../js/extjs" match="ext-base-debug.js" />
<source src="../js/extjs" match="ext-all-debug.js" />
<source src="../js/extjs/ext-extensions" match="*.js" />
<source src="../js/deluge-all" match="*.js" />
</sources>
<tags>
<tag name="author" title="Author" />
<tag name="version" title="Version" />
<tag name="note" format="&lt;i&gt;NOTE: {0}&lt;/i&gt;" />
<tag name="demo" title="Demo" format="&lt;a href=&quot;{0}&quot;&gt;{0}&lt;/a&gt;" />
</tags>
</doc>