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/16 23:47:46 UTC

[1/3] docs commit: Removed contribute.html

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 65031b7f0 -> dd554a712


Removed contribute.html


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

Branch: refs/heads/cordova-website
Commit: 554d5d5a58dcbde0fd97dbebca46f98acc4b5ac9
Parents: ba8c18d
Author: riknoll <ri...@microsoft.com>
Authored: Wed Sep 16 10:50:49 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Sep 16 14:47:17 2015 -0700

----------------------------------------------------------------------
 www/contribute.html | 39 ---------------------------------------
 1 file changed, 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/554d5d5a/www/contribute.html
----------------------------------------------------------------------
diff --git a/www/contribute.html b/www/contribute.html
deleted file mode 100644
index 1c08851..0000000
--- a/www/contribute.html
+++ /dev/null
@@ -1,39 +0,0 @@
----
-layout: cordova
-title: Contribute to Apache Cordova
-permalink: /contribute/
-contribute_tab: true
----
-
-<div class="container">
-    <div class="col-sm-12">
-        <div class="blogHeader">
-            <h1>Want to Contribute?</h1>
-        </div>
-        <div class="contribute-content">
-            <p>
-                Contributors are welcome! And we need your contributions to keep the project moving forward. You can report bugs, improve the documentation, or contribute code.
-            </p>
-            <p>
-                There is a specific <a target="_blank" href="http://wiki.apache.org/cordova/ContributorWorkflow">contributor workflow</a> we recommend. Start reading there.
-            </p>
-            <p>
-                The <a target="_blank" href="https://issues.apache.org/jira/browse/CB">JIRA issue tracker</a> and the <a href="#mailing-list">dev mailing list</a> are good places to identify areas to help out in.
-                <br>
-                Search the issue tracker: <input placeholder="Search Query" id="jira-search-box" onkeypress="event.keyCode==13 &amp;&amp; submitJiraSearchForm()"><button id="jira-search-button" onclick="submitJiraSearchForm()">Search</button>
-            </p>
-            <p>
-                To share your contributions with the community, you can send a pull request on GitHub to the Apache git mirrors. You can also advocate for your changes directly on our <a href="#mailing-list">developer mailing list</a>.
-            </p>
-            <p>
-                In order for your changes to be accepted, you need to sign and submit an Apache <a target="_blank" href="http://www.apache.org/licenses/#clas">ICLA</a> (Individual Contributor License Agreement). Then your name will appear on the list of CLAs signed by <a target="_blank" href="https://people.apache.org/committer-index.html#unlistedclas">non-committers</a> or <a target="_blank" href="http://people.apache.org/committers-by-project.html#cordova">Cordova committers</a>.
-            </p>
-            <p>
-                And don't forget to test and document your code.
-            </p>
-            <p>
-                Each component of Apache Cordova is in a separate git repository:
-            </p>
-        </div>
-    </div>
-</div>


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


[2/3] docs commit: Factored the data in the contribute page into its own yml

Posted by db...@apache.org.
Factored the data in the contribute page into its own yml


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

Branch: refs/heads/cordova-website
Commit: ba8c18d948940e2e22afa52e473188486d793acf
Parents: 65031b7
Author: riknoll <ri...@microsoft.com>
Authored: Wed Sep 16 10:26:25 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Sep 16 14:47:17 2015 -0700

----------------------------------------------------------------------
 www/_data/contribute-repo-links.yml | 197 +++++++++++++++++++++++++++++++
 www/contribute/index.html           |  77 +++---------
 2 files changed, 215 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ba8c18d9/www/_data/contribute-repo-links.yml
