Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
updated urls to point to ydn repo
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Nov 10, 2009
1 parent 7368e9b commit e54d511
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.php
Expand Up @@ -3,15 +3,15 @@
/**
* @copyright (c) 2009, Yahoo! Inc. All rights reserved.
* @license code licensed under the BSD License: license.markdown
* @package http://github.com/erikeldridge/rss_yap_app
* @package http://github.com/ydn/rss_yap_app
**/

// BEGIN: config
$feedUrl = 'http://rss.news.yahoo.com/rss/asia';
$appTitle = 'app title';
$appDescription = 'Website Description would go here';
$appHeaderImage = 'http://github.com/erikeldridge/rss_yap_app/raw/master/preview.png';
$appBackgroundImage = 'http://github.com/erikeldridge/rss_yap_app/raw/master/sprite.gif';
$appHeaderImage = 'http://github.com/ydn/rss_yap_app/raw/master/preview.png';
$appBackgroundImage = 'http://github.com/ydn/rss_yap_app/raw/master/sprite.gif';
$appExternalUrl = 'http://example.com';
// END: config

Expand Down
4 changes: 2 additions & 2 deletions readme.markdown
Expand Up @@ -5,7 +5,7 @@ A simple framework for generating a Yahoo! Application Platform application from
## Installation

* Click the `download` button above - OR -
* Clone this repository: `git clone git://github.com/erikeldridge/rss_yap_app.git`
* Clone this repository: `git clone git://github.com/ydn/rss_yap_app.git`

## Usage

Expand Down Expand Up @@ -51,4 +51,4 @@ A simple framework for generating a Yahoo! Application Platform application from

* Copyright: (c) 2009, Yahoo! Inc. All rights reserved.
* License: code licensed under the BSD License:
* Package: http://github.com/erikeldridge/rss_yap_app
* Package: http://github.com/ydn/rss_yap_app

0 comments on commit e54d511

Please sign in to comment.