navbar/sidebar. Changes in source config files
This commit is contained in:
parent
e1df054e24
commit
8c313d3366
|
@ -633,8 +633,10 @@ def create_sidebar(option):
|
||||||
'# (depuis articles/)\n' + \
|
'# (depuis articles/)\n' + \
|
||||||
'# Ne commence pas par "/"\n' + \
|
'# Ne commence pas par "/"\n' + \
|
||||||
'# L\'ordre définit la position\n' + \
|
'# L\'ordre définit la position\n' + \
|
||||||
'\n# %s\n'%(15 * "-") +\
|
'# Option : : Titre de la sidebar\n' + \
|
||||||
|
'\n# %s\n'%(15 * "-") + \
|
||||||
'# Exemples :\n' + \
|
'# Exemples :\n' + \
|
||||||
|
'# : Ma liste des nouveaux articles\n' + \
|
||||||
'# index.tyto\n' + \
|
'# index.tyto\n' + \
|
||||||
'# dir1/index.tyto\n' + \
|
'# dir1/index.tyto\n' + \
|
||||||
'# %s\n\n'%(15 * "-")
|
'# %s\n\n'%(15 * "-")
|
||||||
|
@ -643,7 +645,7 @@ def create_sidebar(option):
|
||||||
sdb_load_en = \
|
sdb_load_en = \
|
||||||
'# For: Tyto - Littérateur\n' + \
|
'# For: Tyto - Littérateur\n' + \
|
||||||
'# Type: Text file\n' + \
|
'# Type: Text file\n' + \
|
||||||
'# Description: file used with "tyto wip/publish"\n' + \
|
'# Description: Used with "wip/publish sidebar"\n' + \
|
||||||
'# (articles\'s list)\n' + \
|
'# (articles\'s list)\n' + \
|
||||||
'# File: %s\n'%db.sidebar_load + \
|
'# File: %s\n'%db.sidebar_load + \
|
||||||
'# Commands: tyto new sidebar (reset)\n' + \
|
'# Commands: tyto new sidebar (reset)\n' + \
|
||||||
|
@ -653,8 +655,10 @@ def create_sidebar(option):
|
||||||
'# (from articles/)\n' + \
|
'# (from articles/)\n' + \
|
||||||
'# not begining with "/"\n' + \
|
'# not begining with "/"\n' + \
|
||||||
'# Order in sidebar position\n' + \
|
'# Order in sidebar position\n' + \
|
||||||
'\n# %s\n'%(15 * "-") +\
|
'# Option: : Sidebar Title\n' + \
|
||||||
|
'\n# %s\n'%(15 * "-") + \
|
||||||
'# Examples :\n' + \
|
'# Examples :\n' + \
|
||||||
|
'# : My new articles list'
|
||||||
'# index.tyto\n' + \
|
'# index.tyto\n' + \
|
||||||
'# dir1/index.tyto\n' + \
|
'# dir1/index.tyto\n' + \
|
||||||
'# %s\n\n'%(15 * "-")
|
'# %s\n\n'%(15 * "-")
|
||||||
|
@ -696,8 +700,8 @@ def create_navbar(option):
|
||||||
# French navbar_load content
|
# French navbar_load content
|
||||||
nav_load_fr = '# Pour : Tyto - Littérateur\n' + \
|
nav_load_fr = '# Pour : Tyto - Littérateur\n' + \
|
||||||
'# Type : fichier texte\n' + \
|
'# Type : fichier texte\n' + \
|
||||||
'# Description : Fichier utilisé par "tyto wip/publish"\n' + \
|
'# Description : Utilisé par "wip/publish sidebar"\n' + \
|
||||||
'# (Liste des catégories)\n' + \
|
'# (Liste des dossiers)\n' + \
|
||||||
'# Fichier : %s\n'%db.navbar_load + \
|
'# Fichier : %s\n'%db.navbar_load + \
|
||||||
'# Comment : 1 nom de dossier par ligne *1\n' + \
|
'# Comment : 1 nom de dossier par ligne *1\n' + \
|
||||||
'# (depuis articles/)\n' + \
|
'# (depuis articles/)\n' + \
|
||||||
|
@ -718,8 +722,8 @@ def create_navbar(option):
|
||||||
# English navbar_load content
|
# English navbar_load content
|
||||||
nav_load_en = '# For: Tyto - Littérateur\n' + \
|
nav_load_en = '# For: Tyto - Littérateur\n' + \
|
||||||
'# Type: Text file\n' + \
|
'# Type: Text file\n' + \
|
||||||
'# Description: file used with "tyto wip/publish"\n' + \
|
'# Description: Used with "wip/publish navbar"\n' + \
|
||||||
'# (categories\'s list)\n' + \
|
'# (directories\'s list)\n' + \
|
||||||
'# File : %s\n'%db.navbar_load + \
|
'# File : %s\n'%db.navbar_load + \
|
||||||
'# Comment: 1 folder name per line *1\n' + \
|
'# Comment: 1 folder name per line *1\n' + \
|
||||||
'# (from articles/)\n' + \
|
'# (from articles/)\n' + \
|
||||||
|
|
Loading…
Reference in New Issue