----------------------------------------------------------------------
diff --git a/www/_data/contribute-repo-links.yml b/www/_data/contribute-repo-links.yml
new file mode 100644
index 0000000..754a3e2
--- /dev/null
+++ b/www/_data/contribute-repo-links.yml
@@ -0,0 +1,197 @@
+-   title: Platforms
+    projects:
+    -   project: Amazon Fire OS
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git;a=summary
+        mirror: https://github.com/apache/cordova-amazon-fireos
+
+    -   project: Android
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=summary
+        mirror: https://github.com/apache/cordova-android
+
+    -   project: Bada
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-bada.git;a=summary
+        mirror: https://github.com/apache/cordova-bada
+
+    -   project: Blackberry
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary
+        mirror: https://github.com/apache/cordova-blackberry
+
+    -   project: FirefoxOS
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-firefoxos.git;a=summary
+        mirror: https://github.com/apache/cordova-firefoxos
+
+    -   project: iOS
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=summary
+        mirror: https://github.com/apache/cordova-ios
+
+    -   project: Mac OS X
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;a=summary
+        mirror: https://github.com/apache/cordova-osx
+
+    -   project: Qt
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-qt.git;a=summary
+        mirror: https://github.com/apache/cordova-qt
+
+    -   project: Tizen
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-tizen.git;a=summary
+        mirror: https://github.com/apache/cordova-tizen
+
+    -   project: Ubuntu
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-ubuntu.git;a=summary
+        mirror: https://github.com/apache/cordova-ubuntu
+
+    -   project: WebOS
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-webos.git;a=summary
+        mirror: https://github.com/apache/cordova-webos
+
+    -   project: Windows (desktop)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=summary
+        mirror: https://github.com/apache/cordova-windows
+
+    -   project: Windows Phone 7
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-wp7.git;a=summary
+        mirror: https://github.com/apache/cordova-wp7
+
+    -   project: Windows Phone 8
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=summary
+        mirror: https://github.com/apache/cordova-wp8
+
+    -   project: Browser
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-browser.git;a=summary
+        mirror: https://github.com/apache/cordova-browser
+
+-   title: Plugins
+    projects:
+    -   project: Battery Status
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-battery-status
+
+    -   project: Camera
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-camera
+
+    -   project: Console
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-console
+
+    -   project: Contacts
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-contacts
+
+    -   project: Device
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-device
+
+    -   project: Device Motion
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-device-motion
+
+    -   project: Device Orientation
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-device-orientation
+
+    -   project: Dialogs
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-dialogs
+
+    -   project: File
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-file
+
+    -   project: File Transfer
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-file-transfer
+
+    -   project: Geolocation
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-geolocation
+
+    -   project: Globalization
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-globalization
+
+    -   project: In-App Browser
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-inappbrowser
+
+    -   project: Media
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-media
+
+    -   project: Media Capture
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-media-capture
+
+    -   project: Network Information
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-network-information
+
+    -   project: Splashscreen
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-splashscreen
+
+    -   project: Statusbar
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-statusbar
+
+    -   project: Vibration
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;a=summary
+        mirror: https://github.com/apache/cordova-plugin-vibration
+
+-   title: Other
+    projects:
+    -   project: Cordova Docs
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=summary
+        mirror: https://github.com/apache/cordova-docs
+
+    -   project: Cordova JS (JavaScript API)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=summary
+        mirror: https://github.com/apache/cordova-js
+
+    -   project: Cordova CLI
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=summary
+        mirror: https://github.com/apache/cordova-cli
+
+    -   project: Cordova Plugman (Plugin Manager)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=summary
+        mirror: https://github.com/apache/cordova-plugman
+
+    -   project: Cordova Lib (Common Code)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;a=summary
+        mirror: https://github.com/apache/cordova-lib
+
+    -   project: Cordova Mobile Spec (Test Suite)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary
+        mirror: https://github.com/apache/cordova-mobile-spec
+
+    -   project: Cordova Medic (Test Automation)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-medic.git;a=summary
+        mirror: https://github.com/apache/cordova-medic
+
+    -   project: Weinre (Web Inspector Remote)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;a=summary
+        mirror: https://github.com/apache/cordova-weinre
+
+    -   project: Cordova App Harness
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-app-harness.git;a=summary
+        mirror: https://github.com/apache/cordova-app-harness
+
+    -   project: Cordova Hello World (Sample App)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=summary
+        mirror: https://github.com/apache/cordova-app-hello-world
+
+    -   project: Cordova Coho (Release Tool)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;a=summary
+        mirror: https://github.com/apache/cordova-coho
+
+    -   project: Cordova Registry Web (Plugin Registry UI)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-registry-web.git;a=summary
+        mirror: https://github.com/apache/cordova-registry-web
+
+    -   project: Cordova Registry (Plugin Registry App)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-registry.git;a=summary
+        mirror: https://github.com/apache/cordova-registry
+
+    -   project: Cordova Labs (Experimental Content)
+        apache: https://git-wip-us.apache.org/repos/asf?p=cordova-labs.git;a=summary
+        mirror: https://github.com/apache/cordova-labs

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ba8c18d9/www/contribute/index.html
----------------------------------------------------------------------
diff --git a/www/contribute/index.html b/www/contribute/index.html
index ad8d9a0..b92f8b0 100644
--- a/www/contribute/index.html
+++ b/www/contribute/index.html
@@ -43,69 +43,28 @@ title: Apache Cordova Plugins
         </div>
     </div>
     <div class="row">
+        {% for projectType in site.data.contribute-repo-links %}
+        {% assign firstProjectType = forloop.first %}
         <div class="col-lg-4 col-md-6">
             <ul class="list platforms-list">
