You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/10/31 21:55:15 UTC

[12/14] docs commit: [CB-3962] clarify what is a 'hybrid' app

[CB-3962] clarify what is a 'hybrid' app


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/10c23e43
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/10c23e43
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/10c23e43

Branch: refs/heads/master
Commit: 10c23e435d8a571c5c6be411ccebdf19086b96a6
Parents: 8f7f9fa
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Oct 31 16:46:10 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Oct 31 13:51:47 2013 -0700

----------------------------------------------------------------------
 STYLESHEET.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/10c23e43/STYLESHEET.md
----------------------------------------------------------------------
diff --git a/STYLESHEET.md b/STYLESHEET.md
index 0af2378..6a0cd40 100644
--- a/STYLESHEET.md
+++ b/STYLESHEET.md
@@ -262,6 +262,13 @@ editorial guidelines.
 
 * Refer to the default plugin demo as "Echo"
 
+* Keep the term "hybrid" app confined to two scenarios: (1) an app
+  whose developer has to supply components that bridge native &
+  webview, e.g., custom plugins, or an embedded webview component. (2)
+  An app with an InAppBrowser, that is a web-based app that itself
+  opens a web page. Don't apply to a garden-variety "cross-platform"
+  app that is Cordova's bread & butter.
+
 ## Links
 
 * Use titles in link text, never 'click here'. Consider using the
@@ -298,3 +305,5 @@ editorial guidelines.
 
 * Use space characters rather than tabs in code blocks.
 
+
+