[gtk-web/new-website: 167/180] added gtk authors



commit 84b006af78983cfbff5c202ef0ed85c31363c294
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Sat Aug 24 21:55:19 2019 +0530

    added gtk authors

 _data/gtk-authors.json            | 105 ++++++++++++++++++++++++++++++++++++++
 collections/_pages/community.html |  23 +--------
 2 files changed, 106 insertions(+), 22 deletions(-)
---
diff --git a/_data/gtk-authors.json b/_data/gtk-authors.json
new file mode 100644
index 0000000..6d02aa5
--- /dev/null
+++ b/_data/gtk-authors.json
@@ -0,0 +1,105 @@
+{
+  "name": {
+    "_xml:lang": "en",
+    "__text": "gtk"
+  },
+  "shortname": "gtk",
+  "shortdesc": {
+    "_xml:lang": "en",
+    "__text": "Multi-platform toolkit"
+  },
+  "description": {
+    "_xml:lang": "en",
+    "__text": "GTK is a multi-platform toolkit for creating graphical user\ninterfaces. Offering a complete 
set of widgets, GTK is suitable for\nprojects ranging from small one-off tools to complete 
application\nsuites.\n\nGTK has been designed from the ground up to support a range of\nlanguages, not only 
C/C++. Using GTK from languages such as Perl and\nPython (especially in combination with the Glade GUI 
builder) provides\nan effective method of rapid application development.\n\nGTK is free software and part of 
the GNU Project. However, the\nlicensing terms for GTK, the GNU LGPL, allow it to be used by all\ndevelopers, 
including those developing proprietary software, without\nany license fees or royalties."
+  },
+  "homepage": {
+    "_rdf:resource": "http://www.gtk.org/";
+  },
+  "license": {
+    "_rdf:resource": "http://usefulinc.com/doap/licenses/lgpl";
+  },
+  "bug-database": {
+    "_rdf:resource": "https://gitlab.gnome.org/GNOME/gtk/issues/";
+  },
+  "download-page": {
+    "_rdf:resource": "http://download.gnome.org/sources/gtk+/";
+  },
+  "mailing-list": [
+    {
+      "_rdf:resource": "http://mail.gnome.org/mailman/listinfo/gtk-list";
+    },
+    {
+      "_rdf:resource": "http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list";
+    },
+    {
+      "_rdf:resource": "http://mail.gnome.org/mailman/listinfo/gtk-devel-list";
+    },
+    {
+      "_rdf:resource": "http://mail.gnome.org/mailman/listinfo/gtk-doc-list";
+    },
+    {
+      "_rdf:resource": "http://mail.gnome.org/mailman/listinfo/gtk-i18n-list";
+    },
+    {
+      "_rdf:resource": "http://mail.gnome.org/mailman/listinfo/gtk-perl-list";
+    },
+    {
+      "_rdf:resource": "http://mail.gnome.org/mailman/listinfo/language-bindings";
+    }
+  ],
+  "category": {
+    "_rdf:resource": "http://api.gnome.org/doap-extensions#core";
+  },
+  "programming-language": "C",
+  "repository": {
+    "GitRepository": {
+      "browse": {
+        "_rdf:resource": "https://gitlab.gnome.org/GNOME/gtk/";
+      },
+      "location": {
+        "_rdf:resource": "https://gitlab.gnome.org/GNOME/gtk.git";
+      }
+    }
+  },
+  "maintainer": [
+    {
+      "Person": {
+        "name": {
+          "__prefix": "foaf",
+          "__text": "Matthias Clasen"
+        },
+        "mbox": {
+          "_rdf:resource": "mailto:mclasen redhat com",
+          "__prefix": "foaf"
+        },
+        "userid": {
+          "__prefix": "gnome",
+          "__text": "matthiasc"
+        },
+        "__prefix": "foaf"
+      }
+    },
+    {
+      "Person": {
+        "name": {
+          "__prefix": "foaf",
+          "__text": "Tim Janik"
+        },
+        "mbox": {
+          "_rdf:resource": "mailto:timj gtk org",
+          "__prefix": "foaf"
+        },
+        "userid": {
+          "__prefix": "gnome",
+          "__text": "timj"
+        },
+        "__prefix": "foaf"
+      }
+    }
+  ],
+  "_xmlns:rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#";,
+  "_xmlns:rdfs": "http://www.w3.org/2000/01/rdf-schema#";,
+  "_xmlns:foaf": "http://xmlns.com/foaf/0.1/";,
+  "_xmlns:gnome": "http://api.gnome.org/doap-extensions#";,
+  "_xmlns": "http://usefulinc.com/ns/doap#";
+}
\ No newline at end of file
diff --git a/collections/_pages/community.html b/collections/_pages/community.html
index f1cc8a0..f30d6df 100644
--- a/collections/_pages/community.html
+++ b/collections/_pages/community.html
@@ -81,7 +81,7 @@ team_main_heading_description: These are the people who apply their best of skil
         <span class="text-muted w-100 w-sm-75">{{ page.issues_main_heading_description | markdownify 
}}</span>
       </div>
     </div>
-    <div class="row py-4 align-items-start">
+    <div class="row py-4 align-items-start border">
       {% assign issues = site.data.api_fetch.issues_opened %}
       {% for i in (0..3) %}
         <div class="col-lg-3 col-sm-6 px-0 px-sm-3">
@@ -114,27 +114,6 @@ team_main_heading_description: These are the people who apply their best of skil
         </div>
       {% endfor %}
     </div>
-    <nav>
-      <ul class="pagination pagination-sm">
-        <li class="page-item">
-          <a href="#" class="page-link" aria-label="Previous">
-            <span aria-hidden="true">&laquo;</span>
-          </a>
-        </li>
-        <li class="page-item"><a href="#" class="page-link">1</a></li>
-        <li class="page-item"><a href="#" class="page-link">2</a></li>
-        <li class="page-item"><a href="#" class="page-link">3</a></li>
-        <li class="page-item"><a href="#" class="page-link">4</a></li>
-        <li class="page-item"><a href="#" class="page-link">5</a></li>
-        <li class="page-item"><a href="#" class="page-link">6</a></li>
-        <li class="page-item"><a href="#" class="page-link">7</a></li>
-        <li class="page-item">
-          <a href="#" class="page-link" aria-label="Next">
-            <span aria-hidden="true">&raquo;</span>
-          </a>
-        </li>
-      </ul>
-    </nav>
   </div>
 </section>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]