32 lines
927 B
XML
32 lines
927 B
XML
<?xml version="1.0"?>
|
|
<site>
|
|
<title>user</title>
|
|
<lang>eng</lang> <!--to be represented as ISO 639-3, might remove anyways-->
|
|
<description>this is my site.</description>
|
|
<!--all of these are optional, only enable what you actually have, delete the rest-->
|
|
<web>
|
|
<alfis>http://unused4now.ygg</alfis>
|
|
<i2p_b32>http://b32.i2p</i2p_b32>
|
|
<tor>http://site.onion</tor>
|
|
<ygg>http://[ipv6]</ygg>
|
|
</web>
|
|
<gemini>
|
|
<alfis>gemini://unused4now.ygg</alfis>
|
|
<i2p_b32>gemini://b32.i2p</i2p_b32>
|
|
<tor>gemini://site.onion</tor>
|
|
<ygg>gemini://[ipv6]</ygg>
|
|
</gemini>
|
|
<gopher>
|
|
<alfis>gopher://unused4now.ygg</alfis>
|
|
<i2p_b32>gopher://b32.i2p</i2p_b32>
|
|
<tor>gopher://site.onion</tor>
|
|
<ygg>gopher://[ipv6]</ygg>
|
|
</gopher>
|
|
<nex>
|
|
<alfis>nex://unused4now.ygg</alfis>
|
|
<i2p_ah>nex://addresshelper.i2p</i2p_ah>
|
|
<i2p_b32>nex://b32.i2p</i2p_b32>
|
|
<tor>nex://site.onion</tor>
|
|
<ygg>nex://[ipv6]</ygg>
|
|
</nex>
|
|
</site>
|