-            <h2>Platforms</h2>
-                <li class="first">Amazon Fire OS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-amazon-fireos"></a></li>
-                <li class="">Android<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-android"></a></li>
-                <li class="">Bada<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-bada.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-bada"></a></li>
-                <li class="">Blackberry<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-blackberry"></a></li>
-                <li class="">FirefoxOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-firefoxos.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-firefoxos"></a></li>
-                <li class="">iOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-ios"></a></li>
-                <li class="">Mac OS X<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-osx"></a></li>
-                <li class="">Qt<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-qt.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-qt"></a></li>
-                <li class="">Tizen<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-tizen.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-tizen"></a></li>
-                <li class="">Ubuntu<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-ubuntu.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-ubuntu"></a></li>
-                <li class="">WebOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-webos.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-webos"></a></li>
-                <li class="">Windows (desktop)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-windows"></a></li>
-                <li class="">Windows Phone 7<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp7.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp7"></a></li>
-                <li class="">Windows Phone 8<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp8"></a></li>
-                <li class="">Browser<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-browser.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-browser"></a></li>
+            <h2>{{ projectType.title }}</h2>
+                {% for project in projectType.projects %}
+
+                {% if firstProjectType and forloop.first %}
+                    {% assign itemClass = "first" %}
+                {% else %}
+                    {% assign itemClass = "" %}
+                {% endif %}
+
+                <li class="{{ itemClass }}">
+                    {{ project.project }}
+                    <a class="link-apache" target="_blank" href="{{ project.apache }}"></a>
+                    <a class="link-github" target="_blank" href="{{ project.mirror }}"></a>
+                </li>
+                {% endfor %}
             </ul>
         </div>
-        <div class="col-lg-4 col-md-6">
-            <ul class="list platforms-list">
-            <h2>Plugins</h2>
-                <li class="">Battery Status<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-battery-status"></a></li>
-                <li class="">Camera<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-camera"></a></li>
-                <li class="">Console<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-console"></a></li>
-                <li class="">Contacts<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-contacts"></a></li>
-                <li class="">Device<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-device"></a></li>
-                <li class="">Device Motion<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-device-motion"></a></li>
-                <li class="">Device Orientation<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-device-orientation"></a></li>
-                <li class="">Dialogs<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-dialogs"></a></li>
-                <li class="">File<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-file"></a></li>
-                <li class="">File Transfer<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-file-transfer"></a></li>
-                <li class="">Geolocation<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-geolocation"></a></li>
-                <li class="">Globalization<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-globalization"></a></li>
-                <li class="">In-App Browser<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-inappbrowser"></a></li>
-                <li class="">Media<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-media"></a></li>
-                <li class="">Media Capture<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-media-capture"></a></li>
-                <li class="">Network Information<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-network-information"></a></li>
-                <li class="">Splashscreen<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-splashscreen"></a></li>
-                <li class="">Statusbar<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-statusbar"></a></li>
-                <li class="">Vibration<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugin-vibration"></a></li>
-        </ul>
-        </div>
-        <div class="col-lg-4 col-md-6">
-            <ul class="list platforms-list second">
-        <h2>Other</h2>
-                <li class="">Cordova Docs<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-docs"></a></li>
-                <li class="">Cordova JS (JavaScript API)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-js"></a></li>
-                <li class="">Cordova CLI<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-cli"></a></li>
-                <li class="">Cordova Plugman (Plugin Manager)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-plugman"></a></li>
-                <li class="">Cordova Lib (Common Code)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-lib"></a></li>
-                <li class="">Cordova Mobile Spec (Test Suite)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-mobile-spec"></a></li>
-                <li class="">Cordova Medic (Test Automation)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-medic.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-medic"></a></li>
-                <li class="">Weinre (Web Inspector Remote)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-weinre"></a></li>
-                <li class="">Cordova App Harness<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-app-harness.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-app-harness"></a></li>
-                <li class="">Cordova Hello World (Sample App)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-app-hello-world"></a></li>
-                <li class="">Cordova Coho (Release Tool)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-coho"></a></li>
-                <li class="">Cordova Registry Web (Plugin Registry UI)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-registry-web.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-registry-web"></a></li>
-                <li class="">Cordova Registry (Plugin Registry App)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-registry.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-registry"></a></li>
-                <li class="">Cordova Labs (Experimental Content)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-labs.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-labs"></a></li>
-        </ul>
-        </div>
+        {% endfor %}
     </div>
 </div>
 <!-- /container -->


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


[3/3] docs commit: Improved layout of contribute page for mobile screens. This closes #351.

Posted by db...@apache.org.
Improved layout of contribute page for mobile screens. This closes #351.


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

Branch: refs/heads/cordova-website
Commit: dd554a712e61677792f00c9fa1d0c4a3641226e3
Parents: 554d5d5
Author: riknoll <ri...@microsoft.com>
Authored: Wed Sep 16 14:14:55 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Sep 16 14:47:26 2015 -0700

