view misc/test_syntaxes/sample_text_dc_wiki.wiki @ 171:a213053a03be

flatpak: update files following names change + Python 3 update: - `build_manifest.py` has been fixed to work with recent SàT/Libervia - filenames/scripts have been udpated to reflect project name change - installation now uses `requirements.txt` when dev version is requested - there are now 3 types of commands wrapper: * `libervia_wrapper.py` uses `pb` bridge, starts backend before frontend, and stops it when frontend is stopped. It's used by `Libervia Desktop` (Cagou) * `libervia_wrapper-dbus.py` uses `dbus` bridge, starts backend before frontend, and stops it when frontend is stopped. It's used for `Libervia TUI` (Primitivus) * `libervia_wrapper-dbus.py` uses `dbus` bridge, starts backend if necessary and doesn't stop it (to avoid waiting for backend start next time). It's used by `Libervia CLI` (jp).
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 21:42:06 +0100
parents 7b848d093c3a
children
line wrap: on
line source

__''test''__

\[not an url\]

test2

!!!!!title
!!!title
----
test3
test4

* item 1
** item 1.1
** item 1.2
** item __1.3__
** item 1.4
* item 2
* item 3
*# item 3.1

 test
 bla
 bla

> this is
> a quoting block
> with __bold__ and '''emphasis''
> is it working?

toto%%%titi%%%tata

test with note 1$$this is note 1$$
test with some __bold__$$this is note 2$$
$$test without text$$

[name|http://example.net|fr]

((http://repos.goffi.org/sat_media/raw-file/tip/icons/apps/128/sat.png|SàT logo|C|long description))

~anchor~

++insertion++ and --deletion--and ++insertion with ''emphasis''++

??acronym|title??

{{quote|en|http://example.net}}

///html
<p style="color:red">my text in red</p>
///