Ajout fichiers modules
This commit is contained in:
parent
a9da0de4fa
commit
604e5b2fc2
|
@ -0,0 +1,40 @@
|
||||||
|
|
||||||
|
#=========================================================================#
|
||||||
|
# Fichier de configuration du pied de page utilisé par Tyto - Littérateur #
|
||||||
|
#-------------------------------------------------------------------------#
|
||||||
|
|
||||||
|
# Nom du domaine : Association Libre en Communs
|
||||||
|
# URI du domaine : /home/webmaster/www2.a-lec.org/articles/
|
||||||
|
|
||||||
|
# WRK : /home/webmaster/www2.a-lec.org/modules/footer.raw
|
||||||
|
# WIP : /var/www/www2.a-lec.org/wip/template/footer.html
|
||||||
|
# WWW : /var/www/www2.a-lec.org/www/template/footer.html
|
||||||
|
|
||||||
|
# Comment configurer ce fichier :
|
||||||
|
# - Modifier, remplacer le code HTML
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
<footer id="footer">
|
||||||
|
<div id="footer_title">À propos de <strong>Association Libre en Communs</strong></div>
|
||||||
|
<div id="footer_about_menu">
|
||||||
|
<div id="footer_about">
|
||||||
|
<p id="footer_about_p">Site web de l'association Libre en Communs</p>
|
||||||
|
</div>
|
||||||
|
<nav id="footer_menu" aria-labelledby="navigation-3">
|
||||||
|
<ul role="list" id="footer_items">
|
||||||
|
<!-- Links from domain configuration [WEBSITE_FOOTER] -->
|
||||||
|
<li role="listitem" class="footer_item"><a role="link" class="footer_item_link" href="https://creativecommons.org/licenses/by-sa/4.0/legalcode" title="Licence du site web de Association Libre en Communs ">Licence : CC BY-SA 4.0</a></li>
|
||||||
|
<li role="listitem" class="footer_item"><a role="link" class="footer_item_link" href="/mentions-legales.html" title="Mentions légales de Association Libre en Communs ">Mentions légales</a></li>
|
||||||
|
<li role="listitem" class="footer_item"><a role="link" class="footer_item_link" href="https://forge.a-lec.org/CA/reglement-interieur/src/branch/master/RI.pdf" title="Règlement intérieur de Association Libre en Communs ">Règlement intérieur</a></li>
|
||||||
|
<li role="listitem" class="footer_item"><a role="link" class="footer_item_link" href="https://forge.a-lec.org/CA/statuts/src/branch/master/Statuts.pdf" title="Statuts de Association Libre en Communs ">Statuts</a></li>
|
||||||
|
<li role="listitem" class="footer_item"><a role="link" class="footer_item_link" href="/sitemap.html" title="Plan du site Association Libre en Communs">Plan du site</a></li>
|
||||||
|
<li role="listitem" class="footer_item"><a role="link" class="footer_item_link" href="/rss.xml" title="Flux RSS 2.0 Association Libre en Communs">Flux RSS 2.0</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<div id="footer_credit">
|
||||||
|
<p id="footer_copyright">Copyright © 2024 Association Libre en Communs</p>
|
||||||
|
<p id="footer_tyto">Site web géneré par <a role="link" class="footer_cr_link" href="https://tyto.echolib.re/" title="Site web officiel">Tyto - Littérateur</a> [<a role="link" class="footer_cr_link" href="https://forge.a-lec.org/echolib/tyto-litterateur" title="Tyto - Littérateur">Code source</a>]</p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
|
@ -0,0 +1,28 @@
|
||||||
|
|
||||||
|
#=====================================================================#
|
||||||
|
# Fichier de configuration de l'entête utilisé par Tyto - Littérateur #
|
||||||
|
#---------------------------------------------------------------------#
|
||||||
|
|
||||||
|
# Nom du domaine : Association Libre en Communs
|
||||||
|
# URI du domaine : /home/webmaster/www2.a-lec.org/articles/
|
||||||
|
|
||||||
|
# WRK : /home/webmaster/www2.a-lec.org/modules/header.raw
|
||||||
|
# WIP : /var/www/www2.a-lec.org/wip/template/header.html
|
||||||
|
# WWW : /var/www/www2.a-lec.org/www/template/header.html
|
||||||
|
|
||||||
|
# Comment configurer ce fichier :
|
||||||
|
# - Modifier, remplacer le code HTML
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
<a role="link" id="site_link" href="/" title="Accueil Association Libre en Communs">
|
||||||
|
<header id="header">
|
||||||
|
<div id="header_logo">
|
||||||
|
<img id="header_logo_image" src="/template/logo.png" alt="logo: Association Libre en Communs">
|
||||||
|
</div>
|
||||||
|
<div id="header_abouts">
|
||||||
|
<p id="header_title">Association Libre en Communs</p>
|
||||||
|
<p id="header_about">Site web de l'association Libre en Communs</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
</a>
|
|
@ -0,0 +1,26 @@
|
||||||
|
|
||||||
|
#========================================================================#
|
||||||
|
# Fichier de configuration des metas HTML utilisé par Tyto - Littérateur #
|
||||||
|
#------------------------------------------------------------------------#
|
||||||
|
|
||||||
|
# Nom du domaine : Association Libre en Communs
|
||||||
|
# URI du domaine : /home/webmaster/www2.a-lec.org/articles/
|
||||||
|
|
||||||
|
# WRK : /home/webmaster/www2.a-lec.org/modules/metas.raw
|
||||||
|
# WIP : /var/www/www2.a-lec.org/wip/template/metas.html
|
||||||
|
# WWW : /var/www/www2.a-lec.org/www/template/metas.html
|
||||||
|
|
||||||
|
# Comment configurer ce fichier :
|
||||||
|
# - Ajouter/modifier/supprimer ces balises metas HTML
|
||||||
|
# ! Ces balises seront utilisées sur TOUTES les pages du site
|
||||||
|
# ! Balises HTML supportées : (<meta.. et <link...)
|
||||||
|
# ! Une balise par ligne
|
||||||
|
# ? Taper "tyto show metas" pour voir toutes celles ajoutées
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="robots" content="all">
|
||||||
|
<meta name="medium" content="website">
|
||||||
|
<meta name="revisit-after" content="3 days">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
@ -0,0 +1,7 @@
|
||||||
|
[RAWS]
|
||||||
|
metas = 74be38d2
|
||||||
|
header = 8fd08920
|
||||||
|
navbar = a2514e9e
|
||||||
|
sidebar = f8828d16
|
||||||
|
footer = 3b12525b
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
|
||||||
|
#========================================================================#
|
||||||
|
# Fichier de configuration des metas HTML utilisé par Tyto - Littérateur #
|
||||||
|
#------------------------------------------------------------------------#
|
||||||
|
|
||||||
|
# Nom du domaine : Association Libre en Communs
|
||||||
|
# URI du domaine : /home/webmaster/www2.a-lec.org/articles/
|
||||||
|
|
||||||
|
# WRK : /home/webmaster/www2.a-lec.org/modules/navbar.raw
|
||||||
|
# WIP : /var/www/www2.a-lec.org/wip/template/navbar.html
|
||||||
|
# WWW : /var/www/www2.a-lec.org/www/template/navbar.html
|
||||||
|
|
||||||
|
# Comment configurer ce fichier :
|
||||||
|
# - Ajouter/modifier/supprimer ces balises metas HTML
|
||||||
|
# ! Ces balises seront utilisées sur TOUTES les pages du site
|
||||||
|
# ! Balises HTML supportées : (<meta.. et <link...)
|
||||||
|
# ! Une balise par ligne
|
||||||
|
# ? Taper "tyto show metas" pour voir toutes celles ajoutées
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
|
||||||
|
#=======================================================================#
|
||||||
|
# Fichier de config de la barre latérale utilisé par Tyto - Littérateur #
|
||||||
|
#-----------------------------------------------------------------------#
|
||||||
|
|
||||||
|
# Nom du domaine : Association Libre en Communs
|
||||||
|
# URI du domaine : /home/webmaster/www2.a-lec.org/articles/
|
||||||
|
|
||||||
|
# WRK : /home/webmaster/www2.a-lec.org/modules/sidebar.raw
|
||||||
|
# WIP : /var/www/www2.a-lec.org/wip/template/sidebar.html
|
||||||
|
# WWW : /var/www/www2.a-lec.org/www/template/sidebar.html
|
||||||
|
|
||||||
|
# Comment configurer ce fichier :
|
||||||
|
# - Ajouter 1 URI d'article (.tyto) par ligne
|
||||||
|
# - - URI depuis le dossier articles/ du domaine
|
||||||
|
|
||||||
|
# Exemples :
|
||||||
|
# index.tyto
|
||||||
|
# dir/index.tyto
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
|
|
|
@ -0,0 +1,152 @@
|
||||||
|
/*
|
||||||
|
* Raw empty styles used by Tyto - Littérateur
|
||||||
|
* "tyto" is default. replace with YOUR domain css name if changed
|
||||||
|
* Some classes from markers, like paragraphs, lists... can have custom classes
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* Template website
|
||||||
|
*/
|
||||||
|
/* Contains all website, after <body> */
|
||||||
|
div#site_container {}
|
||||||
|
|
||||||
|
/* div contains <article> and <aside> */
|
||||||
|
main#article_aside {}
|
||||||
|
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* Article contents styles
|
||||||
|
*/
|
||||||
|
article#article {}
|
||||||
|
header#article_header {}
|
||||||
|
img#article_logo {}
|
||||||
|
h1#article_title {}
|
||||||
|
a#article_title_link {}
|
||||||
|
div#article_refs {}
|
||||||
|
a#post_code {}
|
||||||
|
|
||||||
|
/* ! TOC */
|
||||||
|
h2.toc_title {}
|
||||||
|
nav.toc {}
|
||||||
|
ul.toc_items {}
|
||||||
|
li.toc_item {}
|
||||||
|
/*Also css from DOMAIN*/
|
||||||
|
a.toc_item_link {}
|
||||||
|
|
||||||
|
/* TITLES
|
||||||
|
* ------
|
||||||
|
* Order title show id="toc_1", id="toc_2".... for h2 to h6
|
||||||
|
* h2 to h6 class set to css DOMAIN (default "tyto")
|
||||||
|
*/
|
||||||
|
h2.tyto {}
|
||||||
|
h3.tyto {}
|
||||||
|
h4.tyto {}
|
||||||
|
h5.tyto {}
|
||||||
|
h6.tyto {}
|
||||||
|
|
||||||
|
/* Misc in <article>
|
||||||
|
* -----------------
|
||||||
|
* "tyto" is default css DOMAIN.
|
||||||
|
* Class can be set for these markers
|
||||||
|
*/
|
||||||
|
p.tyto {}
|
||||||
|
ul.tyto {}
|
||||||
|
ol.tyto {}
|
||||||
|
li.tyto {}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Words tags
|
||||||
|
*/
|
||||||
|
a.tyto {}
|
||||||
|
/* link to a file. Also a.tyto */
|
||||||
|
a.file {}
|
||||||
|
br.tyto {}
|
||||||
|
hr.tyto {}
|
||||||
|
strong.tyto {}
|
||||||
|
bold.tyto {}
|
||||||
|
q.tyto {}
|
||||||
|
cite.tyto {}
|
||||||
|
u.tyto {}
|
||||||
|
em.tyto {}
|
||||||
|
i.tyto {}
|
||||||
|
del.tyto {}
|
||||||
|
span.tyto {}
|
||||||
|
|
||||||
|
/* inline code*/
|
||||||
|
code.tyto {}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Blockquotes
|
||||||
|
*/
|
||||||
|
blockquote.tyto {}
|
||||||
|
/* If blockquote has metadatas, footer.tyto also gets new custom CSS */
|
||||||
|
footer.tyto {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* BlockCode "{{...}}"
|
||||||
|
* - defaylt "bcode". If Class set: "bcode" is replaced. i.e pre.MYCSS_pre
|
||||||
|
* "code::NAME" (file contents) -> "::NAME"
|
||||||
|
* - NO custom CSS
|
||||||
|
*/
|
||||||
|
pre.bcode_pre {}
|
||||||
|
ol.bcode_items {}
|
||||||
|
li.bcode_item {}
|
||||||
|
code.bcode_code {}
|
||||||
|
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* Header (Wensite Logo, Description)
|
||||||
|
*/
|
||||||
|
a#site_link {}
|
||||||
|
header#header {}
|
||||||
|
div#header_logo {}
|
||||||
|
img#header_logo_image {}
|
||||||
|
div#header_abouts {}
|
||||||
|
p#header_title {}
|
||||||
|
p#header_about {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* Menu navbar (Website)
|
||||||
|
*/
|
||||||
|
nav#menu {}
|
||||||
|
menu#menu_items {}
|
||||||
|
li.menu_item {}
|
||||||
|
a.menu_link {}
|
||||||
|
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* Sidebar navbar (Website)
|
||||||
|
*/
|
||||||
|
aside#sidebar {}
|
||||||
|
div#sidebar_title {}
|
||||||
|
nav#sidebar_menu {}
|
||||||
|
ul#sidebar_items {}
|
||||||
|
li.sidebar_item {}
|
||||||
|
div.sidebar_post_title {}
|
||||||
|
a.sidebar_post_link {}
|
||||||
|
div.sidebar_post_about {}
|
||||||
|
p.sidebar_post_about_p {}
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================
|
||||||
|
* Footer (Website)
|
||||||
|
*/
|
||||||
|
footer#footer {}
|
||||||
|
div#footer_title {}
|
||||||
|
div#footer_about_menu {}
|
||||||
|
div#footer_about {}
|
||||||
|
p#footer_about_p {}
|
||||||
|
nav#footer_menu {}
|
||||||
|
ul#footer_items {}
|
||||||
|
li.footer_item {}
|
||||||
|
a.footer_item_link {}
|
||||||
|
div#footer_credit {}
|
||||||
|
p#footer_copyright {}
|
||||||
|
p#footer_tyto {}
|
||||||
|
a.footer_cr_link {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue