mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
TOML all the things ?
This commit is contained in:
parent
afc388aa5f
commit
964ec66921
6 changed files with 4217 additions and 5685 deletions
90
antifeatures.toml
Normal file
90
antifeatures.toml
Normal file
|
@ -0,0 +1,90 @@
|
|||
[tracking]
|
||||
icon = "user-secret"
|
||||
title.en = "Tracking"
|
||||
title.fr = "Pistage"
|
||||
description.en = "Tracks you and/or reports your activity to upstream maintainer or third parties, either without your permission or by default."
|
||||
decription.fr = "Vous piste et/ou rapporte vos activités au mainteneur source ou à des tiers, sans votre permission ou par défaut."
|
||||
|
||||
[non-free-network]
|
||||
icon = "sitemap"
|
||||
title.en = "Non-free Network Services"
|
||||
title.fr = "Services réseau non libres"
|
||||
description.en = "Promotes or depends entirely on a non-free network service."
|
||||
description.fr = "Promeut ou utilise des services réseau non libres."
|
||||
|
||||
[non-free-addons]
|
||||
icon = "puzzle-piece"
|
||||
title.en = "Non-free Addons"
|
||||
title.fr = "Extensions non libres"
|
||||
description.en = "Promotes other non-free applications or plugins."
|
||||
description.fr = "Promeut d'autres applications ou plugins non libres."
|
||||
|
||||
[non-free-dependencies]
|
||||
icon = "book"
|
||||
title.en = "Non-free dependencies"
|
||||
title.fr = "Dépendances non libres"
|
||||
description.en = "Relies on software dependencies that are not free in order to run."
|
||||
description.fr = "Dépend pour fonctionner de dépendances logicielles non libres."
|
||||
|
||||
[non-free-assets]
|
||||
icon = "file-image-o"
|
||||
title.en = "Non-free assets"
|
||||
title.fr = "Ressources non libres"
|
||||
description.en = "Contains and makes use of non-free assets. The most common case is apps using artwork - images, sounds, music, etc. - under a commercial license."
|
||||
description.fr = "Contient ou utilise des médias non libres. Le cas le plus fréquent concerne des applications utilisant des œuvres (images, sons, musiques, etc.) sous une licence commerciale."
|
||||
|
||||
[bad-security-reputation]
|
||||
icon = "bug"
|
||||
title.en = "Bad security reputation"
|
||||
title.fr = "Mauvaise réputation en matière de sécurité"
|
||||
description.en = "Has a bad security reputation, such as deprecated addons."
|
||||
description.fr = "A une mauvaise réputation en matière de sécurité, en utilisant des plugins dépréciés par exemple."
|
||||
|
||||
[deprecated-software]
|
||||
icon = "trash-o"
|
||||
title.en = "Upstream not maintained"
|
||||
title.fr = "Application non maintenue"
|
||||
description.en = "This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc."
|
||||
description.fr = "Ce logiciel n'est plus maintenu. Attendez-vous à ce qu'il ne fonctionne plus avec le temps, et que l'on découvre des failles de sécurité qui ne seront pas corrigées, etc."
|
||||
|
||||
[package-not-maintained]
|
||||
icon = "user-times"
|
||||
title.en = "Package not maintained"
|
||||
title.fr = "Paquet non maintenu"
|
||||
description.en = "This YunoHost package is not maintained and needs adoption."
|
||||
description.fr = "Ce package YunoHost n'est plus maintenu et doit être adopté."
|
||||
|
||||
[paid-content]
|
||||
icon = "money"
|
||||
title.en = "Paid content"
|
||||
title.fr = "Contenu payant"
|
||||
description.en = "Promotes or depends, entirely or partially, on a paid service."
|
||||
description.fr = "Promeut ou dépend, entièrement ou partiellement, d'un service payant."
|
||||
|
||||
[arbitrary-limitations]
|
||||
icon = "star-half-empty"
|
||||
title.en = "Arbitrary limitations"
|
||||
title.fr = "Limitations arbitraires"
|
||||
description.en = "Features arbitrary limitations. Please refer to the README."
|
||||
description.fr = "Contient des limitations arbitraires. Se référer au fichier README."
|
||||
|
||||
[replaced-by-another-app]
|
||||
icon = "repeat"
|
||||
title.en = "Replaced by another app"
|
||||
title.fr = "Remplacé par une autre application"
|
||||
description.en = "Was replaced by another app. Please refer to the README."
|
||||
description.fr = "A été remplacé par une autre application. Se référer au fichier README."
|
||||
|
||||
[alpha-software]
|
||||
icon = "flask"
|
||||
title.en = "Alpha software"
|
||||
title.fr = "Logiciel en version alpha"
|
||||
description.en = "Early development stage. May contain changing or unstable features, bugs, and security vulnerability."
|
||||
description.fr = "Le logiciel est au tout début de son développement. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité."
|
||||
|
||||
[not-totally-free]
|
||||
icon = "lock"
|
||||
title.en = "Not totally free upstream"
|
||||
title.fr = "Application sous licence libre restreinte"
|
||||
description.en = "The packaged app is under an overall free licence, but with clauses that restrict its use."
|
||||
description.fr = "L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation."
|
116
antifeatures.yml
116
antifeatures.yml
|
@ -1,116 +0,0 @@
|
|||
- id: tracking
|
||||
icon: user-secret
|
||||
title:
|
||||
en: "Tracking"
|
||||
fr: "Pistage"
|
||||
description:
|
||||
en: "Tracks you and/or reports your activity to upstream maintainer or third parties, either without your permission or by default."
|
||||
fr: "Vous piste et/ou rapporte vos activités au mainteneur source ou à des tiers, sans votre permission ou par défaut."
|
||||
|
||||
- id: non-free-network
|
||||
icon: sitemap
|
||||
title:
|
||||
en: "Non-free Network Services"
|
||||
fr : "Services réseau non libres"
|
||||
description:
|
||||
en: "Promotes or depends entirely on a non-free network service."
|
||||
fr: "Promeut ou utilise des services réseau non libres."
|
||||
|
||||
- id: non-free-addons
|
||||
icon: puzzle-piece
|
||||
title:
|
||||
en: "Non-free Addons"
|
||||
fr: "Extensions non libres"
|
||||
description:
|
||||
en: "Promotes other non-free applications or plugins."
|
||||
fr: "Promeut d'autres applications ou plugins non libres."
|
||||
|
||||
- id: non-free-dependencies
|
||||
icon: book
|
||||
title:
|
||||
en: "Non-free dependencies"
|
||||
fr: "Dépendances non libres"
|
||||
description:
|
||||
en: "Relies on software dependencies that are not free in order to run."
|
||||
fr: "Dépend pour fonctionner de dépendances logicielles non libres."
|
||||
|
||||
- id: non-free-assets
|
||||
icon: file-image-o
|
||||
title:
|
||||
en: "Non-free assets"
|
||||
fr: "Ressources non libres"
|
||||
description:
|
||||
en: "Contains and makes use of non-free assets. The most common case is apps using artwork - images, sounds, music, etc. - under a commercial license."
|
||||
fr: "Contient ou utilise des médias non libres. Le cas le plus fréquent concerne des applications utilisant des œuvres (images, sons, musiques, etc.) sous une licence commerciale."
|
||||
|
||||
- id: bad-security-reputation
|
||||
icon: bug
|
||||
title:
|
||||
en: "Bad security reputation"
|
||||
fr: "Mauvaise réputation en matière de sécurité"
|
||||
description:
|
||||
en: "Has a bad security reputation, such as deprecated addons."
|
||||
fr: "A une mauvaise réputation en matière de sécurité, en utilisant des plugins dépréciés par exemple."
|
||||
|
||||
- id: deprecated-software
|
||||
icon: trash-o
|
||||
title:
|
||||
en: "Upstream not maintained"
|
||||
fr: "Application non maintenue"
|
||||
description:
|
||||
en: "This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc."
|
||||
fr: "Ce logiciel n'est plus maintenu. Attendez-vous à ce qu'il ne fonctionne plus avec le temps, et que l'on découvre des failles de sécurité qui ne seront pas corrigées, etc."
|
||||
|
||||
- id: package-not-maintained
|
||||
icon: user-times
|
||||
title:
|
||||
en: "Package not maintained"
|
||||
fr: "Paquet non maintenu"
|
||||
description:
|
||||
en: "This YunoHost package is not maintained and needs adoption."
|
||||
fr: "Ce package YunoHost n'est plus maintenu et doit être adopté."
|
||||
|
||||
- id: paid-content
|
||||
icon: money
|
||||
title:
|
||||
en: "Paid content"
|
||||
fr: "Contenu payant"
|
||||
description:
|
||||
en: "Promotes or depends, entirely or partially, on a paid service."
|
||||
fr: "Promeut ou dépend, entièrement ou partiellement, d'un service payant."
|
||||
|
||||
- id: arbitrary-limitations
|
||||
icon: star-half-empty
|
||||
title:
|
||||
en: "Arbitrary limitations"
|
||||
fr: "Limitations arbitraires"
|
||||
description:
|
||||
en: "Features arbitrary limitations. Please refer to the README."
|
||||
fr: "Contient des limitations arbitraires. Se référer au fichier README."
|
||||
|
||||
- id: replaced-by-another-app
|
||||
icon: repeat
|
||||
title:
|
||||
en: "Replaced by another app"
|
||||
fr: "Remplacé par une autre application"
|
||||
description:
|
||||
en: "Was replaced by another app. Please refer to the README."
|
||||
fr: "A été remplacé par une autre application. Se référer au fichier README."
|
||||
|
||||
- id: alpha-software
|
||||
icon: flask
|
||||
title:
|
||||
en: "Alpha software"
|
||||
fr: "Logiciel en version alpha"
|
||||
description:
|
||||
en: "Early development stage. May contain changing or unstable features, bugs, and security vulnerability."
|
||||
fr: "Le logiciel est au tout début de son développement. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité."
|
||||
|
||||
- id: not-totally-free
|
||||
icon: lock
|
||||
title:
|
||||
en: "Not totally free upstream"
|
||||
fr: "Application sous licence libre restreinte"
|
||||
description:
|
||||
en: "The packaged app is under an overall free licence, but with clauses that restrict its use."
|
||||
fr: "L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation."
|
298
categories.toml
Normal file
298
categories.toml
Normal file
|
@ -0,0 +1,298 @@
|
|||
[synchronization]
|
||||
icon = "cloud"
|
||||
title.en = "Synchronization"
|
||||
title.es = "Sincronización"
|
||||
title.fr = "Synchronisation"
|
||||
description.en = "Files sync, contact, calendar, password managers..."
|
||||
description.es = "Sincronización, contactos, calendario, gestor de contraseñas..."
|
||||
description.fr = "Fichiers, contacts, calendrier, mots de passe..."
|
||||
|
||||
[synchronization.subtags.files]
|
||||
title.en = "Files"
|
||||
title.es = "Archivos"
|
||||
title.fr = "Fichiers"
|
||||
|
||||
[synchronization.subtags.calendar]
|
||||
title.en = "Calendar"
|
||||
title.es = "Calendario"
|
||||
title.fr = "Calendrier"
|
||||
|
||||
[synchronization.subtags.contacts]
|
||||
title.en = "Contacts"
|
||||
title.es = "Contactos"
|
||||
title.fr = "Contacts"
|
||||
|
||||
[synchronization.subtags.password]
|
||||
title.en = "Passwords"
|
||||
title.es = "Contraseñas"
|
||||
title.fr = "Mots de passe"
|
||||
|
||||
[publishing]
|
||||
icon = "globe"
|
||||
title.en = "Publishing"
|
||||
title.es = "Publicaciones"
|
||||
title.fr = "Publication"
|
||||
description.en = "Websites, blog, wiki, CMS..."
|
||||
description.es = "Paginas Web, blog, wiki, CMS..."
|
||||
description.fr = "Site web, blog, wiki, CMS..."
|
||||
|
||||
[publishing.subtags.websites]
|
||||
title.en = "Websites"
|
||||
title.es = "Paginas web"
|
||||
title.fr = "Sites web"
|
||||
|
||||
[publishing.subtags.blog]
|
||||
title.en = "Blog"
|
||||
title.es = "blog"
|
||||
title.fr = "Blog"
|
||||
|
||||
[publishing.subtags.wiki]
|
||||
title.en = "Wiki"
|
||||
title.es = "Wiki"
|
||||
title.fr = "Wiki"
|
||||
|
||||
[publishing.subtags.ecommerce]
|
||||
title.en = "E-commerce"
|
||||
title.es = "Comercio eletronico"
|
||||
title.fr = "Vente en ligne"
|
||||
|
||||
[publishing.subtags.analytics]
|
||||
title.en = "Analytics"
|
||||
title.es = "Estadisticas"
|
||||
title.fr = "Statistiques"
|
||||
|
||||
[communication]
|
||||
icon = "comments-o"
|
||||
title.en = "Communication"
|
||||
title.es = "Comunicacion"
|
||||
title.fr = "Communication"
|
||||
description.en = "Chat, email, forum, meetings..."
|
||||
description.es = "Chat, email, foro, reuniones en grupo..."
|
||||
description.fr = "Chat, email, forum, meetings..."
|
||||
|
||||
[communication.subtags.chat]
|
||||
title.en = "Instant messaging"
|
||||
title.es = "Mensajeria Instantanea"
|
||||
title.fr = "Messagerie instantannée"
|
||||
|
||||
[communication.subtags.forum]
|
||||
title.en = "Forum"
|
||||
title.es = "Foro"
|
||||
title.fr = "Forum"
|
||||
|
||||
[communication.subtags.email]
|
||||
title.en = "Email"
|
||||
title.es = "Email"
|
||||
title.fr = "Email"
|
||||
|
||||
[communication.subtags.meeting]
|
||||
title.en = "Meetings"
|
||||
title.es = "Reuniones"
|
||||
title.fr = "Meetings"
|
||||
|
||||
[office]
|
||||
icon = "file-text-o"
|
||||
title.en = "Office"
|
||||
title.es = "Ofimatica"
|
||||
title.fr = "Bureautique"
|
||||
description.en = "Collaborative text edition, spreadsheets..."
|
||||
description.es = "Edición de texto colaborativo, hojas de cálculo..."
|
||||
description.fr = "Édition de texte collaborative, tableurs..."
|
||||
|
||||
[office.subtags.text]
|
||||
title.en = "Text"
|
||||
title.es = "Texto"
|
||||
title.fr = "Texte"
|
||||
|
||||
[office.subtags.speadsheet]
|
||||
title.en = "Speadsheet"
|
||||
title.es = "Hoja de cálculo"
|
||||
title.fr = "Tableur"
|
||||
|
||||
[office.subtags.impress]
|
||||
title.en = "Slide show"
|
||||
title.es = "Diapositivas"
|
||||
title.fr = "Diaporama"
|
||||
|
||||
[office.subtags.draw]
|
||||
title.en = "Graphism"
|
||||
title.es = "Graficos"
|
||||
title.fr = "Graphisme"
|
||||
|
||||
[office.subtags.mindmap]
|
||||
title.en = "Mindmap"
|
||||
title.fr = "Cartes mentale"
|
||||
|
||||
[productivity_and_management]
|
||||
icon = "area-chart"
|
||||
title.en = "Productivity & management"
|
||||
title.fr = "Productivité & gestion"
|
||||
description.en = "Tasks, polls, accounting, ERP..."
|
||||
description.fr = "Tâches, sondages, comptabilité, ERP..."
|
||||
|
||||
[productivity_and_management.subtags.task]
|
||||
title.en = "Task"
|
||||
title.fr = "Tâches"
|
||||
|
||||
[productivity_and_management.subtags.poll]
|
||||
title.en = "Poll"
|
||||
title.fr = "Sondage"
|
||||
|
||||
[productivity_and_management.subtags.accounting]
|
||||
title.en = "Accounting"
|
||||
title.fr = "Comptabilité"
|
||||
|
||||
[productivity_and_management.subtags.business_and_ngos]
|
||||
title.en = "Business and NGOs"
|
||||
title.fr = "Entreprises et associations"
|
||||
|
||||
[small_utilities]
|
||||
icon = "umbrella"
|
||||
title.en = "Small utilities"
|
||||
title.fr = "Petits utilitaires"
|
||||
description.en = "Pastebins, URL shortener, proxies..."
|
||||
description.fr = "Pastebins, raccourcisseurs d'URL, proxys..."
|
||||
|
||||
[small_utilities.subtags.pastebin]
|
||||
title.en = "Pastebin"
|
||||
title.fr = "Pastebin"
|
||||
|
||||
[small_utilities.subtags.url_shortener]
|
||||
title.en = "URL shortener"
|
||||
title.fr = "Raccourcisseurs d'URL"
|
||||
|
||||
[small_utilities.subtags.proxy]
|
||||
title.en = "Proxy"
|
||||
title.fr = "Proxy (Intermédiaire)"
|
||||
|
||||
[reading]
|
||||
icon = "newspaper-o"
|
||||
title.en = "Reading"
|
||||
title.fr = "Lecture"
|
||||
description.en = "Newsfeed readers, books library..."
|
||||
description.fr = "Fils d'actualité, livres..."
|
||||
|
||||
[reading.subtags.rssreader]
|
||||
title.en = "RSS readers"
|
||||
title.fr = "Lecteurs RSS"
|
||||
|
||||
[reading.subtags.books]
|
||||
title.en = "Books"
|
||||
title.fr = "Livres"
|
||||
|
||||
[multimedia]
|
||||
icon = "music"
|
||||
title.en = "Multimedia"
|
||||
title.fr = "Multimédia"
|
||||
description.en = "Music library, pictures gallery, P2P, TV shows..."
|
||||
description.fr = "Bibliothèque de musique, d'images, P2P, séries..."
|
||||
|
||||
[multimedia.subtags.mediacenter]
|
||||
title.en = "Media center"
|
||||
title.fr = "Centre multimédia"
|
||||
|
||||
[multimedia.subtags.download]
|
||||
title.en = "Download"
|
||||
title.fr = "Téléchargement"
|
||||
|
||||
[multimedia.subtags.music]
|
||||
title.en = "Music"
|
||||
title.fr = "Musique"
|
||||
|
||||
[multimedia.subtags.pictures]
|
||||
title.en = "Pictures"
|
||||
title.fr = "Images"
|
||||
|
||||
[social_media]
|
||||
icon = "users"
|
||||
title.en = "Social media"
|
||||
title.fr = "Médias sociaux"
|
||||
description.en = "Microblogging, federated media"
|
||||
description.fr = "Microblogging, médias fédérés"
|
||||
|
||||
[social_media.subtags.microblogging]
|
||||
title.en = "Microblogging"
|
||||
title.fr = "Microblogging"
|
||||
|
||||
[social_media.subtags.blogging]
|
||||
title.en = "Blogging"
|
||||
title.fr = "Blogging"
|
||||
|
||||
[social_media.subtags.events]
|
||||
title.en = "Events"
|
||||
title.fr = "Événements"
|
||||
|
||||
[social_media.subtags.videos]
|
||||
title.en = "Videos"
|
||||
title.fr = "Vidéos"
|
||||
|
||||
[social_media.subtags.pictures]
|
||||
title.en = "Pictures"
|
||||
title.fr = "Images"
|
||||
|
||||
[social_media.subtags.music]
|
||||
title.en = "Music"
|
||||
title.fr = "Musique"
|
||||
|
||||
[games]
|
||||
icon = "gamepad"
|
||||
title.en = "Games"
|
||||
title.fr = "Jeux"
|
||||
description.en = "Wanna have some fun? ;)"
|
||||
description.fr = "Envie de s'amuser ? ;)"
|
||||
|
||||
[dev]
|
||||
icon = "flask"
|
||||
title.en = "Development"
|
||||
title.fr = "Développement"
|
||||
description.en = "Git forges, apps skeleton, CI, translation..."
|
||||
description.fr = "Forges Git, squelette d'apps, CI, traduction..."
|
||||
|
||||
[dev.subtags.forge]
|
||||
title.en = "Forge"
|
||||
title.fr = "Forge"
|
||||
|
||||
[dev.subtags.skeleton]
|
||||
title.en = "Skeleton"
|
||||
title.fr = "Squelettes"
|
||||
|
||||
[dev.subtags.programming]
|
||||
title.en = "Programming"
|
||||
title.fr = "Programmation"
|
||||
|
||||
[system_tools]
|
||||
icon = "wrench"
|
||||
title.en = "System tools"
|
||||
title.fr = "Outils système"
|
||||
description.en = "Monitoring, backup, network, DB tools..."
|
||||
description.fr = "Monitoring, sauvegardes, outils réseau, bases de données..."
|
||||
|
||||
[system_tools.subtags.backup]
|
||||
title.en = "Backup"
|
||||
title.fr = "Sauvegardes"
|
||||
|
||||
[system_tools.subtags.monitoring]
|
||||
title.en = "Monitoring"
|
||||
title.fr = "Monitoring"
|
||||
|
||||
[system_tools.subtags.network]
|
||||
title.en = "Network"
|
||||
title.fr = "Réseau"
|
||||
|
||||
[system_tools.subtags.db]
|
||||
title.en = "Databases"
|
||||
title.fr = "Bases de données"
|
||||
|
||||
[iot]
|
||||
icon = "home"
|
||||
title.en = "Internet of Things (IoT)"
|
||||
title.fr = "Internet des objets (IoT)"
|
||||
description.en = "Home automation, energy dashboard..."
|
||||
description.fr = "Domotique, énergie..."
|
||||
|
||||
[wat]
|
||||
icon = "tree"
|
||||
title.en = "Wat"
|
||||
title.fr = "Wat"
|
||||
description.en = "Weird experimental or very-custom stuff"
|
||||
description.fr = "Trucs expérimentaux et autres projets spécifiques"
|
324
categories.yml
324
categories.yml
|
@ -1,324 +0,0 @@
|
|||
- id: "synchronization"
|
||||
icon: "cloud"
|
||||
title:
|
||||
en: "Synchronization"
|
||||
es: "Sincronización"
|
||||
fr: "Synchronisation"
|
||||
description:
|
||||
en: "Files sync, contact, calendar, password managers..."
|
||||
es: "Sincronización, contactos, calendario, gestor de contraseñas..."
|
||||
fr: "Fichiers, contacts, calendrier, mots de passe..."
|
||||
subtags:
|
||||
- id: files
|
||||
title:
|
||||
en: Files
|
||||
es: Archivos
|
||||
fr: Fichiers
|
||||
- id: calendar
|
||||
title:
|
||||
en: Calendar
|
||||
es: Calendario
|
||||
fr: Calendrier
|
||||
- id: contacts
|
||||
title:
|
||||
en: Contacts
|
||||
es: Contactos
|
||||
fr: Contacts
|
||||
- id: password
|
||||
title:
|
||||
en: Passwords
|
||||
es: Contraseñas
|
||||
fr: Mots de passe
|
||||
- id: "publishing"
|
||||
icon: "globe"
|
||||
title:
|
||||
en: "Publishing"
|
||||
es: "Publicaciones"
|
||||
fr: "Publication"
|
||||
description:
|
||||
en: "Websites, blog, wiki, CMS..."
|
||||
es: "Paginas Web, blog, wiki, CMS..."
|
||||
fr: "Site web, blog, wiki, CMS..."
|
||||
subtags:
|
||||
- id: websites
|
||||
title:
|
||||
en: Websites
|
||||
es: Paginas web
|
||||
fr: Sites web
|
||||
- id: blog
|
||||
title:
|
||||
en: Blog
|
||||
es: blog
|
||||
fr: Blog
|
||||
- id: wiki
|
||||
title:
|
||||
en: Wiki
|
||||
es: Wiki
|
||||
fr: Wiki
|
||||
- id: ecommerce
|
||||
title:
|
||||
en: E-commerce
|
||||
es: Comercio eletronico
|
||||
fr: Vente en ligne
|
||||
- id: analytics
|
||||
title:
|
||||
en: Analytics
|
||||
es: Estadisticas
|
||||
fr: Statistiques
|
||||
- id: "communication"
|
||||
icon: "comments-o"
|
||||
title:
|
||||
en: "Communication"
|
||||
es: "Comunicacion"
|
||||
fr: "Communication"
|
||||
description:
|
||||
en: "Chat, email, forum, meetings..."
|
||||
es: "Chat, email, foro, reuniones en grupo..."
|
||||
fr: "Chat, email, forum, meetings..."
|
||||
subtags:
|
||||
- id: chat
|
||||
title:
|
||||
en: Instant messaging
|
||||
es: Mensajeria Instantanea
|
||||
fr: Messagerie instantannée
|
||||
- id: forum
|
||||
title:
|
||||
en: Forum
|
||||
es: Foro
|
||||
fr: Forum
|
||||
- id: email
|
||||
title:
|
||||
en: Email
|
||||
es: Email
|
||||
fr: Email
|
||||
- id: meeting
|
||||
title:
|
||||
en: Meetings
|
||||
es: Reuniones
|
||||
fr: Meetings
|
||||
- id: "office"
|
||||
icon: "file-text-o"
|
||||
title:
|
||||
en: "Office"
|
||||
es: "Ofimatica"
|
||||
fr: "Bureautique"
|
||||
description:
|
||||
en: "Collaborative text edition, spreadsheets..."
|
||||
es: "Edición de texto colaborativo, hojas de cálculo..."
|
||||
fr: "Édition de texte collaborative, tableurs..."
|
||||
subtags:
|
||||
- id: text
|
||||
title:
|
||||
en: Text
|
||||
es: Texto
|
||||
fr: Texte
|
||||
- id: spreadsheet
|
||||
title:
|
||||
en: Speadsheet
|
||||
es: Hoja de cálculo
|
||||
fr: Tableur
|
||||
- id: impress
|
||||
title:
|
||||
en: Slide show
|
||||
es: Diapositivas
|
||||
fr: Diaporama
|
||||
- id: draw
|
||||
title:
|
||||
en: Graphism
|
||||
es: Graficos
|
||||
fr: Graphisme
|
||||
- id: mindmap
|
||||
title:
|
||||
en: Mindmap
|
||||
fr: Cartes mentale
|
||||
- id: "productivity_and_management"
|
||||
icon: "area-chart"
|
||||
title:
|
||||
en: "Productivity & management"
|
||||
fr: "Productivité & gestion"
|
||||
description:
|
||||
en: "Tasks, polls, accounting, ERP..."
|
||||
fr: "Tâches, sondages, comptabilité, ERP..."
|
||||
subtags:
|
||||
- id: task
|
||||
title:
|
||||
en: Task
|
||||
fr: Tâches
|
||||
- id: poll
|
||||
title:
|
||||
en: Poll
|
||||
fr: Sondage
|
||||
- id: accounting
|
||||
title:
|
||||
en: Accounting
|
||||
fr: Comptabilité
|
||||
- id: business_and_ngos
|
||||
title:
|
||||
en: Business and NGOs
|
||||
fr: Entreprises et associations
|
||||
- id: "small_utilities"
|
||||
icon: "umbrella"
|
||||
title:
|
||||
en: "Small utilities"
|
||||
fr: "Petits utilitaires"
|
||||
description:
|
||||
en: "Pastebins, URL shortener, proxies..."
|
||||
fr: "Pastebins, raccourcisseurs d'URL, proxys..."
|
||||
subtags:
|
||||
- id: pastebin
|
||||
title:
|
||||
en: Pastebin
|
||||
fr: Pastebin
|
||||
- id: url_shortener
|
||||
title:
|
||||
en: "URL shortener"
|
||||
fr: "Raccourcisseurs d'URL"
|
||||
- id: proxy
|
||||
title:
|
||||
en: "Proxy"
|
||||
fr: "Proxy (Intermédiaire)"
|
||||
- id: "reading"
|
||||
icon: "newspaper-o"
|
||||
title:
|
||||
en: "Reading"
|
||||
fr: "Lecture"
|
||||
description:
|
||||
en: "Newsfeed readers, books library..."
|
||||
fr: "Fils d'actualité, livres..."
|
||||
subtags:
|
||||
- id: rssreader
|
||||
title:
|
||||
en: RSS readers
|
||||
fr: Lecteurs RSS
|
||||
- id: books
|
||||
title:
|
||||
en: Books
|
||||
fr: Livres
|
||||
- id: "multimedia"
|
||||
icon: "music"
|
||||
title:
|
||||
en: "Multimedia"
|
||||
fr: "Multimédia"
|
||||
description:
|
||||
en: "Music library, pictures gallery, P2P, TV shows..."
|
||||
fr: "Bibliothèque de musique, d'images, P2P, séries..."
|
||||
subtags:
|
||||
- id: mediacenter
|
||||
title:
|
||||
en: Media center
|
||||
fr: Centre multimédia
|
||||
- id: download
|
||||
title:
|
||||
en: Download
|
||||
fr: Téléchargement
|
||||
- id: music
|
||||
title:
|
||||
en: Music
|
||||
fr: Musique
|
||||
- id: pictures
|
||||
title:
|
||||
en: Pictures
|
||||
fr: Images
|
||||
- id: "social_media"
|
||||
icon: "users"
|
||||
title:
|
||||
en: "Social media"
|
||||
fr: "Médias sociaux"
|
||||
description:
|
||||
en: "Microblogging, federated media"
|
||||
fr: "Microblogging, médias fédérés"
|
||||
subtags:
|
||||
- id: microblogging
|
||||
title:
|
||||
en: Microblogging
|
||||
fr: Microblogging
|
||||
- id: blogging
|
||||
title:
|
||||
en: Blogging
|
||||
fr: Blogging
|
||||
- id: events
|
||||
title:
|
||||
en: Events
|
||||
fr: Événements
|
||||
- id: videos
|
||||
title:
|
||||
en: Videos
|
||||
fr: Vidéos
|
||||
- id: pictures
|
||||
title:
|
||||
en: Pictures
|
||||
fr: Images
|
||||
- id: music
|
||||
title:
|
||||
en: Music
|
||||
fr: Musique
|
||||
- id: "games"
|
||||
icon: "gamepad"
|
||||
title:
|
||||
en: "Games"
|
||||
fr: "Jeux"
|
||||
description:
|
||||
en: "Wanna have some fun? ;)"
|
||||
fr: "Envie de s'amuser ? ;)"
|
||||
- id: "dev"
|
||||
icon: "flask"
|
||||
title:
|
||||
en: "Development"
|
||||
fr: "Développement"
|
||||
description:
|
||||
en: "Git forges, apps skeleton, CI, translation..."
|
||||
fr: "Forges Git, squelette d'apps, CI, traduction..."
|
||||
subtags:
|
||||
- id: forge
|
||||
title:
|
||||
en: Forge
|
||||
fr: Forge
|
||||
- id: skeleton
|
||||
title:
|
||||
en: Skeleton
|
||||
fr: Squelettes
|
||||
- id: programming
|
||||
title:
|
||||
en: Programming
|
||||
fr: Programmation
|
||||
- id: "system_tools"
|
||||
icon: "wrench"
|
||||
title:
|
||||
en: "System tools"
|
||||
fr: "Outils système"
|
||||
description:
|
||||
en: "Monitoring, backup, network, DB tools..."
|
||||
fr: "Monitoring, sauvegardes, outils réseau, bases de données..."
|
||||
subtags:
|
||||
- id: backup
|
||||
title:
|
||||
en: Backup
|
||||
fr: Sauvegardes
|
||||
- id: monitoring
|
||||
title:
|
||||
en: Monitoring
|
||||
fr: Monitoring
|
||||
- id: network
|
||||
title:
|
||||
en: Network
|
||||
fr: Réseau
|
||||
- id: db
|
||||
title:
|
||||
en: Databases
|
||||
fr: Bases de données
|
||||
- id: "iot"
|
||||
icon: "home"
|
||||
title:
|
||||
en: "Internet of Things (IoT)"
|
||||
fr: "Internet des objets (IoT)"
|
||||
description:
|
||||
en: "Home automation, energy dashboard..."
|
||||
fr: "Domotique, énergie..."
|
||||
- id: "wat"
|
||||
icon: "tree"
|
||||
title:
|
||||
en: "Wat"
|
||||
fr: "Wat"
|
||||
description:
|
||||
en: "Weird experimental or very-custom stuff"
|
||||
fr: "Trucs expérimentaux et autres projets spécifiques"
|
Loading…
Add table
Reference in a new issue