From 335a07e737647f04ce1d67b89d8eddb275a23f7a Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Tue, 17 Jan 2017 20:35:28 +0100 Subject: [PATCH 1/2] sort sections by 'programming language' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The list of validators exceeds the visual part of the »Software« page. In order to find the right (sub) list sort it by 'programming language' with common order. Non programming languages, mainly 'Online (web tool)', were shifted to the end of the list. --- implementations.html | 144 ++++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 71 deletions(-) diff --git a/implementations.html b/implementations.html index 9d44bfb1..6d53444e 100644 --- a/implementations.html +++ b/implementations.html @@ -16,102 +16,102 @@

Validators

+

Validation benchmarks

+ -

Schema generation

@@ -149,32 +150,33 @@

Schema generation

  • NJsonSchema - supports version 4 (Ms-PL) - generates schemas from .NET types
  • -
  • Online (web tool) +
  • Python
  • +
  • Scala + +
  • TypeScript
  • -
  • Visual Studio +
  • Online (web tool)
  • -
  • Python +
  • Visual Studio
  • -
  • Scala -

    Data parsing

    From c54b0339faf02c1ae9ae6c5a6331e279613c0d87 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Wed, 18 Jan 2017 21:40:06 +0100 Subject: [PATCH 2/2] [WIP] add programming language index --- _sass/minima.scss | 3 +- _sass/minima/_intra-navigation.scss | 29 ++++++++++++++ implementations.html | 62 +++++++++++++++++++---------- 3 files changed, 71 insertions(+), 23 deletions(-) create mode 100644 _sass/minima/_intra-navigation.scss diff --git a/_sass/minima.scss b/_sass/minima.scss index ef85635f..8b50f00f 100644 --- a/_sass/minima.scss +++ b/_sass/minima.scss @@ -39,5 +39,6 @@ $on-laptop: 800px !default; @import "minima/base", "minima/layout", - "minima/prism" + "minima/prism", + "minima/intra-navigation" ; diff --git a/_sass/minima/_intra-navigation.scss b/_sass/minima/_intra-navigation.scss new file mode 100644 index 00000000..b40cb92a --- /dev/null +++ b/_sass/minima/_intra-navigation.scss @@ -0,0 +1,29 @@ +nav.intra { + margin: 0 25px 15px 25px; + padding: 10px 0; + > ul { + list-style-type: none; + margin: 0px; + overflow: auto; + > li { + border-radius: 2px; + background-color: $brand-color; + float: left; + height: 25px; + margin: 2px; + text-align: center; + overflow: hidden; + text-overflow: ellipsis; + width: 17%; + } + } + a { + color: $background-color + } + a:hover { + text-decoration: none; + } + a:visited { + color: $background-color + } +} \ No newline at end of file diff --git a/implementations.html b/implementations.html index 6d53444e..c45c509c 100644 --- a/implementations.html +++ b/implementations.html @@ -15,64 +15,84 @@

    Validators

    +

    Libraries

    + - +

    Online

    +

    Validation benchmarks