You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/09/03 18:38:50 UTC

[cordova-docs] branch master updated: Third party tooling (#1201)

This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new ffa03b9  Third party tooling (#1201)
ffa03b9 is described below

commit ffa03b93f5929a457959c7f91ed3e96589fbad00
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Fri Sep 3 15:38:41 2021 -0300

    Third party tooling (#1201)
    
    * feat: move Cordova Tooling and Showcase to own page
    
    * feat: remove app showcase section
    
    * third party tooling page
    
    Co-authored-by: Erisu <el...@gmail.com>
---
 www/_data/showcase-apps.yml           | 98 -----------------------------------
 www/_data/toc/en_dev-src.yml          |  1 +
 www/_includes/tools_and_showcase.html | 66 -----------------------
 www/docs/en/dev/third-party/index.md  | 58 +++++++++++++++++++++
 www/index.html                        |  3 --
 5 files changed, 59 insertions(+), 167 deletions(-)

diff --git a/www/_data/showcase-apps.yml b/www/_data/showcase-apps.yml
deleted file mode 100644
index f46af27..0000000
--- a/www/_data/showcase-apps.yml
+++ /dev/null
@@ -1,98 +0,0 @@
-# -   name: Example Showcase App
-#     image: cordova.png
-#     url: http://example.com
-#     description: >
-#         A description that can
-#         span multiple lines.
-
--   name: Pacifica - Stress and Anxiety Relief
-    image: Pacifica.png
-    url: https://thinkpacifica.com
-    description: >
-        Daily tools for stress, anxiety and depression based on Cognitive
-        Behavioral Therapy and Mindfulness.
-
--   name: Sworkit - Personal Workout Trainer
-    image: Sworkit.png
-    url: http://sworkit.com
-    description: >
-        Sworkit delivers on-demand, personalized video exercises to millions
-        of users to help them stay fit.
-
--   name: FanReact - Sports Fans Social App
-    image: FanReact.png
-    url: http://fanreact.com/
-    description: >
-        Sports only social app for fans to share their experiences.
-
--   name: JustWatch - Streaming Search Engine
-    image: JustWatch.png
-    url: https://www.justwatch.com/
-    description: >
-        JustWatch is the easiest way to see if your favorite movies or TV
-        shows are available on any streaming provider.
-
--   name: Gudog - Dog Boarding
-    image: Gudog.png
-    url: https://gudog.co.uk/mobile
-    description: >
-        Gudog brings together dog owners and trustworthy dog sitters who
-        offer Home Dog Boarding, Dog Walking and Doggy Daycare.
-
--   name: Series Seven
-    image: SeriesSeven.png
-    url: http://www.idangero.us/series7/
-    description: >
-        Series Seven allows you to track your favorite TV shows and easily
-        get all information about TV show. You'll never miss new episode of
-        your favorite show with Series Seven.
-
--   name: Keepe - Handyman on Demand
-    image: Keepe.png
-    url: http://www.keepe.com/?utm_source=cordova
-    description: >
-        Get a Handyman or Plumber to your House in 1 Hour. Keepe delivers the
-        right contractor at your doorstep.
-
--   name: Clever Baby - Baby Log & Tracker
-    image: CleverBaby.png
-    url: http://www.mycleverbaby.com/
-    description: >
-        Clever Baby is the easiest way to track your baby's well-being, growth
-        and development.
-
--   name: Buildr
-    image: Buildr.png
-    url: https://itunes.apple.com/us/app/buildr./id987621361?mt=8
-    description: >
-        You are using PhoneGap Build to develop your Apps? Then Buildr will
-        be your new best friend. Rebuild, pull and monitor your apps, unlock
-        and change signing keys.
-
--   name: Graded
-    image: Graded.png
-    url: http://www.graded.us
-    description: >
-        The easiest and prettiest way to check your grades from Home Access Center (HAC)
-
--   name: One Verse BIBLE
-    image: OneVerse.png
-    url: http://www.onever.se
-    description: >
-        One Verse BIBLE is a beautifully crafted Bible app to focus more on
-        each Bible Verse and to compare easily with various Bible Versions
-
--   name: SparkChess
-    image: SparkChess.png
-    url: https://www.sparkchess.com
-    description: > 
-        Finally, a game of chess everyone can enjoy. Play chess against the computer or 
-        challenge your friends in online multiplayer. SparkChess is available on the 
-        App Store, on Google Play and online. 
-
--   name: Smoothie-3D
-    image: Smoothie3D.png
-    url: https://www.smoothie-3D.com
-    description: >
-        Smoothie-3D is a cool app for designing where you just draw an outline from a 
-        background image to make a 3D textured model.
diff --git a/www/_data/toc/en_dev-src.yml b/www/_data/toc/en_dev-src.yml
index cbe0318..7cadb6e 100644
--- a/www/_data/toc/en_dev-src.yml
+++ b/www/_data/toc/en_dev-src.yml
@@ -8,6 +8,7 @@
         - url: guide/cli/index.html
         - url: guide/cli/template.html
         - url: guide/support/index.html
+        - url: third-party/index.html
         -
             name: Develop for platforms
             children:
diff --git a/www/_includes/tools_and_showcase.html b/www/_includes/tools_and_showcase.html
deleted file mode 100644
index d2cfeb4..0000000
--- a/www/_includes/tools_and_showcase.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<div class="container">
-    <div class="row showcase_section_intro">
-        <div class="col-md-12 text-center">
-            <h1>Cordova Tools</h1>
-            <h2>A diverse ecosystem of command line tools, JavaScript frameworks, and cloud services exist that augment Cordova</h2>
-        </div>
-    </div>
-    <div class="row card_gallery">
-        {% for tool in site.data.tools %}
-        <div class="col-lg-2 col-md-4 col-sm-6 col-xs-12 card">
-            <div class="tool card_inner">
-                <div class="img_container">
-                    <img src="{{ site.baseurl }}/static/img/tools/{{ tool.image }}" class="center-block"/>
-                </div>
-                <p class="card_title">
-                    {% if tool.url %}
-                        <a href="{{ tool.url }}">
-                            {{ tool.name }}
-                        </a>
-                    {% else %}
-                        {{ tool.name }}
-                    {% endif %}
-                </p>
-                <p class="text">
-                    {{ tool.description | strip_html | truncate:255 }}
-                </p>
-            </div>
-        </div>
-        {% endfor %}
-    </div>
-</div>
-
-<div class="container">
-    <div class="row showcase_section_intro">
-        <div class="col-md-12 text-center">
-            <h1>Cordova App Showcase</h1>
-            <h2>See other apps that use Cordova</h2>
-        </div>
-    </div>
-    <div class="row card_gallery">
-        {% for app in site.data.showcase-apps %}
-        <div class="col-lg-2 col-md-4 col-sm-6 col-xs-12 card">
-            <div class="app card_inner">
-                <div class="showcase_app_thumb">
-                    <img src="{{ site.baseurl }}/static/img/showcase-apps/{{ app.image }}" class="center-block"/>
-                </div>
-                <p class="card_title">
-                    {% if app.url %}
-                        <a href="{{ app.url }}">
-                            {{ app.name }}
-                        </a>
-                    {% else %}
-                        {{ app.name }}
-                    {% endif %}
-                </p>
-                <p class="text">{{ app.description | strip_html | truncate:128 }}</p>
-            </div>
-        </div>
-        {% endfor %}
-    </div>
-    <div class="row">
-        <p>
-            &nbsp;
-        </p>
-    </div>
-</div>
diff --git a/www/docs/en/dev/third-party/index.md b/www/docs/en/dev/third-party/index.md
new file mode 100644
index 0000000..279e7e1
--- /dev/null
+++ b/www/docs/en/dev/third-party/index.md
@@ -0,0 +1,58 @@
+---
+license: >
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+title: Third-party Tools
+description: Additional tools that help developing Cordova apps created by the community
+---
+
+# Third-party Tools
+
+<div class="third_party_content_container">
+    <div class="row">
+        <div class="col-md-12">
+            <p>
+                Listed here are externally developed compatible libraries, tooling, frameworks, and cloud services for Cordova. This list and the associated packages are maintained by the community and not guaranteed to be up to date. If you'd like to update this list make PR!
+            </p>
+        </div>
+    </div>
+    <div class="row card_gallery">
+        {% for tool in site.data.tools %}
+        <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 card">
+            <div class="tool card_inner">
+                <div class="img_container">
+                    <img src="{{ site.baseurl }}/static/img/tools/{{ tool.image }}" class="center-block"/>
+                </div>
+                <p class="card_title">
+                    {% if tool.url %}
+                        <a href="{{ tool.url }}">
+                            {{ tool.name }}
+                        </a>
+                    {% else %}
+                        {{ tool.name }}
+                    {% endif %}
+                </p>
+                <p class="text">
+                    {{ tool.description | strip_html | truncate:255 }}
+                </p>
+            </div>
+        </div>
+        {% endfor %}
+    </div>
+</div>
+
diff --git a/www/index.html b/www/index.html
index 2ad769b..46ea158 100644
--- a/www/index.html
+++ b/www/index.html
@@ -201,7 +201,4 @@ change_frequency: monthly
             </div>
         </div>
     </div>
-
-    {% include tools_and_showcase.html %}
-
 </div><!-- /container-fluid -->

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