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
    
  
  
    
  | <html> | |
| <head> | |
| <style type="text/css"> | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body { | |
| background: #EEE; | |
| } | 
  
    
      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
    
  
  
    
  | <html> | |
| <head> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
| <script type="text/javascript" src="js/jquery.timeago.js"></script> | |
| <script type="text/javascript" src="js/timecleaner.js?v=2"></script> | |
| <script type="text/javascript"> | |
| /* | 
  
    
      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
    
  
  
    
  | var myStory = app.documents.item(0).stories.item(0); | |
| header = "POST /dev/postrecv.php HTTP/1.0 \ | |
| Host: ode.ivarvong.com \ | |
| From: [email protected] \ | |
| User-Agent: IVCopy/1.0 \ | |
| Content-Type: application/x-www-form-urlencoded \ | |
| Content-Length: "; | |
| data = myStory.contents; | 
  
    
      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
    
  
  
    
  | <?php | |
| require( '../wp-load.php' ); | |
| $stringData = $_POST['data']; | |
| // Create post object | |
| $my_post = array(); | |
| $my_post['post_title'] = 'TITLE CHANGE ME'; | |
| $my_post['post_content'] = $stringData; | |
| $my_post['post_status'] = 'draft'; | 
  
    
      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
    
  
  
    
  | <?php | |
| /* use a regular expression to remove inline comments. in this case, everything gets removed if it's inside double at signs. @@so you could CQ this@@ */ | |
| function filter_remove_inline_comments($content) { | |
| return preg_replace('/@@.*?@@/', '', $content); | |
| } | |
| add_filter('the_content', 'filter_remove_inline_comments', 5); | |
| ?> | 
  
    
      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
    
  
  
    
  | <?php | |
| /* | |
| Plugin Name: ODE - Shortcode queries | |
| Plugin URI: none | |
| Description: Generates teases from shortcode queries. Enables shortcodes in widgets. | |
| Author: Ivar Vong | |
| Version: 0.2 | |
| Author URI: http://ivarvong.com | |
| */ | 
  
    
      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
    
  
  
    
  | <?php | |
| /* | |
| Plugin Name: ODE - Ad tags | |
| Plugin URI: http://no-page-yet | |
| Description: Add template tags to return ads. | |
| Version: 0.1 | |
| Author: Ivar Vong | |
| Author URI: http://www.ivarvong.com/ | |
| License: GPL2 | |
| */ | 
  
    
      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
    
  
  
    
  | <?php | |
| /* | |
| Plugin Name: ODE - Shortcode queries | |
| Plugin URI: none | |
| Description: Generates teases from shortcode queries. Enables shortcodes in widgets. | |
| Author: Ivar Vong | |
| Version: 0.2 | |
| Author URI: http://ivarvong.com | |
| */ | 
  
    
      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
    
  
  
    
  | ODE BETA WordPress (DOESNT WORK) | |
| HTTP/1.1 200 OK | |
| Date: Sat, 30 Apr 2011 04:44:21 GMT | |
| Server: Apache/2.0.54 (Debian GNU/Linux) mod_auth_pgsql/2.0.2b1 PHP/4.3.10-22 mod_ssl/2.0.54 OpenSSL/0.9.7e | |
| X-Powered-By: PHP/5.2.13 | |
| X-Pingback: http://beta.dailyemerald.com/xmlrpc.php | |
| Expires: Wed, 11 Jan 1984 05:00:00 GMT | |
| Cache-Control: no-cache, must-revalidate, max-age=0 | |
| Pragma: no-cache | 
  
    
      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
    
  
  
    
  | omega-mm:convert mm1$ python CoPress-Convert.py | |
| Welcome to the College Publisher database converter, from CoPress Inc. ( http://copress.org ) | |
| Please enter config filename (optional): | |
| What format are your archives? 'cp4', 'cp5' or 'custom': cp5 | |
| What is your new website's URL: http://www.dailyemerald.com/ | |
| Do you want verbose results? (Y/n): | |
| How should authors be associated with posts? ('custom field' or 'user'): custom field | |
| Which custom field should authors be stored in?: cp_user | |
| How should images be associated with posts? ('custom field' or 'insert'): custom field | |
| Which custom field should images be stored in?: cp_image |