Changeset 419469
- Timestamp:
- 08/04/2011 07:52:33 PM (14 years ago)
- Location:
- feed-nu/trunk
- Files:
-
- 5 edited
-
contents/settings.php (modified) (2 diffs)
-
contents/tpl.php (modified) (1 diff)
-
feed-nu.php (modified) (2 diffs)
-
feed.xml (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
feed-nu/trunk/contents/settings.php
r419003 r419469 1 1 <?php 2 $domain = 'http://'.feed_get_blog_domain();2 $domain = feed_get_blog_domain(); 3 3 4 4 $allSettings = $this->get_feed_settings(); 5 5 $androidGeneral = $allSettings['Android']['General']; 6 6 $globalSettings = $allSettings['Global']; 7 $globalSettings['feedhost']['Standard'] = $domain . $globalSettings['feedhost']['Standard']; 7 $globalSettings['feedhost']['Standard'] = 'http://'. $domain . $globalSettings['feedhost']['Standard']; 8 $globalSettings['packagename']['Standard'] = apply_filters('feed_package_name', $domain); 8 9 9 10 echo … … 18 19 $this->add_field($androidGeneral, 'ArticleExtraHeader', 'Extra header code', 'textarea'), 19 20 $this->add_field($androidGeneral, 'view_after_loading', 'show the loading page or the welcome screen'), 21 $this->add_field($androidGeneral, 'packagename', 'Advance - packagename'), 20 22 '<h1 style="background: #ddd; padding: 5px;">iOS</h1>', 21 23 'something<br><br><br>', -
feed-nu/trunk/contents/tpl.php
r419143 r419469 2 2 <header id=feed_header> 3 3 <a href="http://feed.nu" class="feed_sprite feed_logo">Feed.nu</a> 4 <p>Feed.nu 1.1. 6</p>4 <p>Feed.nu 1.1.7</p> 5 5 </header> 6 6 -
feed-nu/trunk/feed-nu.php
r419143 r419469 6 6 Author: Feed.nu 7 7 Author URI: http://feed.nu/ 8 Version: 1.1. 68 Version: 1.1.7 9 9 License: GPLv2 or later 10 10 */ … … 111 111 112 112 public function feed_package_name($domain) { 113 $mySettings = get_option('feed_settings'); 114 if(isset($mySettings['Android']['General']['packagename'])){ 115 return $mySettings['Android']['General']['packagename']; 116 } 113 117 return 'wiz_' . preg_replace('/\W/', '_', $domain); 114 118 } -
feed-nu/trunk/feed.xml
r419019 r419469 346 346 </Color> 347 347 <General> 348 <packagename> 349 <Standard></Standard> 350 <Description>This is your unique package name. when moving from feed.nu to self hosted plugin you might have to THIS TO SOMETHING LIKE: wis_olddomain_feed_nu</Description> 351 </packagename> 348 352 <apphost> 349 353 <Description>If you are planing to upload the app to android market, -
feed-nu/trunk/readme.txt
r419143 r419469 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.2.1 7 Stable tag: 1.1. 67 Stable tag: 1.1.7 8 8 9 9 Create a native Android app of your blog.
Note: See TracChangeset
for help on using the changeset viewer.