2023-09-22 11:52:44 +02:00
|
|
|
# Very early IN dev code
|
|
|
|
This program can ve tested but not at all usable. Lots of work to do...
|
2022-11-16 11:45:39 +01:00
|
|
|
|
2023-09-22 11:52:44 +02:00
|
|
|
# Commands
|
2022-11-26 12:34:59 +01:00
|
|
|
```
|
2023-09-22 11:52:44 +02:00
|
|
|
# Get commands list help
|
|
|
|
tyto
|
2022-11-26 12:34:59 +01:00
|
|
|
```
|
|
|
|
|
2023-09-25 14:55:51 +02:00
|
|
|
## ToDo next (working on)
|
2023-10-14 17:13:12 +02:00
|
|
|
- added lists to post database (prepared wip)
|
|
|
|
|
|
|
|
## Working on
|
2023-10-01 11:35:20 +02:00
|
|
|
- 'check' action processes
|
2023-10-14 17:13:12 +02:00
|
|
|
- thinking about creating an auto top article menu from titles
|
|
|
|
- stats for article words
|
2023-10-01 11:35:20 +02:00
|
|
|
- Translate logs in english !
|
2023-03-07 17:49:50 +01:00
|
|
|
|
2023-10-26 18:59:56 +02:00
|
|
|
## 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
|
|
|
|
))
|
|
|
|
"]
|
|
|
|
]]
|
|
|
|
```
|