Skip to content

Build amazing iOS and Android applications for your WordPress website for free!

License

Notifications You must be signed in to change notification settings

silverbux/wordpress-hybrid-client

 
 

Repository files navigation

WordPress Hybrid Client

screenshots

Chat

Join the chat at https://gitter.im/livingobjects/angular-memory-stats

Built with WPHC

Installation

Read the manual: INSTALLATION.md

Configuration

Read the manual: CONFIGURATION.md

Development

Read the manual: DEVELOPMENT.md

Push Notifications

Read the manual: PUSHNOTIFICATIONS.md

Build Android & iOS

Read the manual: BUILD.md

Release Android & iOS

Read the manual: RELEASE.md

Splashscreens and Icons

Read the manual: SPLASHICONS.md

Project public API

# Install dependencies
npm run installWPHC

# Dev server
npm run devserver

# Dump files in www
npm run dumpdev
npm run dumpprod

# Run Cordova
npm run runAndroid
npm run runIosEmulator
npm run runIosDevice

# Cordova build
npm run buildAndroid
npm run buildProdAndroid
npm run buildIOS
npm run buildProdIOS
npm run buildAll
npm run buildProdAll

# Cordova Platform
npm run platformAddAndroid
npm run platformAddIOS
npm run platformAddAll

# Cordova Plugin
npm run pluginAddAll

Support

Flattr WPHC

Contribute

WordPress hybrid Client is Open Source, If you are interested in helping, please read the following:

Pull Request Guidelines

When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, do not bundle more than one "feature" or bug fix per PR. Doing so makes it very hard to accept it if one of the fixes has issues.

It's always best to create two smaller PRs than one big one.

Style

Always use four spaces, no tabs. This goes for any HTML, CSS, or Javascript.

ToDo

  • Attempt to connect with retry button
  • Social buttons
  • Overwrite Sass variables
  • About Page
  • Params Page
  • Language switch [English|French|Chinese|Spanish|Polish|German]
  • Accessibility (Post font size)
  • Image cache ngImgCache
  • App rate
  • Syntax highlighter for tech blogs
  • Push Notifications
  • Offline
  • Comments. Submitting is not supported yet.
  • iOS9 support.
  • Table of content for posts
  • Personnalized Logo
  • Templating
  • Contact form
  • Ability to add ads

About

Build amazing iOS and Android applications for your WordPress website for free!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 39.9%
  • JavaScript 26.3%
  • CSS 18.8%
  • HTML 13.7%
  • Shell 1.3%