Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
Removed a few sections of the README that were either out of date or
irrelevant.

Change-Id: I32cc9190558806cefe58421abbe48918c7310779
  • Loading branch information
Deskana committed Oct 24, 2014
1 parent 821758d commit d2958d1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Native rewrite of the [Wikipedia reader application](https://www.mediawiki.org/wiki/Wikimedia_Apps/Wikipedia) for iOS.

Previous PhoneGap based app source: [WikipediaMobile project on GitHub](https://github.com/wikimedia/WikipediaMobile).

* OS target: iOS 6.0 or higher
* Device target: iPhone, iPod, iPad
* License: MIT-style
Expand All @@ -27,7 +25,7 @@ Note that due to Apple's restrictions on iOS app installation, to run a custom b
You'll also need to install the following (used by build scripts):

* [nodejs](http://nodejs.org/) and npm
* grunt-cli (run 'npm install -g grunt-cli')
* grunt-cli (run 'sudo npm install -g grunt-cli')
* [Inkscape](http://www.inkscape.org/en/download/mac-os/)


Expand All @@ -54,12 +52,6 @@ The majority of app logic and UI will be in the native layer; we expect to use t
Components of the app will be relatively self-contained, communicating via NSNotificationCenter as a messaging bus to avoid over-close coupling of parts and to make test-driven development more feasible.


# Design

A major complaint about the currently deployed Wikipedia app is its non-iOS-y UI appearance and behavior.

We'll be working with the Wikimedia Foundation's Design team on UI design, with an eye to coordinating the look & branding with mobile web and Android while keeping a nice native iOS 7 feel.


# Development team

Expand Down

0 comments on commit d2958d1

Please sign in to comment.