Only in hemingwayEx1.1: .DS_Store diff -bErB hemingwayEx1.0/404.php hemingwayEx1.1/404.php 6,7c6,7 <
It looks like there's a problem with the page you're trying to get to. If you're looking for something in particular, try using the search form below, or by browsing the archives.
--- > > 9c9 <You requested a page that doesn't exist on this site any more. This could be caused by a link you followed that was out of date, by a typing in the wrong address in the address bar, or simply because the post has been deleted.
--- > > diff -bErB hemingwayEx1.0/LICENSE hemingwayEx1.1/LICENSE 2c2 < Copyright (c) 2007 Nalin Makar --- > Copyright (c) 2007-2008 Nalin Makar Only in hemingwayEx1.1/admin: .DS_Store Only in hemingwayEx1.0/admin/images: Thumbs.db Only in hemingwayEx1.1/admin/js: .DS_Store diff -bErB hemingwayEx1.0/archive.php hemingwayEx1.1/archive.php 8c8 < --- > 58c58 <To use Tags block, you need to have Ultimate Tag Warrior Plugin installed.
RSS feed for comments on this post.
--- > 27c27 <The URI to TrackBack this entry is:
--- >The URI
52c52 <No comments yet.
--- > 56,57c56,57 <Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
HTML
Sorry, the comment form is closed at this time.
--- > 94c94 < --- > 102c102 <Powered by Wordpress
--- > diff -bErB hemingwayEx1.0/comments.php hemingwayEx1.1/comments.php 9c9 <--- >
44c44 < Your comment is awaiting moderation. --- > 62c62 <
--- > 67d66 < 71,72c70,71 <XHTML: You can use these tags:
--- > >XHTML:
74c73 <You must be logged in to post a comment.
--- >logged in'); ?>
78c77 <Logged in as . Logout »
--- >'. $user_identity .'. Logout »') ?>
81,83c80,82 <Powered by HemingwayEx flavored Wordpress.
<Entries RSS Comments RSS Valid XHTML 1.0
--- >HemingwayEx', 'Wordpress.') ?>
> 13d11 < diff -bErB hemingwayEx1.0/functions.php hemingwayEx1.1/functions.php 1a2 > load_theme_textdomain('hemingwayex'); 37d37 < 121d124 < 126,134d128 < < } < < function get_asides_category_id() { < global $hemingwayEx_options; < global $wpdb; < if( $hemingwayEx_options['asides_category'] != "" ) { < return $wpdb->get_var("SELECT cat_ID FROM " . $wpdb->categories . " WHERE cat_name='" . $hemingwayEx_options['asides_category'] . "'"); < } 139,142c133,134 < < $hemingwayEx->version = "1.0"; < $hemingwayEx->date = "2007-07-14"; < --- > $hemingwayEx->version = "1.1"; > $hemingwayEx->date = "2008-04-29"; 147d138 < 'asides_category' => "", 150c141,146 < 'page_comments' => 1 --- > 'page_comments' => 1, > 'slidebar_enabled' => 1, > 'bottombar_enabled' => 1, > 'post_navigation' => 0, > 'excerpt_enabled' => 1, > 'font_resizer' => 1, 152d147 < 164d158 < 'asides' => 'Asides', 168d161 < 179d171 < 190,191d181 < < 200c190,193 < add_option('hem_last_updated', '0000-00-00', 'Last date HemingwayEx was updated'); --- > add_option('hem_last_updated', '0000-00-00', 'Last date HemingwayEx was checked for an update'); > > if (!get_option('hem_known_update') ) > add_option('hem_known_update', '0000-00-00', 'Last known date when HemingwayEx update was released'); 212d204 < 227d218 < 229d219 < 231d220 < 237d225 < 239d226 < 248d234 < 254a241 > 266d252 < 272a259 > 285,286c272 < $found_update = $known_update; < $new_version; --- > $found_update = "";//$known_update; 289c275 < if (date("Y-m-d", time() + 7 * 24 * 60 * 60) > get_option('hem_last_updated')) { --- > if (strcmp(date("Y-m-d", time() - 7 * 24 * 60 * 60), get_option('hem_last_updated')) > 0) { 298a285 > 330d316 < } 333c319 < if ($found_update > $known_update) --- > if (strcmp($found_update, $known_update) > 0) 337,338c323,326 < if ($found_update > $hemingwayEx->date) < hemingwayEx_message(__('An update of HemingwayEx is available as of ', 'hemingwayEx') . $found_update . __('. Download HemingwayEx ', 'hemingwayEx') . $version . __('.', 'hemingwayEx')); --- > if (strcmp($found_update, $hemingwayEx->date) > 0) > hemingwayEx_message(__('An update of HemingwayEx is available as of ', 'hemingwayEx') . $found_update . __('. Download HemingwayEx ', 'hemingwayEx') . $version . '.'); > > } 346d333 < 352c339 < $message = 'Styles updated!'; --- > $message = __('Styles updated!','hemingwayex'); 358c345 < $message = 'Block added!'; --- > $message = __('Block added!','hemingwayex'); 369c356 < $message = 'Settings removed.'; --- > $message = __('Settings removed.','hemingwayex'); 384d370 < $hemingwayEx_options['asides_category'] = $_POST['asides_category']; 388a375,379 > $hemingwayEx_options['slidebar_enabled'] = $_POST['slidebar_enabled']; > $hemingwayEx_options['bottombar_enabled'] = $_POST['bottombar_enabled']; > $hemingwayEx_options['excerpt_enabled'] = $_POST['excerpt_enabled']; > $hemingwayEx_options['post_navigation'] = $_POST['post_navigation']; > $hemingwayEx_options['font_resizer'] = $_POST['font_resizer']; 392c383 < $message = 'Options updated!'; --- > $message = __('Options updated!','hemingwayex'); 394d384 < 422c412 < .block{ --- > .block{ 424c414 < height:200px; --- > height:150px; 431,432c421,422 < } < .block ul{ --- > } > .block ul{ 435,436c425,426 < } < .block ul li{ --- > } > .block ul li{ 443,444c433,434 < } < .block ul li a.remove{ --- > } > .block ul li a.remove{ 456,458c446,448 < } < * html .block ul li a.remove{ right:15px; } < .block-active{ --- > } > * html .block ul li a.remove{ right:15px; } > .block-active{ 461,463c451,452 < } < < #addables li{ --- > } > #addables li{ 472,473c461,462 < } < ul#addables{ --- > } > ul#addables{ 478c467 < } --- > } 480d468 < 485d472 < 491a479 > $hemingwayEx_known_update = get_option('hem_known_update'); 496,497c484,485 <Select a style from the dropdown below to customize HemingwayEx with a special style.
--- > > 501c489 < --- > 504d491 < 523d509 < 526d511 < 530,532c515,516 < ?> < <Drag and drop the different blocks into their place below. After you drag the block to the area, it will update with the new contents automatically.
--- > ?> > 539d522 < 541d523 < 550c532 <Give the block a display name (such as "About Page")
--- > >757c731 < --- > Miscellaneous Options --- > 768,769c740 <
If enabled, you can use Presentation -> Widgets from the Admin menu to decide which widgets are displayed in the sidebars. If disabled, the classic Hemingway blocks system will be used to work with the sidebars.
--- > 771c742,750 < --- > > >> >
> >Widgets from the Admin menu to decide which widgets are displayed in the sidebars. If disabled, the classic Hemingway blocks system will be used to work with the sidebars.','hemingwayex') ?>
>> 774c753 <
Note: You should disable this option as, your current installation of Wordpress doesn't support Widgets.
--- >776,777c755 <
Enter the category name that you wish to designate as the asides category. This is case insensitive, but make sure you enter in the name correctly.
--- > 779c757 <Asides
---
>
781,782c759,761
< Enter the length of excerpt in number of words. If length is not specified or is set to 0, it will default to 75 words. Also, this will only be used if an excerpt isn't already defined for the post.
--- > > > 784,785c763,764 < <> 800d781 < 804,806c785,791 <
This copy of HemingwayEx is version version; ?> released on date; ?>.
<Last checked on .
< --- >This copy of HemingwayEx is version version; ?> released on date; ?>. > date) > 0) { ?> > There is an update available as of . HemingwayEx. > > You have the latest version installed. > >
Last checked on .
808c793,804 <If you would like to reset or uninstall HemingwayEx, push this button. It will erase all of your preferences.
--- >813,814c809 < < --- > 816c811 <
Thank you for using HemingwayEx! There's two reasons you might be seeing this:
--- >:
818,819c813,814 <This block works only if a valid Asides category has been set in the HemingwayEx's options.
< <'. __('Read the rest of this entry »','hemingwayex') .'
'); > } ?> 16c19,22 < date_format(true) . '/y') ?> | | Filed Under: --- > date_format(true) . '/y') ?> | | > >Sorry, but you are looking for something that isn't here.
--- > > 28d31 < 30d32 < 34d35 < 36d36 < diff -bErB hemingwayEx1.0/page.php hemingwayEx1.1/page.php 10,11c10,11 < Pages:&after=&next_or_number=number'); ?> < ', ''); ?> --- > '. __('Pages:','hemingwayex') .'&after=&next_or_number=number'); ?> > ', ''); ?> 25,26c25,26 < < Jump to comment formComments are closed | [?] ping_status): ?>| trackback uri [?] --- > > Comments are closed | [?] ping_status): ?>| [?] 33c33 <Sorry, no posts matched your criteria.
--- > diff -bErB hemingwayEx1.0/search.php hemingwayEx1.1/search.php 9c9 <You searched for “” at . There were --- >
41,44c41,45 < if (!$results) echo "no results, better luck next time."; < elseif (1 == $results) echo "one result found. It must be your lucky day."; < else echo $results . " results found."; < ?> --- > $str = ''; > if (!$results) $str = "no results, better luck next time."; > elseif (1 == $results) $str = "one result found. It must be your lucky day."; > else $str = $results . " results found."; > printf(__('There were %s','hemingwayex'), $str) ?> 46d46 < diff -bErB hemingwayEx1.0/sidebar.php hemingwayEx1.1/sidebar.php 3,6d2 < < // If you want to ignore the Theme Options handling of the sidebar and just do it yourself < // Use this one instead of the above < // include (TEMPLATEPATH . '/static_sidebar.php'); diff -bErB hemingwayEx1.0/sidebars/bottombar_center.php hemingwayEx1.1/sidebars/bottombar_center.php 1c1 <
You should not be seeing this text. To fix it, please make sure that:
If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
\ No newline at end of file --- >You should not be seeing this text. To fix it, please make sure that:
If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
\ No newline at end of file --- >You should not be seeing this text. To fix it, please make sure that:
If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
\ No newline at end of file --- >You should not be seeing this text. To fix it, please make sure that:
If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
\ No newline at end of file --- >You should not be seeing this text. To fix it, please make sure that:
If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
\ No newline at end of file --- >You should not be seeing this text. To fix it, please make sure that:
If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
\ No newline at end of file --- >You’re currently reading “,” an entry on
--- > 17c18 <Sorry, no posts matched your criteria.
--- > Only in hemingwayEx1.0: static_sidebar.php diff -bErB hemingwayEx1.0/style.css hemingwayEx1.1/style.css 5c5 < Version: 1.0 --- > Version: 1.1 57a58,64 > h1 a{ > color:#CCC; > } > h1 a:hover{ > color:#CCC; > text-decoration:none; > } 63,65d69 < #primary h2{ < color:#CCC; < } 143a148 > overflow:hidden; 179a185,191 > > #slidebar > { > > zoom:1; > > } 183,186c195 < #silderButton{ < height:20px; < } < a.nav{ --- > a.silderButtonNav{ 188,189c197,198 < margin-top:6px; < padding:2px 5px 2px 5px; --- > margin-top:8px; > padding:2px 5px 3px 5px; 199c208 < *html a.nav { --- > *html a.silderButtonNav { 200a210 > text-decoration:none; 202c212 < a.nav:hover{ --- > a.silderButtonNav:hover{ 207a218 > text-decoration:none; 216a228,232 > .abt-this-page{ > font-size:1.15em; > color:#CCC; > font-weight:normal; > } 311a328,333 > .secondary .featured dl h3{ > margin:0 0; > padding:0 0; > color:#AAA; > font-size:1em; > } 324a347,353 > .secondary .related_post{ > display:inline; > margin:0; > padding:0; > } > .secondary .related_post a{ color:#808080; } > .secondary .related_post a:hover{ color:#FFF; } 346c375 < .comment-head h2{ --- > .comment-head .num-comments{ 348a378 > color:#FFF; 430,431c460,461 < top:-20px; < right:-4px; --- > top:-14px; > right:-3px; 439,440c469,470 < top:-20px; < right:-4px; --- > top:-14px; > right:-3px; 463a494,498 > .formhead { > font-size:1.15em; > margin:0; > color:#FFF; > } 481a517 > cursor:pointer; 483,484c519,531 < margin:-1em 0 0 0; < padding:0 0.5em; --- > margin:.5em 0 0 0; > padding:0.25em 0.5em; > display:block; > border:1px solid #3D3D3D; > background:#272727; > color:#CCC > } > .formactions input.submit:hover{ > background:#CCC; > color:#272727 > } > *html .formactions input.submit{ > padding:0; 581c628 < margin:0 0 3em 0; --- > margin:1.5em 0 3em 0; 664c711,712 < width:30em; --- > margin-bottom:4px; > width:98%; Only in hemingwayEx1.1/styles: .DS_Store Only in hemingwayEx1.0/styles: user_styles.css diff -bErB hemingwayEx1.0/styles/white.css hemingwayEx1.1/styles/white.css 22c22,24 < --- > .abt-this-page{ > color:#333; > } 69c71 < --- > h1 a {color:#000;} 78c80,82 < --- > .comment-head .num-comments{ > color:#000; > } 86,90c90,96 < .secondary dd a{ color:#7F7F7F; } < .secondary dd a:hover{ color:#000; } < < < .secondary .featured dt{ --- > .secondary .related_post a, .secondary dd a{ > color:#7F7F7F; > } > .secondary .related_post a:hover, .secondary dd a:hover{ > color:#000; > } > .secondary .featured dl h3, .secondary .featured dt{ 96c102,111 < --- > #primary.twocol-stories .story img, .single-post img { > padding: 4px; > border: 1px solid #ddd; > background: #fff; > } > #primary.twocol-stories .story a img:hover, .single-post a img:hover { > padding: 4px; > border: 1px solid #ddd; > background: #666; > } 143c158 < background:#000; --- > background:#fff; 145,146c160 < border-bottom:1px solid #333; < width:30em; --- > width:98%; 148a163 > margin-bottom:4px; Only in hemingwayEx1.0: tag.php Only in hemingwayEx1.0: tags.php