Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Postigo Delgado committed Dec 5, 2014
2 parents 2833bae + 654fc4e commit a0e21e9
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 19 deletions.
23 changes: 19 additions & 4 deletions admin/worona_admin_page.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@

<div class="wrap">
<h1>Worona</h1>
<h4>Turn your WordPress into a native app</h4>
<h1><img src="<?php echo trailingslashit(plugin_dir_url( "worona-logo.png" )) . "worona/assets/worona-logo.png"?>"></h1>
<br>
Please follow the <a href="http://docs.worona.org/worona-installation-guide/">Worona Installation Guide</a> to get your app ready!
<div class="updated worona-message">
<h1>Mobile App</h1>
<p class="wr-text">Congratulations you have installed <strong>Worona WP Plugin!</strong></p>
<p class="wr-text">There are some steps left to have your Mobile App ready:</p>
<p class="wr-text">
<a class="wr-button" href="https://www.worona.org/start" target="_blank">Start Now!</a>
</p>
</div>
<br>
<div class="updated worona-message underlined">
<h1>Extensions</h1>
<p class="wr-text">To give <strong>extra powers</strong> to your Mobile App visit our <a href="https://www.worona.org/extensions" target="_blank"> Extensions marketplace</a>.</p>
</div>
<br>
<div class="updated worona-message underlined">
<h1>Publish</h1>
<p class="wr-text">If you want, we can upload your App to the stores: <a href="https://www.worona.org/publish" target="_blank">Worona Publish Service</a>.</p>
</div>
<br>
</div>
49 changes: 49 additions & 0 deletions assets/css/worona-plugin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
.updated {
border-left: 4px solid #7ad03a;
padding: 1px 12px;
background-color: #fff;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.updated a {
text-decoration: none;
padding-bottom: 7px !important;
}

.underlined a {
text-decoration: underline;
}

.worona-message {
position: relative;
border-left-color: #4a90e2 !important;
overflow: hidden;
}

.wr-button {
display: inline-block;
margin-top: 15px;
margin-right: 22px;
margin-left: 22px;
padding: 7px 22px;
border: 2px solid #4a90e2;
border-radius: 2px;
background-color: #4a90e2;
font-family: Lato, sans-serif;
color: white;
font-size: 20px;
line-height: 50px;
}
.wr-button:hover {
background-color: rgba(255, 255, 255, 0);
color: #4a90e2;
}

.wr-text {
padding-left: 30px !important;
font-size: 16px;
}

.small {
font-size: 13px;
}
Binary file added assets/worona-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/worona20x20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/worona20x20.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 49 additions & 12 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,62 @@
=== Worona - Native Mobile Apps for free (iOS & Android) ===
=== Worona - Native Mobile App for free (iOS & Android) ===
Contributors: benuit
Donate link: -
Tags: free, generator, ipod, mobapper, native, play, store, theme, worona, admob, adsense, iPad, ipad app, mobile plugin, mobile site, mobile template, mobile web, mobile website, mobiloud, notifications, push, responsive, tablet, windows mobile, app generator, HTML5 app, wp blog app, wp mobile app, wp to mobile, quickapp, application, ios app, native app, wordpress mobile, apppresser, adaptive theme, android app, buddypress mobile, html5, iphone, iphone app, mobile theme, mobile themes, responsive theme, smartphones, uppsite, web app, webapp, woocommerce mobile, wptouch, wiziapp, admin, android, comments, goapp, google, images, mobile, mobile app, page, plugin, Post, posts, tidio, twitter, widget, mobile app converter, App, App.io, demo, embed, getappio, iOS, Kickfolio, shortcode, appio
Requires at least: 3.0.1
Tags: free, generator, ipod, mobapper, native, play, store, theme, worona, admob, adsense, iPad, ipad app, mobile plugin, mobile site, mobile template, mobile web, mobile website, notifications, push, responsive, tablet, windows mobile, app generator, HTML5 app, wp blog app, wp mobile app, wp to mobile, quickapp, application, ios app, native app, wordpress mobile, apppresser, adaptive theme, android app, buddypress mobile, html5, iphone, iphone app, mobile theme, mobile themes, responsive theme, smartphones, uppsite, web app, webapp, woocommerce mobile, wptouch, wiziapp, admin, android, comments, goapp, google, images, mobile, mobile app, page, plugin, Post, posts, tidio, twitter, widget, mobile app converter, App, App.io, demo, embed, getappio, iOS, Kickfolio, shortcode, appio
Requires at least: 3.9 or higher
Tested up to: 4.0
Stable tag: 0.6.2
Stable tag: 0.7
stable.
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html

Build a native mobile app with the contents of your WordPress blog. Fast, easy and free.
Build a native mobile app of your WordPress blog. Fast, easy and free.

== Description ==

Worona is an open source WordPress plugin that enables users to create native mobile apps using their WordPress as a CMS. Worona is divided into 2 different parts: the WordPress plugin itself, which prepares the content of your WordPress site to be sent to the app, and the native app coded using Corona SDK.
**Transform your blog into a Native App**

From the user point of view, the functioning of Worona is pretty easy (we’ll cover the developer point of view in our <a href="http://docs.worona.org">documentation section</a>). In this first release, Worona plugin takes all the posts from a site, and presents them into an app. To do so, you just have to follow 3 simple steps:
Worona is an open source WordPress plugin that enables users to convert their WordPress Blog into a native mobile App. Worona is divided into 2 different parts: the WordPress plugin itself, which prepares the content of your WordPress site to be sent to the app, and the native app coded using Corona SDK.

1. Download and install Worona plugin into your WordPress site.
1. Download the app code into your computer, set your site’s URL and app description in the corresponding fields in the code.
1. Build your app using Corona SDK simulator, and upload it to the stores.
The functioning of Worona is pretty easy. In this first release, Worona plugin takes all the posts from your site, and presents them into an app. All this process is fully covered in our <a href="https://www.worona.org/start/" target="_blank">installation guide</a>. We have tried to make it as visual and simple as possible, but we’d love to hear your ideas to improve it!

All this process is fully covered in our <a href="http://docs.worona.org/worona-installation-guide/">installation guide</a>. We have tried to make it as visual and simple as possible, but we’d love to hear your ideas to improve it!

We believe that Worona will be used as a standard to easily create native apps straight from WordPress. And you are very welcome to join us in this adventure :).
**See an example**

If you want to see how this looks like just check our demo App:

* **Android**: <a href="https://play.google.com/store/apps/details?id=org.worona.android.worona_blog" target="_blank">https://play.google.com/store/apps/details?id=org.worona.android.worona_blog</a>
* **iOS**: <a href="https://itunes.apple.com/us/app/worona-blog/id918477223" target="_blank">https://itunes.apple.com/us/app/worona-blog/id918477223</a>

There you have our <a href="https://www.worona.org/blog" target="_blank">blog</a> converted into a native App.


**Device Support (Smartphones &Tablets)**

Our App works in iOS and Android, it also looks great in phones and tablets. We have tested it in: iOS 7 (iPhone and iPad), iOS 8 (iPhone and iPad), Android 4.0, Android 4.1 and Android 4.4.

If you detect any problem with other devices o platforms, please drop us a line at <a href="mailto:[email protected]">[email protected]</a>

**Roadmap**

For the moment we only support "posts", but we know that "custom content" and "pages" are really important for you. Our plan is to support them before we launch the 1.0 version.

Our plans:

* Navigation menu.
* Support pages.
* Support custom content.
* Easy customization (adding more styles).

If you need any of these features before we finish them, write us. We will guide you through the process of adapting the App to your needs.

**Push notifications and other extensions**

We are developping a set of <a href="https://www.worona.org/extensions" target="_blank">Extensions</a> to give extra powers to your App.

* <a href="https://www.worona.org/extension-push-notifications/" target="_blank">Push Notifications</a>
* <a href="https://www.worona.org/extension-rate-my-app/" target="_blank">Rate my App</a>

We believe that Worona will be used as a standard to easily create native apps straight from WordPress. And you are very welcome to join us in this adventure :)

== Installation ==

Expand Down Expand Up @@ -52,6 +85,10 @@ If you want us to <a href="http://www.worona.org/publish">upload your app</a> to

== Changelog ==

= 0.7 =
* The plugin now looks awesome in your admin panel.
* Fixing some tags issues ;)

= 0.6.1 =
* Added <strong> to the valid html tags

Expand Down
16 changes: 13 additions & 3 deletions worona.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Worona
Plugin URI: http://www.worona.org/
Description: Turn your WordPress site into a native iOS, Android and Windows Phone App.
Version: 0.6.2
Version: 0.7
Author: Benuit
Author URI: http://www.benuit.com/
License: GPL v3
Expand Down Expand Up @@ -65,7 +65,7 @@ function init()
* worona_admin_actions
*
* This function is called during the 'admin_menu' action and will do things such as:
* add a worona link to the wordpress settings menu
* add a worona menu page to the Main Menu
*
* @type action (admin_menu)
* @date 18/07/14
Expand All @@ -76,7 +76,15 @@ function init()
*/

function worona_admin_actions() {
add_options_page("Worona", "Worona", 1, "Worona", array($this, "worona_admin") );
$page_title = "Worona";
$menu_title = "Worona";
$capability = 1;
$menu_slug = "worona";
$function = array($this, "worona_admin");
$icon_url = trailingslashit(plugin_dir_url( __FILE__ )) . "assets/worona20x20.png";
$position = 64.999989; //Right before the "Plugins"

add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position );
}

/*
Expand All @@ -94,6 +102,8 @@ function worona_admin_actions() {
*/

function worona_admin() {
wp_register_style('worona_plugin_css', plugins_url('/assets/css/worona-plugin.css',__FILE__ ));
wp_enqueue_style('worona_plugin_css');
include('admin/worona_admin_page.php');
}

Expand Down

0 comments on commit a0e21e9

Please sign in to comment.