mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
18 lines
618 B
XML
18 lines
618 B
XML
<?xml version="1.0"?>
|
|
|
|
<generator xmlns="http://www.github/cliffe/SecGen/generator"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
|
|
<name>Mail ID Generator</name>
|
|
<author>Thomas Shaw</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Random Mail ID in the system mail format XXXXNNX-NNNNXX-XX.</description>
|
|
|
|
<type>mail_id</type>
|
|
<type>mail_id_generator</type>
|
|
<type>local_calculation</type>
|
|
<platform>linux</platform>
|
|
<platform>windows</platform>
|
|
|
|
<output_type>paragraph</output_type>
|
|
</generator> |