Skip to content
Snippets Groups Projects
Commit 86d9c96a authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

WIP use taxonomies for software contributors &+

parent 35f62d18
No related branches found
No related tags found
No related merge requests found
Showing
with 112 additions and 51 deletions
......@@ -10,6 +10,8 @@ taxonomies = [
{name = "authors"},
{name = "tags"},
{name = "category"},
{name = "language"},
{name = "framework"},
]
[markdown]
......
......@@ -5,7 +5,7 @@ draft = true # À SUPPRIMER !
[extra]
full_name = "Templatus Lipsum" # nom complet
avatar = "avatar.svg" # image dans /static/equipe
avatar = "TEMPLATE.svg" # image dans /static/equipe
website = "https://example.com/"
forum_duniter = "pseudo"
forum_ml = "pseudo"
......
+++
title = "bgallois" # chaîne identique au nom de fichier et nom d'auteur
description = "description courte" # pas de phrase
[extra]
full_name = "Templatus Lipsum" # nom complet
avatar = "TEMPLATE.svg" # image dans /static/equipe
website = "https://example.com/"
forum_duniter = "pseudo"
forum_ml = "pseudo"
g1_pubkey = "EzC9CyJvJZpbGJafXXCUqdn8VRpFbNCZUnNqntMg4hxi"
phone = "+33 6 12 34 56 78"
email = "mail@domaine.tld"
xmpp = "pseudo@domaine.tld"
matrix = "@template:example.com"
gitduniter = "pseudo"
g1_map = false # (des)active le lien vers la carte ML
[taxonomies]
authors = [] # chacun est auteur de sa propre page
+++
Description longe affichée sur la page de l'utilisateur. Format markdown, balises autorisées...
\ No newline at end of file
+++
title = "TEMPLATE"
[taxonomies]
authors = []
language = []
framework = []
[extra]
logo = "/img/logo.svg"
repo = ""
website = ""
languages = ["", ]
frameworks = ["", ]
contributors = ["", ]
+++
\ No newline at end of file
+++
title = "Logiciels"
template = "custom/4-logiciels.html"
template = "software/all.html"
page_template = "software/single.html"
weight = 3
description = "Un large éventail logiciel constitue l'écosystème de la monnaie libre ǧ1."
aliases = ["ecosysteme"]
......@@ -10,11 +11,11 @@ item_path = "logiciels/"
[[extra.group]]
name = "Écosystème logiciel"
list = ["duniter", "cesium", "silkaj", "gchange", "wotwizard", "datapods"]
list = ["duniter", "cesium", "silkaj", "gchange", "wotwizard", "datapods", "ginkgo", "g1superbot"]
group_by = 3
[[extra.group]]
name = "En développement"
list = ["duniter-v2", "gecko", "tikka", "g1-companion", "ginkgo"]
list = ["duniter-v2", "gecko", "tikka", "g1-companion", ]
group_by = 3
[[extra.group]]
name = "Bibliothèques"
......@@ -43,7 +44,7 @@ list = [
"g1lien",
"g1-monit",
"gakpot",
"little",
"little-tools",
"jaklis",
"bog",
"g1-stats",
......
+++
title = "Animwotmap"
[taxonomies]
authors = ["HugoTrentesaux", ]
language = ["julia", ]
framework = []
[extra]
logo = "fa-play-circle"
repo = ""
website = ""
languages = ["julia", ]
frameworks = ["", ]
contributors = ["HugoTrentesaux", ]
+++
<a href="https://forum.monnaie-libre.fr/t/la-toile-de-confiance-animee/11132">Animwotmap</a> génère une visualisation animée de l'historique de la toile de confiance.
\ No newline at end of file
+++
title = "Barre intégrable"
[taxonomies]
authors = ["paidge", ]
language = []
framework = []
[extra]
logo = "fa-battery-half"
repo = ""
website = ""
languages = ["", ]
frameworks = ["", ]
contributors = ["paidge", ]
+++
La <a href="https://git.duniter.org/paidge/barre-de-financement-int-grable">barre de financement intégrable</a> permet d'intégrer dans un site web une barre de progression via une balise <span style="font-family: monospace;">&lt;iframe/&gt;</span> afin de suivre l'évolution d'un financement participatif.
\ No newline at end of file
+++
title = "Bog"
[taxonomies]
authors = ["poka", ]
language = []
framework = []
[extra]
logo = "/img/bog.jpg"
repo = ""
website = ""
languages = ["", ]
frameworks = ["", ]
contributors = ["", ]
+++
Ğ1LibreBot est un chatbot disponible via Télégram, Messenger, RocketChat, ...
\ No newline at end of file
+++
title = "Cesium"
[taxonomies]
authors = ["kimamila", "matograine"]
language = ["javascript",]
framework = ["angularjs", "ionic"]
[extra]
logo = "/img/cesium.svg"
repo = "https://git.duniter.org/clients/cesium-grp/cesium/"
website = "https://cesium.app/fr/"
languages = ["javascript",]
frameworks = ["angularjs", "ionic"]
contributors = ["kimamila", "matograine"]
+++
Fondé sur les frameworks <strong>AngularJS</strong> et <strong>Ionic</strong>, <a href="https://cesium.app/">Cesium</a> est un client web également disponible sur smartphone.
\ No newline at end of file
+++
title = "Datapods"
[taxonomies]
authors = ["kimamila"]
language = ["java"]
framework = ["elasticsearch"]
[extra]
logo = "/img/datapod.svg"
repo = "https://git.duniter.org/clients/cesium-grp/cesium-plus-pod/"
website = "http://doc.e-is.pro/cesium-plus-pod/REST_API.html"
languages = ["java", ]
frameworks = ["elasticsearch", ]
contributors = ["kimamila", ]
+++
Les <a href="http://doc.e-is.pro/cesium-plus-pod/REST_API.html">Datapods</a> sont une couche de données complémentaires hors-blockchain sur <strong>ElasticSearch</strong> qui sert pour les applications clients comme Cesium et Ğchange.
\ No newline at end of file
+++
title = "Dex"
[taxonomies]
authors = []
language = []
framework = []
[extra]
logo = "fa-gears"
repo = ""
website = ""
languages = ["", ]
frameworks = ["", ]
contributors = ["", ]
+++
<a href="https://git.duniter.org/nodes/typescript/duniter/-/tree/dev/rust-bins/duniter-dbex">Dex</a> est un explorateur de base de données Duniter.
\ No newline at end of file
+++
title = "Duniter-v2s"
[taxonomies]
authors = ["elois", "HugoTrentesaux", "tuxmain", "bgallois"]
language = ["rust"]
framework = ["substrate"]
[extra]
logo = "/img/duniterv2.svg"
repo = "https://git.duniter.org/nodes/rust/duniter-v2s"
website = "https://duniter.fr/"
languages = ["rust", ]
frameworks = ["substrate", ]
contributors = ["elois", "HugoTrentesaux", "tuxmain", "bgallois"]
+++
......
+++
title = "Duniter"
[taxonomies]
authors = ["cgeek", "elois"]
language = ["javascript", "rust"]
framework = ["nodejs"]
[extra]
logo = "/img/duniter-logo_alt.svg"
repo = "https://git.duniter.org/nodes/typescript/duniter/"
website = "https://duniter.fr/"
languages = ["javascript", "rust"]
frameworks = ["nodejs"]
contributors = ["cgeek", "elois"]
+++
La blockchain de la Ğ1 fonctionne grâce à <a href="https://git.duniter.org/nodes/typescript/duniter/">Duniter</a>. Historiquement en <strong>Node.js</strong>, une migration progressive vers <strong>Rust</strong> est en cours.
\ No newline at end of file
+++
title = "DuniterPy"
[taxonomies]
authors = ["moul", "vit"]
language = ["python"]
framework = []
[extra]
logo = "/img/duniterpy-logo.png"
repo = "https://clients.pages.duniter.org/python/duniterpy/"
website = "https://clients.pages.duniter.org/python/duniterpy/"
languages = ["python", ]
contributors = ["moul", "vit"]
+++
......
+++
title = "Dunixir"
[taxonomies]
authors = []
language = []
framework = []
[extra]
logo = "/img/dunixir.png"
repo = "https://gitlab.imt-atlantique.fr/dunixir/dunixir"
website = ""
languages = ["", ]
frameworks = ["", ]
contributors = ["", ]
+++
<a href="https://gitlab.imt-atlantique.fr/dunixir/dunixir">Dunixir</a> est un projet d'école d'étudiants de l'IMT Atlantique visant à implémenter Duniter en Elixir.
\ No newline at end of file
+++
title = "dup-tools"
[taxonomies]
authors = []
language = []
framework = []
[extra]
logo = "fa-spell-check"
repo = "https://git.duniter.org/tools/dup-tools-front"
website = ""
languages = ["", ]
frameworks = ["", ]
contributors = ["", ]
+++
<a href="https://git.duniter.org/tools/dup-tools-front">dup-tools</a> est un validateur de documents blockchain en <strong>Rust</strong> et <strong>Js</strong>.
\ No newline at end of file
+++
title = "Durt"
[taxonomies]
authors = ["poka"]
language = ["dart"]
framework = []
[extra]
logo = "/img/durt.png"
repo = "https://git.duniter.org/pokapow/durt"
website = "https://pub.dev/packages/durt"
languages = ["dart", ]
contributors = ["poka", ]
+++
Durt is the common library which will facilitate your creation of Ğ1 libre currency client in Dart/Flutter, or any other cryptocurrency generated by Duniter.
\ No newline at end of file
+++
title = "Ğ1-compagnon"
[taxonomies]
authors = ["manutopik"]
language = ["javascript"]
framework = ["nuxt"]
[extra]
logo = "/img/g1compagnon.svg"
repo = "https://git.duniter.org/clients/g1-compagnon"
languages = ["javascript", ]
frameworks = ["nuxt", ]
contributors = ["ManUtopiK", ]
+++
......
+++
title = "Ğ1 monit"
[taxonomies]
authors = []
language = []
framework = []
[extra]
logo = "fa-bolt"
repo = "https://git.duniter.org/nodes/typescript/modules/duniter-currency-monit"
website = ""
languages = ["", ]
frameworks = ["", ]
contributors = ["", ]
+++
<a href="https://git.duniter.org/nodes/typescript/modules/duniter-currency-monit">ğ1-monit</a> est un module duniter permettant de générer diverses statistiques sur la monnaie libre Ğ1.
\ No newline at end of file
+++
title = "Ğ1 stats"
[taxonomies]
authors = []
language = []
framework = []
[extra]
logo = "fa-line-chart"
repo = ""
website = "https://g1-stats.axiom-team.fr/"
languages = ["", ]
frameworks = ["", ]
contributors = ["", ]
+++
<a href="https://g1-stats.axiom-team.fr/">Ǧ1 stats</a> est un utilitaire <strong>bash</strong> d'analyse de données de transactions.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment