[0.10.3]
This commit is contained in:
parent
aab95f5ea8
commit
fb3d7dd384
|
@ -115,6 +115,7 @@ def tyto(target):
|
||||||
version()
|
version()
|
||||||
list_domains()
|
list_domains()
|
||||||
print(langs.site.args_helps)
|
print(langs.site.args_helps)
|
||||||
|
print(langs.site.ex_helps)
|
||||||
|
|
||||||
elif target == 'help':
|
elif target == 'help':
|
||||||
print(langs.site.args_helps)
|
print(langs.site.args_helps)
|
||||||
|
|
|
@ -315,9 +315,9 @@ args_helps = """\n# New domain :
|
||||||
metas : <meta>, <link> configuration file
|
metas : <meta>, <link> configuration file
|
||||||
navbar : Navbar configuration file
|
navbar : Navbar configuration file
|
||||||
sidebar : Sidebar configuration file
|
sidebar : Sidebar configuration file
|
||||||
stats : Stats file (server 'wip' er 'www')
|
stats : Stats file (server 'wip' er 'www')"""
|
||||||
|
|
||||||
# Examples :
|
ex_helps = """# Examples :
|
||||||
# Check article (according to sub-folder)
|
# Check article (according to sub-folder)
|
||||||
$ tyto check mysubdir/index.tyto
|
$ tyto check mysubdir/index.tyto
|
||||||
|
|
||||||
|
|
|
@ -317,9 +317,9 @@ args_helps = """\n# Nouveau domaine :
|
||||||
metas : Fichier de configuration des balises HTML <meta>, <link>
|
metas : Fichier de configuration des balises HTML <meta>, <link>
|
||||||
navbar : Fichier de configuration du menu de navigation
|
navbar : Fichier de configuration du menu de navigation
|
||||||
sidebar : Fichier de configuration de la barre latérale
|
sidebar : Fichier de configuration de la barre latérale
|
||||||
stats : Fichier de statistiques (serveur 'wip' ou 'www')
|
stats : Fichier de statistiques (serveur 'wip' ou 'www')"""
|
||||||
|
|
||||||
# Exemples :
|
ex_helps = """# Exemples :
|
||||||
# Vérifier l'article dans le sous dossier (suivant l'emplacement)
|
# Vérifier l'article dans le sous dossier (suivant l'emplacement)
|
||||||
$ tyto check mysubdir/index.tyto
|
$ tyto check mysubdir/index.tyto
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue