Escaline

Sign in or create your account | Project List | Help

Escaline Git Source Tree

Root/escaline/initial_data.json

1[
2    {
3    "model": "commands.Command",
4    "pk": 0,
5    "fields": {
6        "name": "register",
7        "type": "F",
8        "is_enabled": 1,
9        "description": "Générer un nouveau ticket et l'installer sur le navigateur (vous devez accepter les cookies). \nSi vous ne savez pas ce qu'est un ticket, veuillez lire la documentation sur ceux-ci.",
10        "synopsis": "",
11        "contributor": "Escaline team"
12        }
13    },
14    {
15    "model": "commands.Command",
16    "pk": 0,
17    "fields": {
18        "name": "logout",
19        "type": "F",
20        "is_enabled": 1,
21        "description": "Détache le ticket attaché au navigateur.\nSi vous ne savez pas ce qu'est un ticket, veuillez lire la documentation sur ceux-ci.",
22        "synopsis": "",
23        "contributor": "Escaline team"
24        }
25    },
26    {
27    "model": "commands.Command",
28    "pk": 0,
29    "fields": {
30        "name": "identify",
31        "type": "F",
32        "is_enabled": 1,
33        "description": "Attache le ticket passé en argument au navigateur.\nSi vous ne savez pas ce qu'est un ticket, veuillez lire la documentation sur ceux-ci.",
34        "synopsis": "<ticket id>",
35        "contributor": "Escaline team"
36        }
37    },
38    {
39    "model": "commands.Command",
40    "pk": 0,
41    "fields": {
42        "name": "add",
43        "type": "F",
44        "is_enabled": 1,
45        "description": "Affiche la page principale d'ajout de commande.",
46        "synopsis": "",
47        "contributor": "Escaline team"
48        }
49    },
50    {
51    "model": "commands.Command",
52    "pk": 0,
53    "fields": {
54        "name": "add_simple",
55        "type": "F",
56        "is_enabled": 1,
57        "description": "Affiche la page d'ajout d'une commande simple.",
58        "synopsis": "",
59        "contributor": "Escaline team"
60        }
61    },
62    {
63    "model": "commands.Command",
64    "pk": 0,
65    "fields": {
66        "name": "add_advanced",
67        "type": "F",
68        "is_enabled": 1,
69        "description": "Affiche la page d'ajout d'une commande avancée.",
70        "synopsis": "",
71        "contributor": "Escaline team"
72        }
73    },
74    {
75    "model": "commands.Command",
76    "pk": 0,
77    "fields": {
78        "name": "man",
79        "type": "F",
80        "is_enabled": 1,
81        "description": "Affiche la page du manuel de la commande passée en argument.",
82        "synopsis": "<nom de la commande>",
83        "contributor": "Escaline team"
84        }
85    },
86    {
87    "model": "commands.Command",
88    "pk": 0,
89    "fields": {
90        "name": "ls",
91        "type": "F",
92        "description": "Affiche une liste de commandes. Si un argument est fournit, affiche les commandes dont le nom, la description, ou le nom du contributeur contiennent l'argument.",
93        "is_enabled": 1,
94        "synopsis": "[<terme de recherche,>]",
95        "contributor": "Escaline team"
96        }
97    },
98    {
99    "model": "commands.Command",
100    "pk": 0,
101    "fields": {
102        "name": "alias",
103        "type": "F",
104        "description": "Ajouter un alias pour une commande ou voir les tous alias disponibles.",
105        "is_enabled": 1,
106        "synopsis": "[<nom> <commande>]",
107        "contributor": "Escaline team"
108        }
109    }
110]
111

Archive Download this file