You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/19 23:53:05 UTC

docs commit: Adding guidelines for images.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 0d0175c2a -> 39f76cd9c


Adding guidelines for images.


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

Branch: refs/heads/cordova-website
Commit: 39f76cd9c666afccbf3ac56d424a564d0ffd0d8d
Parents: 0d0175c
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Sat Sep 19 14:52:58 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Sat Sep 19 14:52:58 2015 -0700

----------------------------------------------------------------------
 README.md | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/39f76cd9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 541d7e0..8b43695 100644
--- a/README.md
+++ b/README.md
@@ -107,12 +107,31 @@ Finally, go into the cordova-website directory and commit *all* the changes intr
 Adding a Tool or a Showcase App
 ===============================
 
-To add an item to the **Codorva Tools** or the **Cordova App Showcase** sections on the main page, follow these steps:
+Items on the **Codorva Tools** or the **Cordova App Showcase** sections on the main page are modifiable by the public. Below are the guidelines and process to do so.
+
+## Guidelines
+
+The display image shall:
+
+1. be less than 128KiB in size (NOTE: those are kibibytes, not kilobytes),
+2. contain the app’s logo, and
+3. use colors that don’t compete with other elements on the page.
+
+The description shall:
+
+1. be no more than 130 characters long, and
+2. contain neutral and non-advertising language.
+
+The name shall:
+
+1. be no more than 40 characters long.
+
+## Process
 
 1. Change the section's YAML file:
     - `www/_data/tools.yml` for Cordova Tools, or
     - `www/_data/showcase-apps.yml` for Cordova App Showcase.
-1. Optionally add an image (the image must be **less than 256KiB** in size):
+1. Optionally add an image:
     1. Place the image in the section's `img` directory:
         - `www/static/img/tools` for Cordova Tools, or
         - `www/static/img/showcase-apps` for Cordova App Showcase.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org