This repository was archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
147 lines (133 loc) · 4.2 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# Where things are
source: .
destination: _site
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: _data
includes_dir: _includes
collections:
posts:
output: true
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# author
author:
name: 'Niklaus Giger'
url: https://github.com/ngiger
# data
hello:
en: Hello!
es: ¡hola!
fr: Bonjour!
de: Hallo!
plugins: [jekyll-polyglot, jekyll-redirect-from]
# Permalinks
permalink: pretty
include: ['_pages']
exclude: ['vendor', 'LICENSE.md', 'README.md', 'publi.sh', 'Gemfile.lock']
# Setup
title: Elexis
tagline:
de: Allgemeine Informationen
fr: Renseignements généraux
it: Informazioni generali
en: General informations
description:
de: "Elexis ist eine umfassende open source Software für die Arztpraxis, welche 2008 von Dr. Gerry Weirich entwickelt wurde und seither von der Medelexis AG, den Entwicklern und Anwendern laufend verbessert wurde."
fr: "Elexis est un logicial libre pour un cabinet médical, developpé par le médecin généralist Dr. Gerry Weirich. La version française est utilisé dans un seul cabinet médical et attend de nouveaux clients prêt à tester."
en: "Elexis is an Eclipse RCP program for all aspects of a medical practice: electronic medical record (EMR), laboratory findings etc., as well as accounting, billing (swiss TARMED-System, other systems to be developped) and other daily work."
it: "Elexis è un software open source completo per lo studio medico, sviluppato in gran parte dal Dr. Gerry Weirich. La versione italiana è in attesa di valutatori (tester alpha)."
elexis_banner:
de: "Elexis: eine freie Software<br>von Ärzten für Ärzte"
fr: "Elexis: un logiciel libre<br>des médecins pour médecins"
en: "Elexis: a free software<br>by medical practitioners for medical practitioners"
it: "Elexis: un software libero<br>dai medici per i medici"
manual_old:
de: "Handbuch für Elexis 1.4"
fr: "Manuel pour Elexis 1.4"
manual:
de: "Handbuch für Elexis >= 3.1"
fr: "Manuel premiers pas avec Elexis"
manual_url:
de: https://wiki.elexis.info/Deutsches_Handbuch_3.1
fr: https://wiki.elexis.info/Premiers_pas_avec_Elexis
start_here:
de: Hier beginnen
fr: Démarrer ici
en: start here
home:
de: Willkommen
get_acquainted:
de: Elexis kennen lernen
thanks:
de: Danke an..
fr: Merci..
en: Thanks..
it: Grazie..
support:
de: Support
use_elexis:
de: Elexis erfolgreich einsetzen
developers:
de: Für Entwickler
fr: Pour les développeurs
it: Per gli sviluppatori
en: For developers
sponsoring:
de: Weiterentwicklung
fr: développement futur
it: ulteriori sviluppi
en: further development
no_such_language:
fr: "*Caution: **Comme il n'exist pas encore une version 'officielle' d'Elexis pour la Suisse romande, nous prions les interessés de s'adresser au release manager et initiant de la version française [Niklaus Giger](mailto:[email protected]).***"
it: "Attenzione: **Poiché non esiste ancora una versione 'ufficiale' di Elexis per la Svizzera italiana, chiediamo agli interessati di contattare il release manager e promotore della versione francese e italiana [Niklaus Giger](mailto:[email protected]).***"
# Unterstützung
# Wiki-Dokumentation
# Elexis-Forum
# Tipps von Iatrix
# www.elexis.ch
# Handbuch v1.4 (deutsch)
# Manuel v1.4 (français)
# Mitmachen
# Sponsor werden
# Dokumentation
# download
# Bugs (github)
# Bugs (Medelexis)
# CI Jobs
# Für Entwickler/
# for developers
# contributing code
# build from scratch
# Wiki
# Roadmap
#
url: https://elexis.info
# Custom vars
version: 3.6.x
version_hint:
de: Aktuelle Version
fr: Version actuelle
en: Current version
it: Versione attuale
github:
repo: https://github.com/elexis
github_hint:
de: "Quellcode (github)"
en: "Source (github)"
fr: "Source (github)"
it: "Codice sorgente (github)"
search_hint:
en: Search elexis.info with Google
de: Suche in elexis.info mit Google
fr: Rechercher elexis.info avec Google
it: Cerca elexis.info su Google
#Polyglot
languages: ["de", "fr", "en", "it"]
default_lang: "de"
exclude_from_localization: ["javascript", "images", "css", "public"]
data_dir: ./_data