1st commit

This commit is contained in:
2025-07-01 11:09:51 +02:00
commit 2d3e33d643
787 changed files with 185055 additions and 0 deletions

1
options/conf.json Normal file
View File

@@ -0,0 +1 @@
{"name":"options","schema":"apxtri/schema/options.json","lastupdate":0,"lastupdatedata":"2025-05-18T10:14:03.610Z"}

1505
options/itm/country_en.json Normal file

File diff suppressed because it is too large Load Diff

1505
options/itm/country_fr.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,31 @@
{
"optionid":"dayofweek_en",
"title": "Country Code",
"description": "Country Code and Info",
"commment": "Alpha-2 country code (ISO 3166-2:XX)",
"lastupdatedata": "",
"lst_idx": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
"itms": {
"Monday": {
"title": "Monday"
},
"Tuesday": {
"title": "Tuesday"
},
"Wednesday": {
"title": "Wednesday"
},
"Thursday": {
"title": "Thursday"
},
"Friday": {
"title": "Friday"
},
"Saturday": {
"title": "Saturday"
},
"Sunday": {
"title": "Sunday"
}
}
}

View File

@@ -0,0 +1,31 @@
{
"optionid":"dayofweek_fr",
"title": "Country Code",
"description": "Country Code and Info",
"commment": "Alpha-2 country code (ISO 3166-2:XX)",
"lastupdatedata": "",
"lst_idx": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
"itms": {
"Monday": {
"title": "Lundi"
},
"Tuesday": {
"title": "Mardi"
},
"Wednesday": {
"title": "Mercredi"
},
"Thursday": {
"title": "Jeudi"
},
"Friday": {
"title": "Vendredi"
},
"Saturday": {
"title": "Samedi"
},
"Sunday": {
"title": "Dimanche"
}
}
}

View File

@@ -0,0 +1,36 @@
{
"optionid":"profil_en",
"title": "Profil",
"description": "Profil available in apxtri",
"commment": "",
"lastupdatedata": "",
"lst_idx": [
"anonymous",
"pagan",
"mayor",
"druid",
"person"
],
"itms": {
"anonymous": {
"title": "Unidentified user",
"description": "Unknown to the apxtri network"
},
"pagan": {
"title": "User with an apxtri identity",
"description": "This profile can digitally sign on the apxtri blockchain"
},
"mayor": {
"title": "Administrator of a city",
"description": "He manages the rules specific to a tribe grouping, he finances this city and can define its billing terms for welcoming tribes"
},
"druid": {
"title": "Administrator of a tribe",
"description": "He has a private space in a city, to apply and enforce the rules of the tribe."
},
"person": {
"title": "A member of a tribe",
"description": "A person has an account in a tribe with their alias, it allows them to exchange within a tribe according to the rules set by the druid."
}
}
}

View File

@@ -0,0 +1,35 @@
{
"optionid":"profil_fr",
"title": "Profil",
"description": "Profil disponible dans apxtri",
"commment": "",
"lastupdatedata": "",
"lst_idx": [
"anonymous",
"pagan",
"mayor",
"druid",
"person"
],
"itms": {
"anonymous": {
"title": "Utilisateur non identifié",
"description": "Inconnu du réseau apxtri"
},
"pagan": {
"title": "Utilisateur avec une identité apxtri",
"description": "Ce profil peux signer numériquement sur la blockchain apxtri"
},
"mayor": {
"title": "Administrateur d'une ville",
"description": "Il gére les régles propres à un regroupement de tribu, il finance cette ville et peut definir ses modalités de facturation pour accueillir des tribus"
},
"druid": {
"title": "Administrateur d'une tribu",
"description": "Il dispose d'un espace privée dans une ville , pour y appliquer et faire respecter les régles de la tribu."
},
"person": {
"title": "Un membre d'une tribu",
"description": "Une personne dispose d'un compte dans une tribu avec son alias, il permet d'echanger au sein d'une tribu en fonction des régles mises en place par le druid."
} }
}