Template: Post-DNS

From LibrePlanet
Jump to: navigation, search
(Add post-DNS template)
 
(Add post-DNS template)
 
Line 9: Line 9:
 
=== Usage ===
 
=== Usage ===
  
<nowiki>{{post-dns}}</nowiki>
+
<nowiki>{{Post-DNS}}</nowiki>
  
 
will display:
 
will display:
  
{{post-dns}}
+
{{Post-DNS}}
 
</noinclude><includeonly>
 
</noinclude><includeonly>
 
<!-- Please move CSS to the MW stylesheet -->
 
<!-- Please move CSS to the MW stylesheet -->
<style>
+
<div class="consensus post-dns" style="width: 35%; background-color: rgba(50,200,25,0.25); padding: 0.25rem; border: 2px solid green;">Does not require <abbr title="Domain Name System">DNS</abbr> to work.</div>
  .post-dns {
+
[[Category:Post-DNS|Post-DNS]]
    padding: 0.5rem;
 
    border: 2px solid green;
 
  }
 
  .post-dns abbr {
 
    font-style: italic;
 
  }
 
</style>
 
<div class="post-dns">Does not require <abbr title="Domain Name System">DNS</abbr> to work.</div>
 
 
</includeonly>
 
</includeonly>

Latest revision as of 09:04, 4 December 2015

GNU Consensus Templates

Post-DNS Internet

This template is useful to indicate that a program does not depend on the availability of DNS to function.

DNS promotes a centralized, hierarchical, censorable, spoofable name system. Post-DNS Internet applications use other naming systems, e.g., self-authenticated names (like Tor, I2P, or GNUnet).

Usage

{{Post-DNS}}

will display:


Does not require DNS to work.