tyto-litterateur/README.md

2.2 KiB

Very early IN dev code

This program can ve tested but not at all usable. Lots of work to do...

Commands

# Get commands list help
tyto

ToDo next (working on)

  • added lists to post database (prepared wip)

Working on

  • 'check' action processes
  • thinking about creating an auto top article menu from titles
  • stats for article words
  • Translate logs in english !

Exemple d'article

 Pour ne pas inclure cet article dans les sitemaps :
! NoSitemap

title:  tests d'un article
about:  À propos de cet article de test
tags:   hello, my big world,here
author: echolib
date:   2023-09-30
logo:   /testimg/hi.png

link:   Lien à reprendre
        https://
        Text alternatif

link:   Réservez ici
        https://
        Billets

file:   voir l'image
        PNGs/hi.png
        Un png !

image:  MyCar
        PNGs/hi.png
        Un png !

file:   télécharger ce fichier
        @PDFs/hello.pdf
        Un PDF !

abbr:   css
        Cascading StyleSheet
        CSS

abbr:   HTML
        Hyper Text Markup Langage
        HTML

code:   test
        @RAWS/test.py
        Du code à afficher en HTML

-----
# La ligne suivante est un commentaire HTML "<!-- Commentaire -->"
;; Commentaire
-> top
#1 Titre en h2
((
   ;; HTML comment
   # Show logo set in header, using '_image:logo'
   _image:logo tyto_logo w=120
))

-> newtitle   
   #2 Titre en h3 décalé dans le texte
   ((
      Parce que c'est *_bien_* comme /_présentation_/ *_erreur
      ou pas, si fermé_*
   /_ ;_echolib_; _/
   ))


((
Il /_faut_/ ce __Lien à reprendre et __Réservez ici et --télécharger ce fichier
ou encore faire une ::css pour du ::HTML. __Réservez ici et --voir l'image

   icode 1 : {_hello(_world_)_}, icode 2 : {_print("")_}
   icode 3 : {_{__}_}, icode 4 : {_echo "Hello"_}
))

((
   _image:MyCar
   <: mylist
      +    Item 1
      ++   Sub-Item 1
      +++  Sub-Sub-item 1
      ==== >_top: Go to Top_<
      ==== >_top: Another anchor_<
   :>
))

_code:test
{{
   # Du code brut pour Tyto
   {{
      Un exemple de code
   }}
}}

[[
   ["
      ;; A great quote here !
      cite: Someone
      date: 2023-10-13
      book: A History
      lang: EN
      link: https://...
      
      ((
         Here, i am
      ))
   "]
]]