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

Commit

Permalink
updated everything to us new proj name
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Nov 10, 2009
1 parent 2360371 commit 43fa9fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
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/yapgen2
* @package http://github.com/erikeldridge/rss_yap_app
**/

// BEGIN: config
$feedUrl = 'http://rss.cnn.com/rss/cnn_topstories.rss';
$appTitle = 'app title';
$appDescription = 'Website Description would go here';
$appHeaderImage = 'http://github.com/erikeldridge/yapgen2/blob/master/preview.png';
$appBackgroundImage = 'http://github.com/erikeldridge/yapgen2/blob/master/sprite.png';
$appHeaderImage = 'http://github.com/erikeldridge/rss_yap_app/blob/master/preview.png';
$appBackgroundImage = 'http://github.com/erikeldridge/rss_yap_app/blob/master/sprite.png';
// END: config

//BEGIN: XML parser
Expand Down
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
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/yapgen2.git`
* Clone this repository: `git clone git://github.com/erikeldridge/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/yapgen2
* Package: http://github.com/erikeldridge/rss_yap_app
Binary file modified readme.pdf
Binary file not shown.

0 comments on commit 43fa9fa

Please sign in to comment.