[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-wpkg/sources/wpkg/ -> hosts.xml.orig (source)

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  
   3  <!-- Lists host names and associated profile. This file can be edited
   4       directly, or even created automatically depending on your
   5       environment. 
   6       
   7       For more info, see http://wpkg.org/index.php/Category:Documentation
   8       
   9       -->
  10  
  11  <wpkg>
  12  
  13      <host name="hostname" profile-id="custom" />
  14  
  15  
  16  <!-- This one will match all hosts that were not matched before.
  17       For more info on regexp matching, see the documentation on http://wpkg.org/index.php/Regular_expression_support -->
  18  
  19      <host name=".+" profile-id="other" />
  20  
  21  </wpkg>


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1