From 8dccd72058e7bb56ea0b6d978886892d4daa6209 Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Sat, 28 May 2022 16:09:49 +0200 Subject: [PATCH 1/4] knowledge system --- projects/graduation-divination/documentation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects/graduation-divination/documentation.md b/projects/graduation-divination/documentation.md index 6edebdc..6a4332c 100644 --- a/projects/graduation-divination/documentation.md +++ b/projects/graduation-divination/documentation.md @@ -62,4 +62,9 @@ Industrialization and Conviviality (Ivan Illich) ### Piet ? -- Piet ? What's the difference between sharing the tools developed in the context of xpub (si16, si17, xbranch, soup aggregator, karaoke, aggregator, wiki api etc) & propose a collab tailored on the need of the piet ? (both things can cohexist) \ No newline at end of file +- Piet ? What's the difference between sharing the tools developed in the context of xpub (si16, si17, xbranch, soup aggregator, karaoke, aggregator, wiki api etc) & propose a collab tailored on the need of the piet ? (both things can cohexist) + +### Urgency + +- [Ron Morrison - Decoding space: Liquid infrastructures](https://vimeo.com/showcase/5551892/video/306993793) +- Knowledge system vs screening of dataset \ No newline at end of file From d755b862b75ec99988224e9d58897d786d9ebb5f Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Fri, 3 Jun 2022 18:53:06 +0200 Subject: [PATCH 2/4] textoscope --- projects/textoscope/documentation.md | 47 ++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 projects/textoscope/documentation.md diff --git a/projects/textoscope/documentation.md b/projects/textoscope/documentation.md new file mode 100644 index 0000000..8672878 --- /dev/null +++ b/projects/textoscope/documentation.md @@ -0,0 +1,47 @@ +--- +categories: + - Web + - Text + - XML +cover: textoscope.jpg +cover_alt: the earth as an xml file +date: 03/06/2022 +description: Write and modulate different levels of textuality +git: https://git.xpub.nl/kamo/textoscope +project: textoscope +slug: textoscope +title: textoscope +--- + +Write text with different levels of details and modulate them with the textoscope. It reads XML files and generate an interactive controller for adjusting the visibility of each level. This time with the name went really bad ops ah ah sorry. + +## How to use it + +Select an XML file. If it's well formed the Textoscope will read it and generate an interface to toggle each level. The file is not uploaded anywhere, everything happens in your browser. + +## XML document? + +XML is a markup language to write structured document. It's similar to HTML, but there are no defined tag. You can just invent whatever and use it to create some structures. + +Here is a simple example, the indentation is just for fun and not necessary at all. + +```xml + + There is a stage with a stand-up comedian that tells a lame joke + + "Why is everyone friends with mushrooms? + (oh no I forgot why) + Because they are fungis." + + + and everyone in the public look at the stage awkwardly, + + a guy cough + *cough *cough + + + and leaves. + +``` + +The only constraint is that the document must have one root element that contains all the others, like the `` element in the example. From 0fadaf1d71beb2dfe6af851316669ea4b1d28fcb Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Fri, 3 Jun 2022 19:00:23 +0200 Subject: [PATCH 3/4] moved project --- projects/textoscope/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/textoscope/documentation.md b/projects/textoscope/documentation.md index 8672878..3a4570e 100644 --- a/projects/textoscope/documentation.md +++ b/projects/textoscope/documentation.md @@ -8,7 +8,7 @@ cover_alt: the earth as an xml file date: 03/06/2022 description: Write and modulate different levels of textuality git: https://git.xpub.nl/kamo/textoscope -project: textoscope +url: /soupboat/textoscope slug: textoscope title: textoscope --- From e04c0437a1591617ad36f6339103ce7367048065 Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Fri, 3 Jun 2022 19:02:08 +0200 Subject: [PATCH 4/4] typo in url --- projects/textoscope/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/textoscope/documentation.md b/projects/textoscope/documentation.md index 3a4570e..a9dd739 100644 --- a/projects/textoscope/documentation.md +++ b/projects/textoscope/documentation.md @@ -8,7 +8,7 @@ cover_alt: the earth as an xml file date: 03/06/2022 description: Write and modulate different levels of textuality git: https://git.xpub.nl/kamo/textoscope -url: /soupboat/textoscope +url: /soupboat/textoscope/ slug: textoscope title: textoscope ---