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

Commit

Permalink
edited usage instructions to match trial run
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Nov 10, 2009
1 parent 2cb9348 commit 6a91b6b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.markdown
Expand Up @@ -4,8 +4,8 @@ A simple framework for generating a Yahoo! Application Platform application from

## Installation

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

## Usage

Expand All @@ -17,11 +17,18 @@ A simple framework for generating a Yahoo! Application Platform application from

* Upload this directory to your server
* Create a new YAP application
* Set the base URL of the app to point to the location of this directory on your server
* Set the small view default code to
* Set the "Application URL" of the app to point to the location of this directory on your server
* Set the "Small View Default Content" to:

<yml:include>Loading ...</yml:include>
* Preview your app
* Click the "Save" button
* Click the "Preview" button to see your app

### Customization

#### Setting the feed url

* Open index.php in a text editor
* Set the "$feedUrl" variable at the top of the file to point to the RSS feed of your choice
* Save the file and reload the app

0 comments on commit 6a91b6b

Please sign in to comment.