This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env php | |
| <?php | |
| echo "Release script\n"; | |
| echo " (c) 2013 Frank Kleine\n"; | |
| echo " This software is Drinkware. If you happen to meet the author spend him a drink.\n\n"; | |
| $pwd = getcwd(); | |
| if (false === $pwd) { | |
| error("Can't retrieve current directory - please check file permissions."); | |
| exit(1); | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?xml version="1.0" encoding="utf-8"?> | |
| <parts> | |
| <part name="content"> | |
| <h1>XML xinclude example</h1> | |
| <div> | |
| <h2>some some blog entry</h2> | |
| <p>blog entry comment</p> | |
| <p>2011-10-12</p> | 
NewerOlder