Changeset 67
- Timestamp:
- 10/24/04 12:13:22 (4 years ago)
- Files:
-
- trunk/hotstuff/src/stuff.xml.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/hotstuff/src/stuff.xml.php
r42 r67 1 1 <?php 2 // 3 // Dynamic creation of a GHNS entry list (stuff.xml) 4 // Copyright (C) 2004 Josef Spillner <josef@kstuff.org> 5 // Pusblished under GNU GPL conditions. 2 6 3 7 include(".htconf"); … … 61 65 echo " <licence>$licence</licence>\n"; 62 66 echo " <summary>$summary</summary>\n"; 67 //echo " <summary lang=\"pt_BR\">$summary pt_BR</summary>\n"; 68 //echo " <summary lang=\"en_US\">$summary en_US</summary>\n"; 63 69 echo " <version>$version</version>\n"; 64 70 echo " <release>$release</release>\n";
