From 69c475229359c601f23a0bcf89b49d75279bec69 Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Tue, 17 Aug 2021 22:30:26 +0100 Subject: [PATCH 1/2] updating gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ce8ccc755..e6b3ac813 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.user *.sln.docstates .vs/ +/_site From 4af1c3cfe26da54d13607189becaf30f3eb50829 Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Tue, 17 Aug 2021 23:36:26 +0100 Subject: [PATCH 2/2] Adding initial shared calendar to homepage. Idea is to have easy to find central location for all public meetings --- _includes/header.html | 2 +- index.html | 194 ++++++++++++++++++++++-------------------- 2 files changed, 104 insertions(+), 92 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 25300b0c8..75d3e6329 100755 --- a/_includes/header.html +++ b/_includes/header.html @@ -71,7 +71,7 @@ Videos
  • - Podcasts + Podcasts
  • Learn diff --git a/index.html b/index.html index 02f0759d4..f12f00150 100755 --- a/index.html +++ b/index.html @@ -8,9 +8,9 @@

    This is a toolbox of many specifications, services, tools, people, and other resources. There is a lot of information available here, and it is something that is always expanding. Feel free to sort through all of the information here, or you can just get started with three of the most important specifications to the world of APIs.

    -
    - Join Us Every Thursday for API Specification Office Hours -
    +
    + Join Us Every Thursday for API Specification Office Hours +
    @@ -18,18 +18,18 @@ {% assign specifications = site.specifications %} {% for entry in specifications %} - {% if entry.name == 'OpenAPI' %} - - - -
    -
    -
    - + + -
    +
    +
    +

    - Learn + Learn
      @@ -38,23 +38,23 @@ {% for tag in common.x-tags %} {% if tag == 'Learn' %} {% assign tagged = 1 %} - {% endif %} - {% endfor %} - {% if tagged == 1 %} + {% endif %} + {% endfor %} + {% if tagged == 1 %}
    • {{ common.x-name }}
    • - {% endif %} - {% endfor %} -
    + {% endif %} + {% endfor %} +
    -
    - + - + + - {% endif %} - {% endfor %} + {% endif %} + {% endfor %} - + {% for entry in specifications %} - {% if entry.name == 'AsyncAPI' %} - - - -
    +

    - Contribute + Contribute
      @@ -63,37 +63,37 @@ {% for tag in common.x-tags %} {% if tag == 'Contribute' %} {% assign tagged = 1 %} - {% endif %} - {% endfor %} - {% if tagged == 1 %} + {% endif %} + {% endfor %} + {% if tagged == 1 %}
    • {{ common.x-name }}
    • - {% endif %} - {% endfor %} -
    + {% endif %} + {% endfor %} +
    -


    -
    -
    - + + -
    +
    +
    +

    - Learn + Learn
      @@ -102,23 +102,23 @@ {% for tag in common.x-tags %} {% if tag == 'Learn' %} {% assign tagged = 1 %} - {% endif %} - {% endfor %} - {% if tagged == 1 %} + {% endif %} + {% endfor %} + {% if tagged == 1 %}
    • {{ common.x-name }}
    • - {% endif %} - {% endfor %} -
    + {% endif %} + {% endfor %} +
    -
    - + - + + - {% endif %} - {% endfor %} + {% endif %} + {% endfor %} {% for entry in specifications %} - {% if entry.name == 'JSON Schema' %} - - - -
    +

    - Contribute + Contribute
      @@ -127,37 +127,37 @@ {% for tag in common.x-tags %} {% if tag == 'Contribute' %} {% assign tagged = 1 %} - {% endif %} - {% endfor %} - {% if tagged == 1 %} + {% endif %} + {% endfor %} + {% if tagged == 1 %}
    • {{ common.x-name }}
    • - {% endif %} - {% endfor %} -
    + {% endif %} + {% endfor %} +
    -

    -
    -
    - + + -
    +
    +
    +

    - Learn + Learn
      @@ -166,23 +166,23 @@ {% for tag in common.x-tags %} {% if tag == 'Learn' %} {% assign tagged = 1 %} - {% endif %} - {% endfor %} - {% if tagged == 1 %} + {% endif %} + {% endfor %} + {% if tagged == 1 %}
    • {{ common.x-name }}
    • - {% endif %} - {% endfor %} -
    + {% endif %} + {% endfor %} +
    -
    - + - + + - {% endif %} - {% endfor %} + {% endif %} + {% endfor %}
    +

    - Contribute + Contribute
      @@ -191,22 +191,34 @@ {% for tag in common.x-tags %} {% if tag == 'Contribute' %} {% assign tagged = 1 %} - {% endif %} - {% endfor %} - {% if tagged == 1 %} + {% endif %} + {% endfor %} + {% if tagged == 1 %}
    • {{ common.x-name }}
    • - {% endif %} - {% endfor %} -
    + {% endif %} + {% endfor %} +
    -

    + +
    +
    +

    Below is a calendar of containing all regular meetings and offices hours across the specifications. Feel free to jump in!

    +
    +
    +
    +
    + +
    + +

    This project runs on Github allowing this entire directory to be run locally, forked to add information, and update the webite using pull request. We are happy to accept community submisions, and edit are always welcome! The goal of this site i to bring in as much information about the space as posible, then provide tools for filtering out the noise.

    \ No newline at end of file