----------------------------------------------------------------------
 www/contribute/index.html           |  16 ++++-
 www/static/css-src/_contribute.scss | 105 +++++++++++++++++++++++--------
 2 files changed, 92 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/dd554a71/www/contribute/index.html
----------------------------------------------------------------------
diff --git a/www/contribute/index.html b/www/contribute/index.html
index b92f8b0..afcd8e0 100644
--- a/www/contribute/index.html
+++ b/www/contribute/index.html
@@ -57,9 +57,19 @@ title: Apache Cordova Plugins
                 {% endif %}
 
                 <li class="{{ itemClass }}">
-                    {{ project.project }}
-                    <a class="link-apache" target="_blank" href="{{ project.apache }}"></a>
-                    <a class="link-github" target="_blank" href="{{ project.mirror }}"></a>
+                    <div class="row">
+                        <div class="col-xs-12 col-sm-8 project-label">
+                            {{ project.project }}
+                        </div>
+                        <div class="col-xs-12 col-sm-4 project-links">
+                            <div class="link-box">
+                                <a class="link-github" target="_blank" href="{{ project.mirror }}"></a>
+                            </div>
+                            <div class="link-box">
+                                <a class="link-apache" target="_blank" href="{{ project.apache }}"></a>
+                            </div>
+                        </div>
+                    </div>
                 </li>
                 {% endfor %}
             </ul>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/dd554a71/www/static/css-src/_contribute.scss
----------------------------------------------------------------------
diff --git a/www/static/css-src/_contribute.scss b/www/static/css-src/_contribute.scss
index 57565c1..e4b4892 100644
--- a/www/static/css-src/_contribute.scss
+++ b/www/static/css-src/_contribute.scss
@@ -29,45 +29,98 @@ a:hover .report-bug-icon {
 
 .list li {
     background:$gray-10;
-    padding: 8px;
     position: relative;
     list-style: none;
     margin-bottom: 16px;
-    padding-right: 80px;
 
     white-space:nowrap;
     text-overflow:ellipsis;
     overflow: hidden;
 }
 
-.platforms-list li a {
-    position: absolute;
-    top: 0;
-    bottom: 0;
-    right: 0;
-    -webkit-transition: background 0.25s linear;
-    -moz-transition: background 0.25s linear;
-    transition: background 0.25s linear;
-    width: 36px;
-    background: url("{{ site.baseurl }}/static/img/sprite.png") no-repeat;
-    background-position: 3px -127px;
-    background-color: #4cc2e4;
-    height: 36px;
-}
-.platforms-list li a.link-apache {
-    right: 39px;
-    background-position: 2px -94px;
-}
+.platforms-list {
+    li {
+        a {
+            float: right;
+            -webkit-transition: background 0.25s linear;
+            -moz-transition: background 0.25s linear;
+            transition: background 0.25s linear;
+            width: 36px;
+            background: url("{{ site.baseurl }}/static/img/sprite.png") no-repeat;
+            background-position: 3px -127px;
+            background-color: #4cc2e4;
+            height: 36px;
+        }
+
+        a.link-apache {
+            background-position: 2px -94px;
+            margin-right: 3px;
+        }
+
+        a.link-github {
+            background-position: 3px -127px;
+        }
 
-@media (min-width: 400px) {
-    .platforms-list li.first a {
-        width: 108px;
+        .project-label {
+            margin: 8px -8px 8px 8px;
+        }
     }
-    .platforms-list li.first a.link-apache {
-        width: 129px;
-        right: 111px;
+
+    @media (min-width: $screen-sm-min) {
+        li.first {
+            a.link-apache {
+                width: 115px;
+            }
+
+            a.link-github {
+                width: 90px;
+            }
+
+            .project-label {
+                width: 35%;
+            }
+
+            .project-links {
+                width: 65%;
+            }
+        }
+    }
+
+    @media (max-width: $screen-xs-max) {
+        li {
+            a {
+                display: inline-block;
+                float: none;
+            }
+
+            a.link-apache {
+                background-position: 2px -94px;
+                width: 108px;
+                margin-right: 3px;
+            }
+
+            a.link-github {
+                background-position: 3px -127px;
+                width: 90px;
+            }
+
+            .project-label{
+                text-align: center;
+                padding: 12px;
+                margin: 0px;
+            }
+
+            .link-box {
+                width: 49.5%;
+                display: inline-block;
+                text-align: center;
+                background-color: $brand-primary;
+                padding-top: 4px;
+            }
+        }
     }
 }
+
 .contribute-get-started-steps {
     list-style: none;
     counter-reset: contribute-steps-counter;


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