Matedi creates static HTML webpages from Tedi sources.

alkeon 0270abee48 delete tedi2html subproject 2 vuotta sitten
footer 727cad4dc0 Fully update 4 vuotta sitten
header 727cad4dc0 Fully update 4 vuotta sitten
parts 727cad4dc0 Fully update 4 vuotta sitten
subprojects f968d54212 Adapt matedi to tedi2html changes 2 vuotta sitten
.gitmodules f968d54212 Adapt matedi to tedi2html changes 2 vuotta sitten
Makefile f968d54212 Adapt matedi to tedi2html changes 2 vuotta sitten
README.md f968d54212 Adapt matedi to tedi2html changes 2 vuotta sitten
exception.h 727cad4dc0 Fully update 4 vuotta sitten
folder.cpp f5fb334340 Updated tedi2html and avoid prints 3 vuotta sitten
folder.h d99cb6c59f Rewrote from scratch 4 vuotta sitten
main.cpp f968d54212 Adapt matedi to tedi2html changes 2 vuotta sitten
meson.build f968d54212 Adapt matedi to tedi2html changes 2 vuotta sitten
page.cpp f968d54212 Adapt matedi to tedi2html changes 2 vuotta sitten
page.h d99cb6c59f Rewrote from scratch 4 vuotta sitten

README.md

Matedi

Matedi is another static web page generator. It reads files in tedi format and writes HTML files.

Clone

git clone https://notabug.org/alkeon/matedi
git submodule init
git submodule update

Compilation

In order to compile matedi you need following software packages:

  • GCC compiler (C++ version)
  • Meson library
  • Use Makefile because C++17 and "" not working well for now.

    -You can use make for building the program but I recommend you to use Meson. Makefile is only for older or limited resources devices. -To compile and install run:

    • meson matedi/
    • ninja

    Installation

    To install run:

    ninja install
    

    Usage

    Add tedi sources to parts. Add .matedi or header and end files. You can read a .matedi example at src/.matedi

    More information

    For additional information about the project matedi visit alkeon web site:

    https://autistici.org/alkeon/